Blender 2.83.9 LTS release
The Blender 2.83.9 LTS release is enabled for downloading on the official Blender site.
14 bugs fixed in this version.
The Blender 2.83.9 LTS release is enabled for downloading on the official Blender site.
14 bugs fixed in this version.
Blender 3D add-on for converting meshes to python source code and saving it in a library for further distribution.
BIS (Blender Interplanety Storage) updated to v.1.9.1.
The Blender 2.83.8 LTS release is enabled for downloading on the official Blender site.
16 bugs fixed in this version.
BIS (Blender Interplanety Storage) updated to v.1.9.0.
When fine-tuning the finished render in “Compositing”, sometimes it is necessary to refer to the pixels coordinates of the processed image, for example, to apply effects distributed over the entire width or height of the image.
We can get the distribution factor of coordinates along with the height or width of the rendered image using texture nodes.
How to get the render pixels coordinates in compositingRead More »
Blender uses two fonts:
The “Blender Mono I18n” font is used in the Blender interface – menus, panels, and the Python Console.
The Blender 2.83.7 LTS release is enabled for downloading on the official Blender site.
9 bugs fixed in this version.
To completely remove the object from the scene through the Blender Python API do the following:
Open the “Text Editor” window.
How to delete object from scene through the Blender Python APIRead More »
We can get a list of all available shader nodes by their type.
To start, add any object to the scene, for example, a cube, create material for it, and delete all nodes. Here, in this material, we will display all the shader nodes available in Blender.