trigger.actions.look ==================== .. py:module:: trigger.actions.look .. autoapi-nested-parse:: Look action saves and loads shaders Attributes ---------- .. autoapisummary:: trigger.actions.look.ACTION_DATA trigger.actions.look.log Classes ------- .. autoapisummary:: trigger.actions.look.Look Module Contents --------------- .. py:class:: Look(**kwargs) Bases: :py:obj:`trigger.core.action.ActionCore` .. py:method:: action() Mandatory Method - Execute Action .. py:method:: assign_sg_data(sg_data) :staticmethod: .. py:method:: collect_sg_data() :staticmethod: .. py:method:: export_sgs(sg_list, root_folder) :staticmethod: .. py:method:: feed(action_data, *args, **kwargs) Mandatory Method - Feeds the instance with the action data stored in actions session .. py:method:: import_sgs(file_path) :staticmethod: .. py:method:: save_action(file_path=None, *args, **kwargs) Mandatory Method - Save Action .. py:method:: ui(ctrl, layout, handler, *args, **kwargs) Mandatory Method - UI setting definitions Args: ctrl: (model_ctrl) ctrl object instance of /ui/model_ctrl. Updates UI and Model layout: (QLayout) The layout object from the main ui. All setting widgets should be added to this layout handler: (actions_session) An instance of the actions_session. TRY NOT TO USE HANDLER UNLESS ABSOLUTELY NECESSARY *args: **kwargs: Returns: None .. py:attribute:: action_data .. py:data:: ACTION_DATA .. py:data:: log