Making objects dynamic properties more controllable
We can assign additional custom properties to objects in Blender using the Blender Python API. Custom properties can be assigned to objects in the common way, using the “bpy.props” class objects, or by simply assigning the desired property to the object. However, while the first method immediately provides a set of controls for managing the property, such as maximum and minimum value constraints, default values, etc., the second method has no such defaults for the assigned property.
Making objects dynamic properties more controllableRead More »

.blend file on Patreon







