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.




Read more: https://b3d.interplanety.org/en/making-objects-dynamic-properties-more-controllable/

#blender, #b3d

Комментарии

Популярные сообщения