Skip to content

Instantly share code, notes, and snippets.

@dacap
Created July 3, 2023 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacap/ecdf5479bce98cc3cb34879fe3aea10c to your computer and use it in GitHub Desktop.
Save dacap/ecdf5479bce98cc3cb34879fe3aea10c to your computer and use it in GitHub Desktop.
Switch Non-Active Layer Opacity
if app.preferences.experimental.nonactive_layers_opacity == 255 then
app.preferences.experimental.nonactive_layers_opacity = 128
else
app.preferences.experimental.nonactive_layers_opacity = 255
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment