Revert "Node Wrangler: remove obsolete Geometry Nodes preview" #104419
@ -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.
|
||||
# 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)
|
||||
wannes.malfait marked this conversation as resolved
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user
This third line should be removed so that GN support is not removed again.
You're right