|
Blender V4.3
|
Public Attributes | |
| const char * | value |
| StructRNA * | srna |
| void * | prop_free_handle |
Definition at line 2570 of file bpy_props.cc.
| void* BPy_PropIDParse::prop_free_handle |
In the case registering this properly replaces an existing dynamic property. Store a handle to the property for removal. This is needed so the property removal is deferred until all other arguments have been validated, otherwise failure elsewhere could leave the property un-registered.
Definition at line 2579 of file bpy_props.cc.
Referenced by bpy_prop_arg_parse_id().
| StructRNA* BPy_PropIDParse::srna |
Definition at line 2572 of file bpy_props.cc.
Referenced by BPy_BoolProperty(), BPy_BoolVectorProperty(), BPy_CollectionProperty(), BPy_EnumProperty(), BPy_FloatProperty(), BPy_FloatVectorProperty(), BPy_IntProperty(), BPy_IntVectorProperty(), BPy_PointerProperty(), bpy_prop_arg_parse_id(), and BPy_StringProperty().
| const char* BPy_PropIDParse::value |
Definition at line 2571 of file bpy_props.cc.
Referenced by bpy_prop_arg_parse_id().