Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_intern.h
| Show First 20 Lines • Show All 191 Lines • ▼ Show 20 Lines | |||||
| void NODE_OT_mute_toggle(struct wmOperatorType *ot); | void NODE_OT_mute_toggle(struct wmOperatorType *ot); | ||||
| void NODE_OT_hide_toggle(struct wmOperatorType *ot); | void NODE_OT_hide_toggle(struct wmOperatorType *ot); | ||||
| void NODE_OT_hide_socket_toggle(struct wmOperatorType *ot); | void NODE_OT_hide_socket_toggle(struct wmOperatorType *ot); | ||||
| void NODE_OT_preview_toggle(struct wmOperatorType *ot); | void NODE_OT_preview_toggle(struct wmOperatorType *ot); | ||||
| void NODE_OT_options_toggle(struct wmOperatorType *ot); | void NODE_OT_options_toggle(struct wmOperatorType *ot); | ||||
| void NODE_OT_node_copy_color(struct wmOperatorType *ot); | void NODE_OT_node_copy_color(struct wmOperatorType *ot); | ||||
| void NODE_OT_read_fullsamplelayers(struct wmOperatorType *ot); | void NODE_OT_read_fullsamplelayers(struct wmOperatorType *ot); | ||||
| void NODE_OT_read_renderlayers(struct wmOperatorType *ot); | void NODE_OT_read_viewlayers(struct wmOperatorType *ot); | ||||
| void NODE_OT_render_changed(struct wmOperatorType *ot); | void NODE_OT_render_changed(struct wmOperatorType *ot); | ||||
| void NODE_OT_output_file_add_socket(struct wmOperatorType *ot); | void NODE_OT_output_file_add_socket(struct wmOperatorType *ot); | ||||
| void NODE_OT_output_file_remove_active_socket(struct wmOperatorType *ot); | void NODE_OT_output_file_remove_active_socket(struct wmOperatorType *ot); | ||||
| void NODE_OT_output_file_move_active_socket(struct wmOperatorType *ot); | void NODE_OT_output_file_move_active_socket(struct wmOperatorType *ot); | ||||
| void NODE_OT_switch_view_update (struct wmOperatorType *ot); | void NODE_OT_switch_view_update (struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines | |||||