rfm2  22.0
A python-based rewrite of RenderMan for Maya
rfm2.xgen Namespace Reference

Functions

def castSelf (selfid)
 
def addMethod (self, method)
 
def rmanUIInitCB (selfid)
 
def rmanUIRefreshCB (selfid)
 
def rmanPostPaletteCreateCB (param)
 
def rmanPostPaletteDeleteCB (selfid)
 
def rmanPostDescriptionCreateCB (selfid)
 
def rmanCurrentDescriptionSetCB (selfid)
 
def rmanArchiveExportCB (selfid)
 
def rmanArchiveExportInfoCB (selfid)
 
def rmanArchiveExportInitCB (selfid)
 
def exportPalettes ()
 
def exportPatches (startFrame=None, endFrame=None)
 
def initialize ()
 
def uninitialize ()
 

Variables

bool s_didInit = False
 

Function Documentation

◆ addMethod()

def rfm2.xgen.addMethod (   self,
  method 
)
+ Here is the caller graph for this function:

◆ castSelf()

def rfm2.xgen.castSelf (   selfid)
+ Here is the caller graph for this function:

◆ exportPalettes()

def rfm2.xgen.exportPalettes ( )
+ Here is the caller graph for this function:

◆ exportPatches()

def rfm2.xgen.exportPatches (   startFrame = None,
  endFrame = None 
)
+ Here is the caller graph for this function:

◆ initialize()

def rfm2.xgen.initialize ( )
+ Here is the caller graph for this function:

◆ rmanArchiveExportCB()

def rfm2.xgen.rmanArchiveExportCB (   selfid)
+ Here is the call graph for this function:

◆ rmanArchiveExportInfoCB()

def rfm2.xgen.rmanArchiveExportInfoCB (   selfid)
+ Here is the call graph for this function:

◆ rmanArchiveExportInitCB()

def rfm2.xgen.rmanArchiveExportInitCB (   selfid)
+ Here is the call graph for this function:

◆ rmanCurrentDescriptionSetCB()

def rfm2.xgen.rmanCurrentDescriptionSetCB (   selfid)

◆ rmanPostDescriptionCreateCB()

def rfm2.xgen.rmanPostDescriptionCreateCB (   selfid)

◆ rmanPostPaletteCreateCB()

def rfm2.xgen.rmanPostPaletteCreateCB (   param)

◆ rmanPostPaletteDeleteCB()

def rfm2.xgen.rmanPostPaletteDeleteCB (   selfid)

◆ rmanUIInitCB()

def rfm2.xgen.rmanUIInitCB (   selfid)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rmanUIRefreshCB()

def rfm2.xgen.rmanUIRefreshCB (   selfid)
+ Here is the call graph for this function:

◆ uninitialize()

def rfm2.xgen.uninitialize ( )

Variable Documentation

◆ s_didInit

bool rfm2.xgen.s_didInit = False