Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/object_relations.c
| Context not available. | |||||
| void OBJECT_OT_convert_proxy_to_override(wmOperatorType *ot) | void OBJECT_OT_convert_proxy_to_override(wmOperatorType *ot) | ||||
| { | { | ||||
| /* identifiers */ | /* identifiers */ | ||||
| ot->name = "Convert Proxy To Override"; | ot->name = "Convert Proxy to Override"; | ||||
| ot->description = "Convert a proxy to a local library override"; | ot->description = "Convert a proxy to a local library override"; | ||||
| ot->idname = "OBJECT_OT_convert_proxy_to_override"; | ot->idname = "OBJECT_OT_convert_proxy_to_override"; | ||||
| Context not available. | |||||