Replies: 1 comment 1 reply
-
Scripting could be a solution, for example by writing a manual action that duplicates your object layer to a read-only transparent mirror. The main issues I can think of is that currently there is no signal based on which you could automatically update this mirror, and also that changes to this mirror will be reflected in the undo stack and finally this mirror will get saved if you don't delete it first (though that could be automated using the Apart from that, the built-in option is to reduce the opacity of the layers on top, either manually or by toggling "Highlight Current Layer" while having your object layer selected. |
Beta Was this translation helpful? Give feedback.
-
Maybe this could be an idea for an on/off toggle...
When scripting, is it possible to somehow link 2 object layers so that their content always moves together? I'm trying to create a system to show objects through the layers above them (to alert to hidden objects when editing). My idea was to duplicate the objects, place the duplicates/ghosts at the top of the layer pile, and set their opacity to 50%. But then obviously the system only works if the ghost objects always move together with the real objects. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions