Fix: Nodes: forbid muting Group Input nodes
This is already the case for Group Output nodes. It was an oversight not to do the same for inputs. Also see https://archive.blender.org/developer/D13364.
This commit is contained in:
@@ -891,6 +891,7 @@ void register_node_type_group_input()
|
||||
ntype->insert_link = blender::nodes::group_input_insert_link;
|
||||
ntype->get_extra_info = node_group_input_extra_info;
|
||||
ntype->get_compositor_operation = blender::nodes::get_group_input_compositor_operation;
|
||||
ntype->no_muting = true;
|
||||
|
||||
blender::bke::node_register_type(*ntype);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user