Fix: Duplicate Mix node in Add menu

"Mix" node was twice since the recent refactor, one as Mix Color and
regular Mix (which belongs in the Converter category).
This commit is contained in:
Pablo Vazquez
2023-09-01 22:16:04 +02:00
parent fa34992def
commit 403b6a67f1

View File

@@ -110,7 +110,6 @@ class NODE_MT_category_SHADE_COLOR(Menu):
node_add_menu.add_node_type(layout, "ShaderNodeHueSaturation")
node_add_menu.add_node_type(layout, "ShaderNodeInvert")
node_add_menu.add_node_type(layout, "ShaderNodeLightFalloff")
node_add_menu.add_node_type(layout, "ShaderNodeMix")
props = node_add_menu.add_node_type(layout, "ShaderNodeMix", label=iface_("Mix Color"))
ops = props.settings.add()
ops.name = "data_type"