BPY plus
BPY plus – a set of modules to extend the Blender Python API. This is an Open Source project based on Blender API. It extends it with several new features and makes using some of the “bpy” functions easier.
BPY plus – a set of modules to extend the Blender Python API. This is an Open Source project based on Blender API. It extends it with several new features and makes using some of the “bpy” functions easier.
A video tutorial with a compilation of over a hundred tips for speed up modeling in Blender.
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.