rfm2
22.0
A python-based rewrite of RenderMan for Maya
|
Public Member Functions | |
def | __init__ (self, show_ui=True) |
def | __del__ (self) |
def | overrideGlobals (self) |
def | load_pref (self, name, default=None) |
def | save_pref (self, *args) |
def | cond_enabled (self, ctls, expr, opt, val) |
def | format_changed (self, ctl_comp, ctl_qlty, value) |
def | encoding_changed (self, ctl_fmt, ctl_comp, ctl_qlty, value) |
def | save_encoding (self, value) |
def | load_encoding (self) |
def | viewer_options (self) |
def | build_ui (self) |
def | show (self) |
def | options (self) |
def | view (self, filepath) |
Encapsulates UI and prefs
def rfm2.utils.playblast.PlayBlastOptions.__init__ | ( | self, | |
show_ui = True |
|||
) |
def rfm2.utils.playblast.PlayBlastOptions.__del__ | ( | self | ) |
def rfm2.utils.playblast.PlayBlastOptions.build_ui | ( | self | ) |
create the contents of the dialog.
def rfm2.utils.playblast.PlayBlastOptions.cond_enabled | ( | self, | |
ctls, | |||
expr, | |||
opt, | |||
val | |||
) |
conditionaly enable/disable controls.
def rfm2.utils.playblast.PlayBlastOptions.encoding_changed | ( | self, | |
ctl_fmt, | |||
ctl_comp, | |||
ctl_qlty, | |||
value | |||
) |
called when the playblast compression is changed by the user.
def rfm2.utils.playblast.PlayBlastOptions.format_changed | ( | self, | |
ctl_comp, | |||
ctl_qlty, | |||
value | |||
) |
called when the playblast format is changed by the user.
def rfm2.utils.playblast.PlayBlastOptions.load_encoding | ( | self | ) |
load the choosen encoding with regards to selected format.
def rfm2.utils.playblast.PlayBlastOptions.load_pref | ( | self, | |
name, | |||
default = None |
|||
) |
load the last value of a given pref.
def rfm2.utils.playblast.PlayBlastOptions.options | ( | self | ) |
Returns the playblast arguments as a dict.
def rfm2.utils.playblast.PlayBlastOptions.overrideGlobals | ( | self | ) |
Override render settings for the playblast's duration.
def rfm2.utils.playblast.PlayBlastOptions.save_encoding | ( | self, | |
value | |||
) |
Save the choosen encoding with regards to selected format.
def rfm2.utils.playblast.PlayBlastOptions.save_pref | ( | self, | |
* | args | ||
) |
save the value of a given pref.
def rfm2.utils.playblast.PlayBlastOptions.show | ( | self | ) |
Display the dialog. If OK is selected, override render settings, otherwise revert prefs to their original values.
def rfm2.utils.playblast.PlayBlastOptions.view | ( | self, | |
filepath | |||
) |
Launch the viewer if it is not directly supported by Maya.
def rfm2.utils.playblast.PlayBlastOptions.viewer_options | ( | self | ) |
Returns a list of viewers, with an option to define custom ones via self.user_cmd and self.user_cmd_name.
rfm2.utils.playblast.PlayBlastOptions.overrides |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastCameraSetupID |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastCameraSetupMEL |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastFormat |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastMovieFile |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastOrnaments |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastPadding |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastQuality |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastRemoveTemp |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastSamples |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastSaveToFile |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastSequence |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastVariance |
rfm2.utils.playblast.PlayBlastOptions.rfmPlayBlastView |
rfm2.utils.playblast.PlayBlastOptions.show_ui |
rfm2.utils.playblast.PlayBlastOptions.user_cmd |
rfm2.utils.playblast.PlayBlastOptions.user_cmd_name |
rfm2.utils.playblast.PlayBlastOptions.user_cmd_output |