Package nukescripts :: Module trackerlinkingdialog
[hide private]
[frames] | no frames]

Module trackerlinkingdialog

source code

Classes [hide private]
  LinkToTrackPanel
Functions [hide private]
 
_getLastState(knob, defaultValue=None)
Return the given knob's stored last state value.
source code
 
_setLastState(knob)
Store the knob's current value as the 'last state' for the next time the dialog is opened.
source code
 
trackerlinkingdialog(groupContext) source code
 
trackerlinkingdialogexpressionx() source code
 
trackerlinkingdialogexpressiony() source code
Variables [hide private]
  _gLastState = {}
  _gTrackExpression = ["", ""]
Function Details [hide private]

_getLastState(knob, defaultValue=None)

source code 

Return the given knob's stored last state value. If none exists, defaultValue is returned. Values are stored in a dict referenced by knob name, so names must be unique!

_setLastState(knob)

source code 

Store the knob's current value as the 'last state' for the next time the dialog is opened. Values are stored in a dict referenced by knob name, so names must be unique!