Home
last modified time | relevance | path

Searched refs:RNA_struct_count_properties (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operator_type.c232 ot_prop_basic_count = RNA_struct_count_properties(ot->srna); in WM_operatortype_props_advanced_begin()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_access.h802 unsigned int RNA_struct_count_properties(StructRNA *srna);
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access.c930 unsigned int RNA_struct_count_properties(StructRNA *srna) in RNA_struct_count_properties() function