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

Classes

class  ValueDelegate
 
class  AttrDataModel
 
class  AttrTable
 
class  AttrEditor
 

Functions

def read_attribute_definitions ()
 
def edit_attributes (attr_dict, model, index, parent=None)
 

Variables

int IDX_NAME = 0
 
int IDX_VAL = 1
 
dictionary ATTR_DICT = {}
 

Detailed Description

RLF attributes Editor panel for Maya.

Function Documentation

◆ edit_attributes()

def rfm2.ui.rlf_attr_editor.edit_attributes (   attr_dict,
  model,
  index,
  parent = None 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ read_attribute_definitions()

def rfm2.ui.rlf_attr_editor.read_attribute_definitions ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ ATTR_DICT

dictionary rfm2.ui.rlf_attr_editor.ATTR_DICT = {}

◆ IDX_NAME

int rfm2.ui.rlf_attr_editor.IDX_NAME = 0

◆ IDX_VAL

int rfm2.ui.rlf_attr_editor.IDX_VAL = 1