Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c730 IDProperty *replaceprops = IDP_New(IDP_GROUP, &val, "wmOperatorProperties"); in operator_last_properties_init_impl() local
751 IDP_AddToGroup(replaceprops, idp_dst); in operator_last_properties_init_impl()
759 IDP_MergeGroup(op->properties, replaceprops, true); in operator_last_properties_init_impl()
760 IDP_FreeProperty(replaceprops); in operator_last_properties_init_impl()