You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Currently groups are unselectable which means they have to be moved one at a time. For big workflows where things are often rearranged this quickly becomes cumbersome to deal with. It also means there's no mechanism by which one can easily duplicate a group. The only way to do so currently is to copy and paste the nodes from the group you want to duplicate, then put the pasted nodes in their own group. This becomes time consuming quickly, and brings us to another point: because groups are unselectable they also cannot be saved as part of a template, meaning any nodes saved in a template must be regrouped upon placing a new instance of the template. All these things culminate to make groups sometimes more hassle than help.
Proposed workflow
Group some nodes together
Click the group's title bar to select it (clicking in body of group will be ignored, same as current behavior)
Do any number of operations: copy, paste, save as template, select other groups and drag all together, opt+drag to duplicate
Bonus: double click the group anywhere inside of it (OTHER than it's title bar) and it will select all nodes in the group.
Additional information
This would make workflow management so much less of a bear.
The text was updated successfully, but these errors were encountered:
The very first roadblock I ran across after creating my first group - trying to resize the bottom-left corner. Instead ending up moving all of the nodes.
I only learned about holding ctrl when moving a group by reading the Litegraph code. It's probably documented somewhere - but I don't find it intuitive. There's a loose plan - likely will be mimicking desktop window UX.
Is there an existing issue for this?
What would your feature do ?
Currently groups are unselectable which means they have to be moved one at a time. For big workflows where things are often rearranged this quickly becomes cumbersome to deal with. It also means there's no mechanism by which one can easily duplicate a group. The only way to do so currently is to copy and paste the nodes from the group you want to duplicate, then put the pasted nodes in their own group. This becomes time consuming quickly, and brings us to another point: because groups are unselectable they also cannot be saved as part of a template, meaning any nodes saved in a template must be regrouped upon placing a new instance of the template. All these things culminate to make groups sometimes more hassle than help.
Proposed workflow
Additional information
This would make workflow management so much less of a bear.
The text was updated successfully, but these errors were encountered: