Skip to content

Commit

Permalink
Visualiser : Add opacity to Viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Nov 26, 2024
1 parent d69d267 commit 13d7ae7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/GafferSceneUI/VisualiserToolUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@
"toolbarLayout:section", "Bottom",
"toolbarLayout:width", 150,

],
"opacity" : [

"description",
"""
The amount the visualiser will occlude the scene locations being visualised.
""",

"toolbarLayout:section", "Bottom",
"toolbarLayout:width", 100,

],
"valueMin" : [

Expand Down

0 comments on commit 13d7ae7

Please sign in to comment.