Skip to content

Commit

Permalink
Added OpDialogue.parameterisedHolder() method.
Browse files Browse the repository at this point in the history
This may be used to edit the parameter values.
  • Loading branch information
johnhaddon committed Jul 17, 2014
1 parent 60cecfd commit 6392acf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/GafferUI/OpDialogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ def __init__(
else :
self.__initiateParameterEditing()

## Returns the ParameterisedHolder used to store the Op.
# This may be used to edit parameter values.
def parameterisedHolder( self ) :

return self.__node

## Signal emitted before executing the Op.
# Slots should have the signature `bool slot( opDialogue )`,
# and may return True to cancel execution, or False to
Expand Down

0 comments on commit 6392acf

Please sign in to comment.