rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
rfm2.vstructs.vstructClient Class Reference

Public Member Functions

def __init__
 
def paramGetValue
 
def paramSetValue
 
def paramIsConnected
 
def actionSet
 
def actionChoose
 
def actionGet
 
def valueSet
 
def valueGet
 
def wasConnectionAttempted
 

Static Public Member Functions

def paramGetValueRec
 
def paramIsConnectedRec
 

Public Attributes

 action
 
 actionValue
 
 fallback
 
 fallbackValue
 
 dstNode
 
 srcNode
 
 dstParam
 
 srcParam
 
 params
 
 connectionAction
 

Constructor & Destructor Documentation

def rfm2.vstructs.vstructClient.__init__ (   self,
  srcNode,
  dstNode 
)

Member Function Documentation

def rfm2.vstructs.vstructClient.actionChoose (   self,
  which 
)
def rfm2.vstructs.vstructClient.actionGet (   self)
def rfm2.vstructs.vstructClient.actionSet (   self,
  action 
)
def rfm2.vstructs.vstructClient.paramGetValue (   self,
  param 
)
def rfm2.vstructs.vstructClient.paramGetValueRec (   node,
  param 
)
static
def rfm2.vstructs.vstructClient.paramIsConnected (   self,
  param 
)
def rfm2.vstructs.vstructClient.paramIsConnectedRec (   node,
  param 
)
static
def rfm2.vstructs.vstructClient.paramSetValue (   self,
  param,
  value 
)
def rfm2.vstructs.vstructClient.valueGet (   self)
def rfm2.vstructs.vstructClient.valueSet (   self,
  value 
)
def rfm2.vstructs.vstructClient.wasConnectionAttempted (   self)

Member Data Documentation

rfm2.vstructs.vstructClient.action
rfm2.vstructs.vstructClient.actionValue
rfm2.vstructs.vstructClient.connectionAction
rfm2.vstructs.vstructClient.dstNode
rfm2.vstructs.vstructClient.dstParam
rfm2.vstructs.vstructClient.fallback
rfm2.vstructs.vstructClient.fallbackValue
rfm2.vstructs.vstructClient.params
rfm2.vstructs.vstructClient.srcNode
rfm2.vstructs.vstructClient.srcParam

The documentation for this class was generated from the following file: