rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
rfm2.ui.file_dialog Namespace Reference

Functions

def file_dialog_callback
 

Variables

tuple TX_ATLAS_EXPR = re.compile(r'([_\.])(1\d{3}|u\d+v\d+)([_\.])')
 

Detailed Description

The fileDialog module handles all file/directory/IES selection tasks.

The file dialog respect the following Maya pref:
- FileDialogStyle:
    * 1: On Windows or Mac OS X will use a native style file dialog.
      NOTE: this will be overriden for IES, as we need the Maya dialog to add
      extra IES visualization UI.
    * 2: Use a custom file dialog with a style that is consistent across
      platforms.

NOTE: The fileDialog2 callbacks are MEL only and we are currently re-using
      rfm21 MEL code. In time this should be ported to python.

Function Documentation

def rfm2.ui.file_dialog.file_dialog_callback (   param,
  plug_or_func 
)

Variable Documentation

tuple rfm2.ui.file_dialog.TX_ATLAS_EXPR = re.compile(r'([_\.])(1\d{3}|u\d+v\d+)([_\.])')