Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_event_system.c
| Context not available. | |||||
| IDP_GROUP, &(IDPropertyTemplate){0}, "wmOperatorProperties"); | IDP_GROUP, &(IDPropertyTemplate){0}, "wmOperatorProperties"); | ||||
| } | } | ||||
| IDProperty *idp_macro = IDP_CopyProperty(opm->properties); | IDProperty *idp_macro = IDP_CopyProperty(opm->properties); | ||||
| STRNCPY(idp_macro->name, opm->idname); | STRNCPY(idp_macro->name, opm->type->idname); | ||||
| IDP_ReplaceInGroup(op->type->last_properties, idp_macro); | IDP_ReplaceInGroup(op->type->last_properties, idp_macro); | ||||
| } | } | ||||
| } | } | ||||
| Context not available. | |||||