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.
Member

The supposed "obsolete" functionality turned out to still be used by a lot of people. I think this commit should therefore be reverted.

This reverts commit 48320b2d9f.

The supposed "obsolete" functionality turned out to still be used by a lot of people. I think this commit should therefore be reverted. This reverts commit 48320b2d9f3d829c46ae4a6a6aab0bd94e80c830.
First-time contributor

Yes this was a weird removal. Using the new viewer node has it's uses, but when using this everything that's connected to the output will still be calculated, so with heavier node trees this can get veeery slow.
You can still use O (and change it to shift-alt-click) which is the shortcut for "connect to output" which is ALMOST the same, but not exactly the same since when inside a node group it will only connect to that groups output and not the whole trees output as it did before.

Yes this was a weird removal. Using the new viewer node has it's uses, but when using this everything that's connected to the output will still be calculated, so with heavier node trees this can get veeery slow. You can still use O (and change it to shift-alt-click) which is the shortcut for "connect to output" which is ALMOST the same, but not exactly the same since when inside a node group it will only connect to that groups output and not the whole trees output as it did before.
Damien Picard reviewed 2023-02-19 16:21:38 +01:00
@ -1289,1 +1289,4 @@
# 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.
Member

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.
Author
Member

You're right

You're right
wannes.malfait marked this conversation as resolved
Member

You should base this PR on the 3.5 branch instead of main, if this change is to be included there.

You should base this PR on the 3.5 branch instead of main, if this change is to be included there.
Wannes Malfait force-pushed revert_node_wrangler from eb1f7e174d to c927f34240 2023-02-20 10:36:54 +01:00 Compare
Wannes Malfait changed target branch from main to blender-v3.5-release 2023-02-20 10:37:55 +01:00
Author
Member

This fixes #104413

This fixes #104413
Member

Committed this separately: 19e187753a, 16f4da4996.

Committed this separately: 19e187753a35d59abe02617d1c121bdc96bdae5d, 16f4da4996867b68b1bc4c29bb34392d493436d2.
Jacques Lucke closed this pull request 2023-02-20 11:06:52 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104419
No description provided.