Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_view3d/view3d_ops.c
| Context not available. | |||||
| ot->description = "Selected objects are saved in a temp file"; | ot->description = "Selected objects are saved in a temp file"; | ||||
| /* api callbacks */ | /* api callbacks */ | ||||
| ot->invoke = WM_operator_confirm; | |||||
| ot->exec = view3d_copybuffer_exec; | ot->exec = view3d_copybuffer_exec; | ||||
| ot->poll = ED_operator_view3d_active; | ot->poll = ED_operator_view3d_active; | ||||
| } | } | ||||
| Context not available. | |||||
| ot->description = "Contents of copy buffer gets pasted"; | ot->description = "Contents of copy buffer gets pasted"; | ||||
| /* api callbacks */ | /* api callbacks */ | ||||
| ot->invoke = WM_operator_confirm; | |||||
| ot->exec = view3d_pastebuffer_exec; | ot->exec = view3d_pastebuffer_exec; | ||||
| ot->poll = ED_operator_view3d_active; | ot->poll = ED_operator_view3d_active; | ||||
| Context not available. | |||||