-
-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Document > Clear Artboards so it doesn't also clear everything else #2177
base: master
Are you sure you want to change the base?
Conversation
f4d8058
to
fb422f7
Compare
!build |
|
Problem: this introduces an intermediate history step which you'll see if you open the graph and undo three times to get back when it should have taken just one step. Other minor problem: it seems that the Artboard layer gets replaced by a Merge layer but it ends up in a different position in the graph. Ideally this wouldn't cause the layers to shift. In a case with multiple artboards each containing layers, I'm finding this even results in things overlapping in the graph after running this which isn't a suitable outcome. Thanks, and welcome back! |
!build |
|
- Fix node positions - Optimize nodes' deletion
f6587ca
to
e7fbc17
Compare
Can you please make it add a Transform node, feeding into the replacement Merge node, if the artboard has a nonzero Location? Currently, all former artboards teleport to having a top-left location at the canvas origin since the artboard offset is lost. |
Continuation of first attempt with unmerged PR #2015