rfm2
22.0
A python-based rewrite of RenderMan for Maya
|
Namespaces | |
rfm2.utils.abc_support | |
Functions | |
def | rfm2.utils.abc_support.visit_properties (iParent, depth, compound=None) |
def | rfm2.utils.abc_support.visit_object (iObj, depth, parent, items) |
def | rfm2.utils.abc_support.print_path (ctl) |
def | rfm2.utils.abc_support.read_manifest (*args) |
def | rfm2.utils.abc_support.get_stored_manifest (node) |
def | rfm2.utils.abc_support.solo (node, abc_path, _) |
def | rfm2.utils.abc_support.show_annotations_changed (node, tree, state) |
def | rfm2.utils.abc_support.display_manifest (*args) |
def | rfm2.utils.abc_support.preExport (selected=False) |
def | rfm2.utils.abc_support.postExport (callbacks, attrlist) |
def | rfm2.utils.abc_support.setupExport (forGPUCache) |
def | rfm2.utils.abc_support.export (forGPUCache, selected) |
def | rfm2.utils.abc_support.import_cache () |
Variables | |
list | rfm2.utils.abc_support.SUB = [u'\u251C', u'\u2514'] |
string | rfm2.utils.abc_support.PROPS = u'''<p style="line-height:80%%"><pre><u>Properties</u><br>%s</pre></p>''' |
string | rfm2.utils.abc_support.RFM_SUBDIVSCHEME = 'rman_subdivScheme' |
string | rfm2.utils.abc_support.RFM_FACEVARYINGINTERP = 'rman_subdivFacevaryingInterp' |
string | rfm2.utils.abc_support.MAYA_SUBDIV = 'SubDivisionMesh' |
string | rfm2.utils.abc_support.MAYA_INTERPBOUNDARY = 'interpolateBoundary' |
string | rfm2.utils.abc_support.MAYA_FACEVARINTERP = 'faceVaryingInterpolateBoundary' |
list | rfm2.utils.abc_support.RMAN_PREFIX = ['rman_', '__'] |
string | rfm2.utils.abc_support.FACEID_ATTR = 'rman_emitFaceIDs' |
string | rfm2.utils.abc_support.FORMVALIDOBJECTNAME_MEL_FILE = '' |