|
Blender V5.0
|
#include <bpy_rna.hh>
Public Attributes | |
| StructRNA * | type |
| const PointerRNA * | ptr |
Struct used for RNA argument parsing functions:
Definition at line 243 of file bpy_rna.hh.
| const PointerRNA* BPy_StructRNA_Parse::ptr |
Result, may be PointerRNA_NULL if pyrna_struct_as_ptr_or_null_parse is used.
Definition at line 247 of file bpy_rna.hh.
Referenced by pyrna_struct_as_ptr_or_null_parse(), and pyrna_struct_as_ptr_parse().
| StructRNA* BPy_StructRNA_Parse::type |
The struct RNA must match this type.
Definition at line 245 of file bpy_rna.hh.
Referenced by pyrna_struct_as_ptr_or_null_parse(), and pyrna_struct_as_ptr_parse().