rfm2
22.0
A python-based rewrite of RenderMan for Maya
|
Public Member Functions | |
def | ui_create (self) |
def | ui_update (self) |
Public Member Functions inherited from rfm2.ui.base_widget.BaseWidget | |
def | __init__ (self) |
def | setup (self, desc, param, uiprefix) |
def | create (self, ctlname, nodeattr, param, idx=None, dyn=False, struct_name=None, struct_idx=None) |
def | update (self, ctlname, nodeattr, idx=None, label=None, dyn=0, struct_name=None, struct_idx=None) |
def | conditional_visibility (self, return_func=False) |
def | add_param_popup_menu (self) |
def | create_navigation_popup (self, ctl) |
def | update_navigation_popup (self, ctl, func) |
def | __str__ (self) |
Public Attributes | |
maya_func | |
ui_has_builtin_connector | |
Public Attributes inherited from rfm2.ui.base_widget.BaseWidget | |
nattr | |
label | |
ctl | |
widget | |
desc | |
param | |
uiprefix | |
ui_func | |
ui_has_builtin_connector | |
maya_func | |
maya_sub_control | |
parent | |
Additional Inherited Members | |
Static Public Member Functions inherited from rfm2.ui.base_widget.BaseWidget | |
def | build_navigation_popup_menu (*args, **kwargs) |
Static Public Attributes inherited from rfm2.ui.base_widget.BaseWidget | |
list | indexTwoTypes = [kk.W_POPUP, kk.W_MAPPER, kk.W_BOOLEAN, kk.W_CHECKBOX] |
Implement the UI displaying the contents of an Alembic archive.
def rfm2.ui.custom_widgets.AbcManifestWidget.ui_create | ( | self | ) |
Create the widget compatible with your data types.
Reimplemented from rfm2.ui.base_widget.BaseWidget.
def rfm2.ui.custom_widgets.AbcManifestWidget.ui_update | ( | self | ) |
Connect the widget previously created to a specific attribute. We also handle conditional visibility here.
Reimplemented from rfm2.ui.base_widget.BaseWidget.
rfm2.ui.custom_widgets.AbcManifestWidget.maya_func |
rfm2.ui.custom_widgets.AbcManifestWidget.ui_has_builtin_connector |