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

Functions

def file_dialog_callback (param, plug_or_func)
 

Variables

 TX_ATLAS_UDIM_EXPR = re.compile(r'([_\.])(1\d{3})([_\.])')
 
 TX_ATLAS_UV_EXPR = re.compile(r'([_\.])(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

◆ file_dialog_callback()

def rfm2.ui.file_dialog.file_dialog_callback (   param,
  plug_or_func 
)
+ Here is the call graph for this function:

Variable Documentation

◆ TX_ATLAS_UDIM_EXPR

rfm2.ui.file_dialog.TX_ATLAS_UDIM_EXPR = re.compile(r'([_\.])(1\d{3})([_\.])')

◆ TX_ATLAS_UV_EXPR

rfm2.ui.file_dialog.TX_ATLAS_UV_EXPR = re.compile(r'([_\.])(u\d+_v\d+)([_\.])')