fxdcc
Utility functions related to DCC packages.
get_dcc_main_window
Import the current DCC main window.
Returns:
Type | Description |
---|---|
Optional[Any]
|
Optional[Any]: The return value of the first successful function call,
or |
Notes
This function is DCC agnostic and will return the main window based on the success of the DCC module import.
get_houdini_main_window
Get the Houdini main window.
Returns:
Type | Description |
---|---|
QWidget
|
qtpy.QtWidgets.QWidget: |
get_houdini_stylesheet
Get the Houdini stylesheet.
Returns:
Name | Type | Description |
---|---|---|
str |
str
|
The Houdini stylesheet. |
get_maya_main_window
Get the Maya main window.
Returns:
Type | Description |
---|---|
QWidget
|
qtpy.QtWidgets.QWidget: |