Skip to content

Commit

Permalink
TweakPlugValueWidget : Remove unnecessary comment
Browse files Browse the repository at this point in the history
We've removed the metadata for customising `mode` presets, so this comment no longer adds much value.
  • Loading branch information
murraystevenson committed Jun 20, 2024
1 parent 855122d commit 734119b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/GafferUI/TweakPlugValueWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
# Widget for TweakPlug, which is used to build tweak nodes such as ShaderTweaks
# and CameraTweaks. Shows a value plug that you can use to specify a tweak value, along with
# a target parameter name, an enabled plug, and a mode.
# The mode can be "Create", "CreateIfMissing", "Replace", "Remove",
# or "Add"/"Subtract"/"Multiply"/"Min"/"Max" if the plug is numeric,
# or "ListAppend"/"ListPrepend"/"ListRemove" if the plug is a list or `PathMatcherPlug`.
class TweakPlugValueWidget( GafferUI.PlugValueWidget ) :

def __init__( self, plugs ) :
Expand Down

0 comments on commit 734119b

Please sign in to comment.