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 in 5841cb21f7 until proper support
is added.

Support was added in 5517941a60, 97e3fb0e03, a2146839d7, and df8683ec2a.
So we now enable it again by reverting 5841cb21f7.

Pull Request: https://projects.blender.org/blender/blender/pulls/148056
This commit is contained in:
Omar Emara
2025-10-15 12:01:20 +02:00
committed by Omar Emara
parent c561850897
commit 722310342f
2 changed files with 2 additions and 1 deletions

View File

@@ -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")