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

Functions

def rman_ies_options_ui (parent)
 
def rman_ies_options_selection_changed (parent, selection)
 

Variables

string LAST_SELECTED = ''
 

Detailed Description

Implements a specialized file dialog UI for IES files.

Function Documentation

◆ rman_ies_options_selection_changed()

def rfm2.ui.ies_options_ui.rman_ies_options_selection_changed (   parent,
  selection 
)
Called by FileDialog2 when a file is selected by the user.

Arguments:
    parent {str} -- The parent control
    selection {str} -- path of selected file/directory.

◆ rman_ies_options_ui()

def rfm2.ui.ies_options_ui.rman_ies_options_ui (   parent)
Create the UI to preview the selected IES file. This is a straight port
of the 21.x code.

Arguments:
    parent {str} -- The parent control in which we must create our UI.

Variable Documentation

◆ LAST_SELECTED

string rfm2.ui.ies_options_ui.LAST_SELECTED = ''