Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_gizmo_wrap.c110 RNA_def_struct_identifier_no_struct_map(gzt->srna, gzt->idname); in gizmo_properties_init()
188 RNA_def_struct_identifier_no_struct_map(gzgt->srna, gzgt->idname); in gizmogroup_properties_init()
H A Dbpy_operator_wrap.c51 RNA_def_struct_identifier_no_struct_map(ot->srna, ot->idname); in operator_properties_init()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_define.h75 void RNA_def_struct_identifier_no_struct_map(StructRNA *srna, const char *identifier);
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_define.c1244 void RNA_def_struct_identifier_no_struct_map(StructRNA *srna, const char *identifier) in RNA_def_struct_identifier_no_struct_map() function