Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_edit.c
| Context not available. | |||||
| void NODE_OT_clear_viewer_border(wmOperatorType *ot) | void NODE_OT_clear_viewer_border(wmOperatorType *ot) | ||||
| { | { | ||||
| /* identifiers */ | /* identifiers */ | ||||
| ot->name = "Clear Viewer Border"; | ot->name = "Clear Viewer Region"; | ||||
| ot->description = "Clear the boundaries for viewer operations"; | ot->description = "Clear the boundaries for viewer operations"; | ||||
| ot->idname = "NODE_OT_clear_viewer_border"; | ot->idname = "NODE_OT_clear_viewer_border"; | ||||
| Context not available. | |||||