Blender
V3.3
|
Public Attributes | |
struct BPy_EnumProperty_Parse | base |
StructRNA * | srna |
Needed so RNA_struct_property_tag_defines can be called on the srna
.
Definition at line 2587 of file bpy_props.c.
struct BPy_EnumProperty_Parse BPy_EnumProperty_Parse_WithSRNA::base |
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_tag_defines(), and BPy_StringProperty().
StructRNA* BPy_EnumProperty_Parse_WithSRNA::srna |
Definition at line 2589 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_tag_defines(), BPy_RemoveProperty(), BPy_StringProperty(), and pointer_type_from_py().