Blender
V3.3
|
#include <bpy_rna.h>
Public Attributes | |
StructRNA * | type |
const PointerRNA * | ptr |
Struct used for RNA argument parsing functions:
const PointerRNA* BPy_StructRNA_Parse::ptr |
Result, may be PointerRNA_NULL
if pyrna_struct_as_ptr_or_null_parse is used.
Definition at line 202 of file bpy_rna.h.
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 200 of file bpy_rna.h.
Referenced by pyrna_struct_as_ptr_or_null_parse(), and pyrna_struct_as_ptr_parse().