Home
last modified time | relevance | path

Searched refs:RNA_struct_py_type_get (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c7166 if (RNA_struct_py_type_get(srna)) { in pyrna_subtype_set_rna()
7167 PyC_ObSpit("RNA WAS SET - ", RNA_struct_py_type_get(srna)); in pyrna_subtype_set_rna()
7170 Py_XDECREF(((PyObject *)RNA_struct_py_type_get(srna))); in pyrna_subtype_set_rna()
7305 else if ((newclass = RNA_struct_py_type_get(srna))) { in pyrna_srna_Subtype()
8094 PyObject *base_class = RNA_struct_py_type_get(srna); in bpy_class_validate_recursive()
8321 py_class = RNA_struct_py_type_get(ptr->type); in bpy_class_call()
8696 void *py_ptr = RNA_struct_py_type_get(srna); in pyrna_free_types()
8780 if (RNA_struct_py_type_get(srna)) { in pyrna_register_class()
8838 if (RNA_struct_py_type_get(srna)) { in pyrna_register_class()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_access.h787 void *RNA_struct_py_type_get(StructRNA *srna);
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_define.c804 if (RNA_struct_py_type_get(srna)) { in RNA_struct_free()
H A Drna_access.c1029 void *RNA_struct_py_type_get(StructRNA *srna) in RNA_struct_py_type_get() function