Blender add-on “B-Presets” v. 1.1.5.
Blender add-on “B-Presets” updated to v. 1.1.5.
- Some improvements in attributes processing
- Fixing processing some Enum attributes in Blender 2.91
Blender add-on “B-Presets” updated to v. 1.1.5.
We can delete collections in Blender through the “collections” list in “bpy.data”.
To remove a collection we need to use the “remove” method from the collections list, specifying the collection to be removed in the parameter:
Removing collections through the Blender Python APIRead More »
Working with the Molecular add-on version 1.1.2. in Blender 2.92 tutorial.
We can assign constraints to objects through the object “constraints” property.
To add a constraint to the currently active object, we need to create a new constraint in the object’s “constraints” list, specifying its type in the parameters:
How to add a constraint to the object with Blender Python APIRead More »
Blender add-on “EEVEE Materials Override” updated to v. 1.3.0.
A two-part tutorial on how Vector Displacement works in Blender, how to use it in practice, and how to create geometry using only the Shader Editor nodes.
Part 1:
Part 2:
Autron: Erin Woodford
The Blender 2.83.12 LTS release is enabled for downloading on the official Blender site.
Since Blender 2.80 the deselect all function – complete deselection of all objects or geometry – has been switched from a single press of the “a” key to a double “a-a” or a combination of “alt+a” keycodes. To return the deselection function to a single “a” press, we can edit the settings of the selection operators. Or, since Blender 2.81, a special checkbox is provided for this in the keyboard shortcuts settings.
Now the selection of all objects/geometry and their total deselection will be performed by pressing the single “a” key.