Blender add-on “B-Presets” v. 1.1.6.
Blender add-on “B-Presets” updated to v. 1.1.6.
- Fixed issue with active camera setting if the user pressed the ctrl+z keycode before.
Blender add-on “B-Presets” updated to v. 1.1.6.
When using the “depsgraph_update” handler, making actions with objects passed to the handler does not give the full result. For example, properties of an object referring to it through the “object.id”, could be not completely changed.
Objects referring in a depsgraph_update handler featureRead More »
Sprite Cloud – Blender 3D add-on for easily creating sprites – image planes that are always facing the active camera.
To get the path to the Python interpreter executable file in Blender, we need to check the “bpy.app.binary_path_python” variable.
To quickly maximize the working area in Blender to fullscreen we can press the following keycode:
ctrl + space bar
How to maximize the working area in Blender to fullscreenRead More »
TensorFlow is an open-source library for creating and training neural networks by Google.
It can be installed into Blender using the pip package installer.