Revert "Node Wrangler: remove obsolete Geometry Nodes preview" #104419

Closed
Wannes Malfait wants to merge 2 commits from wannes.malfait/blender-addons:revert_node_wrangler into blender-v3.5-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit c927f34240 - Show all commits

View File

@ -1289,7 +1289,6 @@ class NWPreviewNode(Operator, NWBase):
# If false, the operator is not executed if the current node group happens to be a geometry nodes group. # If false, the operator is not executed if the current node group happens to be a geometry nodes group.
# This is needed because geometry nodes has its own viewer node that uses the same shortcut as in the compositor. # This is needed because geometry nodes has its own viewer node that uses the same shortcut as in the compositor.
# Geometry Nodes support can be removed here once the viewer node is supported in the viewport.
run_in_geometry_nodes: BoolProperty(default=True) run_in_geometry_nodes: BoolProperty(default=True)
wannes.malfait marked this conversation as resolved
Review

This third line should be removed so that GN support is not removed again.

This third line should be removed so that GN support is not removed again.
Review

You're right

You're right
def __init__(self): def __init__(self):