tik_manager4.dcc.maya.panels ============================ .. py:module:: tik_manager4.dcc.maya.panels .. autoapi-nested-parse:: Class to control and revert all panel properties Classes ------- .. autoapisummary:: tik_manager4.dcc.maya.panels.PanelManager tik_manager4.dcc.maya.panels.Variable Module Contents --------------- .. py:class:: PanelManager(camera, resolution, inherit=True) Bases: :py:obj:`object` .. py:method:: get_camera_panels(camera) :staticmethod: .. py:method:: inherit_panel_properties(panel=None) if there are existing panels for the camera, this method will try to inherit the properties of the Active or LAST unless a panel specified .. py:method:: kill() .. py:method:: revert_all() Reverts back all settings into its original state .. py:method:: set_camera_variable(variable, value) .. py:method:: set_editor_variable(variable, value) .. py:method:: set_preset(preset) Sets values for pre-defined presets .. py:method:: store_states() Grabs the current state of the properties and store them as original .. py:method:: tear_off_panel(camera, resolution=(1920, 1080)) :staticmethod: Tears of the panel with given resolution .. py:property:: all_objects .. py:property:: display_appearance .. py:property:: display_field_chart .. py:property:: display_film_gate .. py:property:: display_film_origin .. py:property:: display_film_pivot .. py:property:: display_gate_mask .. py:property:: display_resolution .. py:property:: display_safe_action .. py:property:: display_safe_title .. py:property:: display_textures .. py:property:: grid .. py:property:: hud .. py:property:: image_plane .. py:property:: nurbs_curves .. py:property:: nurbs_surfaces .. py:property:: overscan .. py:property:: panel .. py:property:: polymeshes .. py:property:: use_default_material .. py:class:: Variable(original=None, current=None) Bases: :py:obj:`object` .. py:property:: current .. py:property:: original