Tips

How to get vertices from Vertex Group by its name

To get a list of vertices from the vertex group by its name we can use the following code:

 

Drag and drop files to Blender

Blender supports opening projects by drag and drop. You can hold the *.blend file with the mouse, drag it to the Blender window and choose: open the entire file (replacing the currently open project), add or link objects from the dragged file to the current project.

Autoclick in Pie Menu

To increase the speed and convenience of working with the “Pie Menu” in Blender you can use its “autoclick” option. To use it press the desired “Pie Menu” call keys, don’t release them, move the mouse cursor in the direction of the desired item, and only then release the buttons on the keyboard. You don’t need to click on a menu item, the choice is made automatically.

15 changes that you need to know when migrating from Blender 2.79 to Blender 2.80

  1. Object selection

2.79: selecting with the right mouse button
2.80: left-click selection

  1. T-panel

2.79: called by pressing the “t” key
2.80: it’s gone, functions moved to the main menu and to the context right-click menu

  1. Deselection

2.79: “a” – select all and deselect all
2.80: “a” – select all, “a – a” or “alt+a” – deselect all

Constants

There are three mathematical constants in Blender which you can enter in any field and immediately get its numeric value.

They are:

  • pi – “Pi” number = 3.1415…
  • e – Euler number = 2,7182…
  • tau – “Tau” number  = 6.2831…

Node displacement in Blender 2.8

In Blender 2.8, the displacement node in Cycles render-engine was changed from scalar to vector. If you simply connect a black and white height map to the Displace input of the material output node, like in Blender 2.7, it will not give the desired result.

To make the correct node displacement in Blender 2.8 add “CombineXYZ” and “VectorDisplacement” nodes to the material node tree. Connect the height map to the “Y” input of the “CombineXYZ” node and its “Vector” output to the “Vector” input of the “VectorDisplacement” node. After that, connect the “Displacement” output of the “VectorDisplacement” node to the “Displacement” input of the material output node.