Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_intern.hh
| Show First 20 Lines • Show All 316 Lines • ▼ Show 20 Lines | |||||
| void NODE_OT_resize(wmOperatorType *ot); | void NODE_OT_resize(wmOperatorType *ot); | ||||
| void NODE_OT_mute_toggle(wmOperatorType *ot); | void NODE_OT_mute_toggle(wmOperatorType *ot); | ||||
| void NODE_OT_hide_toggle(wmOperatorType *ot); | void NODE_OT_hide_toggle(wmOperatorType *ot); | ||||
| void NODE_OT_hide_socket_toggle(wmOperatorType *ot); | void NODE_OT_hide_socket_toggle(wmOperatorType *ot); | ||||
| void NODE_OT_preview_toggle(wmOperatorType *ot); | void NODE_OT_preview_toggle(wmOperatorType *ot); | ||||
| void NODE_OT_options_toggle(wmOperatorType *ot); | void NODE_OT_options_toggle(wmOperatorType *ot); | ||||
| void NODE_OT_node_copy_color(wmOperatorType *ot); | void NODE_OT_node_copy_color(wmOperatorType *ot); | ||||
| void NODE_OT_deactivate_viewer(wmOperatorType *ot); | |||||
| void NODE_OT_read_viewlayers(wmOperatorType *ot); | void NODE_OT_read_viewlayers(wmOperatorType *ot); | ||||
| void NODE_OT_render_changed(wmOperatorType *ot); | void NODE_OT_render_changed(wmOperatorType *ot); | ||||
| void NODE_OT_output_file_add_socket(wmOperatorType *ot); | void NODE_OT_output_file_add_socket(wmOperatorType *ot); | ||||
| void NODE_OT_output_file_remove_active_socket(wmOperatorType *ot); | void NODE_OT_output_file_remove_active_socket(wmOperatorType *ot); | ||||
| void NODE_OT_output_file_move_active_socket(wmOperatorType *ot); | void NODE_OT_output_file_move_active_socket(wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||