Blender
V3.3
|
Public Attributes | |
const char * | value |
StructRNA * | srna |
void * | prop_free_handle |
Definition at line 2537 of file bpy_props.c.
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 2546 of file bpy_props.c.
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().
StructRNA* BPy_PropIDParse::srna |
Definition at line 2539 of file bpy_props.c.
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 2538 of file bpy_props.c.
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().