Blender V4.3
BPy_PropIDParse Struct Reference

Public Attributes

const char * value
 
StructRNAsrna
 
void * prop_free_handle
 

Detailed Description

Definition at line 2570 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 2579 of file bpy_props.cc.

Referenced by bpy_prop_arg_parse_id().

◆ srna

◆ value

const char* BPy_PropIDParse::value

Definition at line 2571 of file bpy_props.cc.

Referenced by bpy_prop_arg_parse_id().


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