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

Functions

def maya_pref_name (stats_mgr_name)
 
def update_maya_prefs (config_dict)
 
def load_maya_prefs (defaults_dict)
 
def stats_manager ()
 
def stats_ui ()
 
def connect ()
 
def show ()
 
def register ()
 
def register_prefs ()
 
def clear_prefs ()
 

Variables

string STATS_UI_NAME = 'RfmLiveStatsControl'
 
int NEED_INIT = 0
 

Detailed Description

Maya adapter for stats panel.

Function Documentation

◆ clear_prefs()

def rfm2.ui.stats.clear_prefs ( )
+ Here is the call graph for this function:

◆ connect()

def rfm2.ui.stats.connect ( )
Connect the stats manager to the renderer.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ load_maya_prefs()

def rfm2.ui.stats.load_maya_prefs (   defaults_dict)
Returns a stats configuration dict to the stats manager.
+ Here is the call graph for this function:

◆ maya_pref_name()

def rfm2.ui.stats.maya_pref_name (   stats_mgr_name)
+ Here is the caller graph for this function:

◆ register()

def rfm2.ui.stats.register ( )
Register the UI to Maya.
+ Here is the caller graph for this function:

◆ register_prefs()

def rfm2.ui.stats.register_prefs ( )
Register stats manager prefs.
+ Here is the call graph for this function:

◆ show()

def rfm2.ui.stats.show ( )
Show the stats panel.
+ Here is the call graph for this function:

◆ stats_manager()

def rfm2.ui.stats.stats_manager ( )
Return the current StatsManager object. A new object will be created
if needed.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ stats_ui()

def rfm2.ui.stats.stats_ui ( )
Returns the current StatsManagerUI object. A new object will be created
if needed.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ update_maya_prefs()

def rfm2.ui.stats.update_maya_prefs (   config_dict)
Update maya prefs based on the stats manager's config.
+ Here is the call graph for this function:

Variable Documentation

◆ NEED_INIT

int rfm2.ui.stats.NEED_INIT = 0

◆ STATS_UI_NAME

string rfm2.ui.stats.STATS_UI_NAME = 'RfmLiveStatsControl'