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

Classes

class  ParamLayout
 
class  AELayout
 
class  AESubLayout
 
class  RGLayout
 

Functions

def flatten (lst, ltypes=(list, tuple))
 

Variables

string PAGE_SEP = '|'
 

Function Documentation

◆ flatten()

def rfm2.ui.page.flatten (   lst,
  ltypes = (list, tuple) 
)
Flatten nested lists and tuples into a single list or tuple.
+ Here is the caller graph for this function:

Variable Documentation

◆ PAGE_SEP

string rfm2.ui.page.PAGE_SEP = '|'