Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_access.h788 void RNA_struct_py_type_set(StructRNA *srna, void *py_type);
/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c7172 RNA_struct_py_type_set(srna, (void *)newclass); /* Store for later use */ in pyrna_subtype_set_rna()
8702 RNA_struct_py_type_set(srna, NULL); in pyrna_free_types()
8839 RNA_struct_py_type_set(srna, NULL); in pyrna_register_class()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_define.c787 RNA_struct_py_type_set(srna, NULL); in RNA_struct_free_extension()
H A Drna_access.c1034 void RNA_struct_py_type_set(StructRNA *srna, void *py_type) in RNA_struct_py_type_set() function