Blender add-on Print to Python Console v. 1.1.0.
Blender add-on “Print to Python Console” updated to v. 1.1.0.
- Updated for compatibility with Blender 4.0.
Blender add-on “Print to Python Console” updated to v. 1.1.0.
Creating procedural car paint material in Blender with metallic glitter texture by artist B.
When working with 2D animation in Blender, we may need to export objects created with the Grease Pencil tool to external formats such as SVG or PDF.
Using hotkeys is one of the most advanced features in Blender to seriously increase your work speed. We can easily control the availability of a particular keyboard shortcut using the Blender Python API.
Enabling and disabling hotkeys in Blender using the Python APIRead More »
In Blender 3.6 and earlier, inputs and outputs for node groups could be created by calling the new() command for the list of inputs or outputs of the node tree. In Blender 4.0, the developers made changes, and the creation of input and output sockets for node trees was moved to the “interface” object.
Creating inputs and outputs for node groups in Blender 4.0 using the Python APIRead More »
Creating procedural animated fire and smoke material in Blender by Ryan King Art.
Blender add-on “EEVEE Materials Override” updated to v. 1.3.2
We may need to place each scene object into its own separate collection when optimizing the scene, or when creating an asset library. A simple script can help us quickly perform such an operation.
Placing selected objects into separate collections in BlenderRead More »