trigger.tools.face_mocap.ui =========================== .. py:module:: trigger.tools.face_mocap.ui .. autoapi-nested-parse:: UI for Face Mocap. Attributes ---------- .. autoapisummary:: trigger.tools.face_mocap.ui.WINDOW_NAME Classes ------- .. autoapisummary:: trigger.tools.face_mocap.ui.FaceMocapSettings trigger.tools.face_mocap.ui.FaceMocapWidgets trigger.tools.face_mocap.ui.MainUI Functions --------- .. autoapisummary:: trigger.tools.face_mocap.ui.launch Module Contents --------------- .. py:class:: FaceMocapSettings .. py:attribute:: a2f_mocap_layer :type: str :value: 'A2F_mocap_layer' .. py:attribute:: bake_on_controllers :type: bool :value: False .. py:attribute:: controller :type: str :value: 'C_all_1_cont' .. py:attribute:: import_a2f :type: bool :value: True .. py:attribute:: import_livelink :type: bool :value: True .. py:attribute:: live_link_folder :type: str :value: '' .. py:attribute:: livelink_mocap_layer :type: str :value: 'LiveLink_mocap_layer' .. py:attribute:: start_frame :type: int :value: 1 .. py:class:: FaceMocapWidgets .. py:attribute:: a2f_mocap_layer :type: trigger.ui.Qt.QtWidgets.QLineEdit :value: None .. py:attribute:: bake_on_controllers :type: trigger.ui.Qt.QtWidgets.QCheckBox :value: None .. py:attribute:: button_box :type: trigger.ui.Qt.QtWidgets.QDialogButtonBox :value: None .. py:attribute:: controller :type: trigger.ui.Qt.QtWidgets.QLineEdit :value: None .. py:attribute:: import_a2f :type: trigger.ui.Qt.QtWidgets.QCheckBox :value: None .. py:attribute:: import_livelink :type: trigger.ui.Qt.QtWidgets.QCheckBox :value: None .. py:attribute:: information_bar :type: trigger.ui.Qt.QtWidgets.QWidget :value: None .. py:attribute:: live_link_folder :type: trigger.ui.widgets.browser.FolderBrowserBoxLayout :value: None .. py:attribute:: livelink_mocap_layer :type: trigger.ui.Qt.QtWidgets.QLineEdit :value: None .. py:attribute:: start_frame :type: trigger.ui.Qt.QtWidgets.QSpinBox :value: None .. py:class:: MainUI Bases: :py:obj:`trigger.ui.Qt.QtWidgets.QDialog` .. py:method:: apply_animation() Apply the animation based on the current widget settings. .. py:method:: build_ui() Create the UI for facial mocap. .. py:method:: connect_signals() Connect the signals for the UI. .. py:function:: launch(force=True) .. py:data:: WINDOW_NAME