Cleanup: remove missing operator from UI
This commit is contained in:
@@ -302,7 +302,6 @@ class NODE_MT_node(Menu):
|
||||
layout.separator()
|
||||
|
||||
layout.operator("node.read_viewlayers")
|
||||
layout.operator("node.read_fullsamplelayers")
|
||||
|
||||
|
||||
class NODE_PT_node_color_presets(PresetMenu):
|
||||
|
||||
@@ -200,7 +200,6 @@ void NODE_OT_preview_toggle(struct wmOperatorType *ot);
|
||||
void NODE_OT_options_toggle(struct wmOperatorType *ot);
|
||||
void NODE_OT_node_copy_color(struct wmOperatorType *ot);
|
||||
|
||||
void NODE_OT_read_fullsamplelayers(struct wmOperatorType *ot);
|
||||
void NODE_OT_read_viewlayers(struct wmOperatorType *ot);
|
||||
void NODE_OT_render_changed(struct wmOperatorType *ot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user