trigger.ui.layouts.scene_select =============================== .. py:module:: trigger.ui.layouts.scene_select .. autoapi-nested-parse:: Layout for selecting objects or nodes from the scene Classes ------- .. autoapisummary:: trigger.ui.layouts.scene_select.SceneSelectLayout Module Contents --------------- .. py:class:: SceneSelectLayout(selection_type='object', single_selection=False, select_button=True, add_button=False, read_only=False, unique=True, *args, **kwargs) Bases: :py:obj:`trigger.ui.Qt.QtWidgets.QHBoxLayout` Layout for selecting objects or nodes from the scene .. py:method:: add() Add the selection to the current selection. .. py:method:: build() Build layout. .. py:method:: list_to_text(list_item) :staticmethod: .. py:method:: select() Select objects or nodes from the scene. .. py:method:: set_selection_type(selection_type) Set the selection type. .. py:method:: text_to_list(text_item) :staticmethod: .. py:property:: selection Return the selection. .. py:attribute:: selection_types :value: ['object', 'vertex', 'edge', 'face', 'attribute']