Compositor: Support Radial Tilling node
This patch adds support for the Radial Tilling node in the compositor. The node already existed in the compositor, but it immediately crashed Blender, so we dropped support for it in5841cb21f7until proper support is added. Support was added in5517941a60,97e3fb0e03,a2146839d7, anddf8683ec2a. So we now enable it again by reverting5841cb21f7. Pull Request: https://projects.blender.org/blender/blender/pulls/148056
This commit is contained in:
@@ -306,6 +306,7 @@ class NODE_MT_compositor_node_vector_base(node_add_menu.NodeMenu):
|
||||
ops.value = "'VECTOR'"
|
||||
self.node_operator(layout, "ShaderNodeSeparateXYZ")
|
||||
layout.separator()
|
||||
self.node_operator(layout, "ShaderNodeRadialTiling")
|
||||
self.node_operator(layout, "ShaderNodeVectorCurve")
|
||||
self.node_operator_with_searchable_enum(context, layout, "ShaderNodeVectorMath", "operation")
|
||||
self.node_operator(layout, "ShaderNodeVectorRotate")
|
||||
|
||||
Reference in New Issue
Block a user