Blender 3D
Binding a custom user operator to a tool
We can bind not only common system operators to buttons on the toolbar (T-Panel), but also custom ones created by us. The principle of connection in Blender Python API is the same for both system and custom operators.
Creating procedural sci-fi metal greeble material in Blender
Creating procedural sci-fi metal greeble material in Blender by Ryan King Art.
Blender add-on: BIS v. 1.11.3
BIS (Blender Interplanety Storage) updated to v.1.11.3.
- Fixed some compatibility problems when loading old materials (saved before Blender version 4.0).
Creating procedural bronze material in Blender
Creating procedural bronze material in Blender by Ryan King Art.
Creating a custom UI window in Blender using PySide
The Blender Python API provides add-on developers with quite a wide range of options for designing a user interface. However, sometimes the built-in capabilities of the Blender API may not be enough. We can create a window with a UI that is completely independent of the built-in API by connecting and using the PySide module.
Creating a custom UI window in Blender using PySideRead More »
Installing PySide to Blender
PySide is a Python module that extends the capabilities of graphical user interface (UI) development. The license allows its use in both open and closed and commercial projects. The PySide module is not included in the basic Blender distribution, but it is not difficult to install it manually.