Home
last modified time | relevance | path

Searched refs:idp_dst (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access_compare_override.c156 IDProperty *idp_dst = RNA_struct_idprops(ptr, true); in RNA_property_copy() local
158 IDP_AddToGroup(idp_dst, prop_idp_dst); in RNA_property_copy()
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c743 IDProperty *idp_dst = IDP_CopyProperty(idp_src); in operator_last_properties_init_impl() local
747 idp_dst->flag |= IDP_FLAG_GHOST; in operator_last_properties_init_impl()
751 IDP_AddToGroup(replaceprops, idp_dst); in operator_last_properties_init_impl()