Blender V5.0
BPy_PropIDParse Struct Reference

Public Attributes

const char * value
StructRNAsrna
void * prop_free_handle

Detailed Description

Definition at line 3264 of file bpy_props.cc.

Member Data Documentation

◆ prop_free_handle

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 3273 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().

◆ srna

◆ value


The documentation for this struct was generated from the following file: