SYMBOL INDEX (57 symbols across 6 files) FILE: src/pyvfx_boilerplate/boilerplate_ui.py class _Boilerplate (line 80) | class _Boilerplate(QtWidgets.QMainWindow): method __init__ (line 85) | def __init__(self, parent=None, win_title=WTITLE, win_object=WOBJ): method setupUi (line 104) | def setupUi(self): method say_hello (line 132) | def say_hello(self): class Boilerplate (line 142) | class Boilerplate(MayaQWidgetDockableMixin, _Boilerplate): method __init__ (line 147) | def __init__(self, parent=None, win_title=WTITLE, win_object=WOBJ): method __init__ (line 164) | def __init__(self, parent=None, win_title=WTITLE, win_object=WOBJ): class Boilerplate (line 159) | class Boilerplate(_Boilerplate): method __init__ (line 147) | def __init__(self, parent=None, win_title=WTITLE, win_object=WOBJ): method __init__ (line 164) | def __init__(self, parent=None, win_title=WTITLE, win_object=WOBJ): function _maya_delete_ui (line 173) | def _maya_delete_ui(window_title, window_object): function _maya_delete_workspace (line 181) | def _maya_delete_workspace(window_object): function _maya_update_workspace (line 189) | def _maya_update_workspace(window_object): function _maya_main_window (line 207) | def _maya_main_window(): function _nuke_delete_ui (line 215) | def _nuke_delete_ui(window_object): function _nuke_main_window (line 222) | def _nuke_main_window(): function _nuke_set_zero_margins (line 234) | def _nuke_set_zero_margins(widget_object): function _houdini_main_window (line 263) | def _houdini_main_window(): function _3dsmax_main_window (line 268) | def _3dsmax_main_window(): class BoilerplateRunner (line 276) | class BoilerplateRunner: method __init__ (line 277) | def __init__(self, guiClass=Boilerplate, win_title=WTITLE, win_object=... method run_maya (line 284) | def run_maya(self, **kwargs): method run_nuke (line 305) | def run_nuke(self, **kwargs): method run_houdini (line 339) | def run_houdini(self, **kwargs): method run_3dsmax (line 346) | def run_3dsmax(self, **kwargs): method on_exit_unreal (line 356) | def on_exit_unreal(self): method run_unreal (line 362) | def run_unreal(self, **kwargs): method on_exit_blender (line 384) | def on_exit_blender(self): method on_update_blender (line 396) | def on_update_blender(self): method run_blender (line 403) | def run_blender(self, **kwargs): method run_standalone (line 429) | def run_standalone(self, **kwargs): method run_main (line 457) | def run_main(self, **kwargs): FILE: src/pyvfx_boilerplate/cli.py function main (line 13) | def main(): FILE: src/pyvfx_boilerplate/mayapalette.py function set_palette_from_dict (line 6) | def set_palette_from_dict(dct): function set_style (line 48) | def set_style(): function set_maya_tweaks (line 57) | def set_maya_tweaks(): function read_json (line 80) | def read_json(filepath): function set_maya_palette_with_tweaks (line 87) | def set_maya_palette_with_tweaks(palette_filepath): FILE: src/pyvfx_boilerplate/menu.py function activate (line 50) | def activate(dockable=False): function activate_dockable (line 101) | def activate_dockable(): class PyvfxBoilerplateActivateOperator (line 123) | class PyvfxBoilerplateActivateOperator(bpy.types.Operator): method execute (line 129) | def execute(self, context): class TOPBAR_MT_pyvfx_menu (line 133) | class TOPBAR_MT_pyvfx_menu(bpy.types.Menu): method draw (line 138) | def draw(self, context): method menu_draw (line 143) | def menu_draw(self, context): function register (line 147) | def register(): function unregister (line 152) | def unregister(): FILE: src/pyvfx_boilerplate/utils/get_set_palette_data_qt4.py function getPaletteInfo (line 47) | def getPaletteInfo(): function setPaletteFromDict (line 77) | def setPaletteFromDict(dct): function setStylePlastique (line 88) | def setStylePlastique(): function setMayaTweaks (line 92) | def setMayaTweaks(): function write_json (line 114) | def write_json(data): function read_json (line 119) | def read_json(): FILE: src/pyvfx_boilerplate/utils/get_set_palette_data_qt5.py function getPaletteInfo (line 47) | def getPaletteInfo(): function setPaletteFromDict (line 77) | def setPaletteFromDict(dct): function setStylePlastique (line 88) | def setStylePlastique(): function setMayaTweaks (line 92) | def setMayaTweaks(): function write_json (line 114) | def write_json(data): function read_json (line 119) | def read_json():