Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/python/intern/
H A Dbpy_rna.c464 if (RNA_property_update_check(self->prop)) { in mathutils_rna_vector_set()
475 if (RNA_property_update_check(prop_eul_order)) { in mathutils_rna_vector_set()
524 if (RNA_property_update_check(self->prop)) { in mathutils_rna_vector_set_index()
583 if (RNA_property_update_check(self->prop)) { in mathutils_rna_matrix_set()
2219 if (RNA_property_update_check(prop)) { in pyrna_py_to_prop()
2295 if (RNA_property_update_check(prop)) { in pyrna_py_to_prop_array_index()
3299 if (RNA_property_update_check(self->prop)) { in pyrna_prop_array_ass_subscript()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/
H A DRNA_access.h960 bool RNA_property_update_check(struct PropertyRNA *prop);
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access.c2308 bool RNA_property_update_check(PropertyRNA *prop) in RNA_property_update_check() function