Replies: 1 comment 1 reply
-
Hi, Currently I do not plan to support this kind of customization. The best you can do is to navigate to the action code:
and then remove the instruction to isolate the layer in this part of code: templates.CursorTracker(
name="Scroll isolated layers",
instructions=[instructions.TemporaryOn(Toggle.ISOLATE_LAYER)],
vertical_slider=Slider(
controller=controllers.ActiveLayerController(),
values=CurrentLayerStack(PickStrategy.ALL),
),
), You just need to change the line Sadly this will not let you to change it back and forth on the go. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love the layer scroll feature, but sometimes the isolate transparency grid can be visually disorienting. it would be helpful to have an option to turn off the isolate component of the layer scroll for users who prefer the layer stack for visual feedback.
even better if it's a toggle that can be added to one of the pie menus!
thank you for all your hard work on this plugin!
Beta Was this translation helpful? Give feedback.
All reactions