Skip to content

Commit

Permalink
Metahuman template MISC bugs Closes #426
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Nov 29, 2024
1 parent 3975feb commit 0b5a45d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from mgear.core import pyqt
QtGui, QtCore, QtWidgets, wrapInstance = pyqt.qt_import()


class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Form")
Form.resize(242, 699)
Form.resize(359, 1028)
self.gridLayout = QtWidgets.QGridLayout(Form)
self.gridLayout.setObjectName("gridLayout")
self.groupBox = QtWidgets.QGroupBox(Form)
Expand Down Expand Up @@ -85,6 +84,8 @@ def setupUi(self, Form):
self.TPoseRest_checkBox.setObjectName("TPoseRest_checkBox")
self.verticalLayout.addWidget(self.TPoseRest_checkBox)
self.useBlade_checkBox = QtWidgets.QCheckBox(self.groupBox)
self.useBlade_checkBox.setStatusTip("")
self.useBlade_checkBox.setWhatsThis("")
self.useBlade_checkBox.setObjectName("useBlade_checkBox")
self.verticalLayout.addWidget(self.useBlade_checkBox)
self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
Expand Down Expand Up @@ -225,10 +226,8 @@ def retranslateUi(self, Form):
self.TPoseRest_checkBox.setStatusTip(pyqt.fakeTranslate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.TPoseRest_checkBox.setWhatsThis(pyqt.fakeTranslate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.TPoseRest_checkBox.setText(pyqt.fakeTranslate("Form", "FK Rest T Pose", None, -1))
self.useBlade_checkBox.setToolTip(pyqt.fakeTranslate("Form", "<html><head/><body><p>If checked, the Rest pose for FK controls will be in T Pose</p></body></html>", None, -1))
self.useBlade_checkBox.setStatusTip(pyqt.fakeTranslate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.useBlade_checkBox.setWhatsThis(pyqt.fakeTranslate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.useBlade_checkBox.setText(pyqt.fakeTranslate("Form", "Use Wrist Blade", None, -1))
self.useBlade_checkBox.setToolTip(pyqt.fakeTranslate("Form", "<html><head/><body><p>If checked, will use a blade to control the wrist joint orientation. This doesn\'t affect the controls that are align with the arm plane.</p></body></html>", None, -1))
self.useBlade_checkBox.setText(pyqt.fakeTranslate("Form", "Use Wrist Blade to orient wrist joint", None, -1))
self.squashStretchProfile_pushButton.setText(pyqt.fakeTranslate("Form", "Squash and Stretch Profile", None, -1))
self.ikRefArray_groupBox.setTitle(pyqt.fakeTranslate("Form", "IK Reference Array", None, -1))
self.ikRefArray_copyRef_pushButton.setText(pyqt.fakeTranslate("Form", "Copy from UpV Ref", None, -1))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>242</width>
<height>722</height>
<width>359</width>
<height>1028</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -197,16 +197,16 @@
<item>
<widget class="QCheckBox" name="useBlade_checkBox">
<property name="toolTip">
<string extracomment="This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, the Rest pose for FK controls will be in T Pose&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, will use a blade to control the wrist joint orientation. This doesn't affect the controls that are align with the arm plane.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="statusTip">
<string extracomment="This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ">This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour </string>
<string extracomment="This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour "/>
</property>
<property name="whatsThis">
<string>This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour </string>
<string/>
</property>
<property name="text">
<string>Use Wrist Blade</string>
<string>Use Wrist Blade to orient wrist joint</string>
</property>
</widget>
</item>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'C:/datawork/repo/mgear4/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/settingsUI.ui'
# Form implementation generated from reading ui file 'C:/datawork/repo/mgear4/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/settingsUI.ui',
# licensing of 'C:/datawork/repo/mgear4/release/scripts/mgear/shifter_epic_components/EPIC_arm_02/settingsUI.ui' applies.
#
# Created: Fri Jan 12 15:22:01 2024
# by: pyside2-uic running on PySide2 2.0.0~alpha0
# Created: Fri Nov 29 10:25:46 2024
# by: pyside2-uic running on PySide2 5.12.5
#
# WARNING! All changes made in this file will be lost!

Expand Down Expand Up @@ -90,6 +91,8 @@ def setupUi(self, Form):
self.mirrorMid_checkBox.setObjectName("mirrorMid_checkBox")
self.verticalLayout.addWidget(self.mirrorMid_checkBox)
self.useBlade_checkBox = QtWidgets.QCheckBox(self.groupBox)
self.useBlade_checkBox.setStatusTip("")
self.useBlade_checkBox.setWhatsThis("")
self.useBlade_checkBox.setObjectName("useBlade_checkBox")
self.verticalLayout.addWidget(self.useBlade_checkBox)
self.TPoseRest_checkBox = QtWidgets.QCheckBox(self.groupBox)
Expand Down Expand Up @@ -226,10 +229,8 @@ def retranslateUi(self, Form):
self.mirrorMid_checkBox.setStatusTip(QtWidgets.QApplication.translate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.mirrorMid_checkBox.setWhatsThis(QtWidgets.QApplication.translate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.mirrorMid_checkBox.setText(QtWidgets.QApplication.translate("Form", "Mirror Mid Ctl and UPV axis behaviour", None, -1))
self.useBlade_checkBox.setToolTip(QtWidgets.QApplication.translate("Form", "<html><head/><body><p>If checked, the Rest pose for FK controls will be in T Pose</p></body></html>", None, -1))
self.useBlade_checkBox.setStatusTip(QtWidgets.QApplication.translate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.useBlade_checkBox.setWhatsThis(QtWidgets.QApplication.translate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.useBlade_checkBox.setText(QtWidgets.QApplication.translate("Form", "Use Wrist Blade", None, -1))
self.useBlade_checkBox.setToolTip(QtWidgets.QApplication.translate("Form", "<html><head/><body><p>If checked, will use a blade to control the wrist joint orientation. This doesn\'t affect the controls that are align with the arm plane.</p></body></html>", None, -1))
self.useBlade_checkBox.setText(QtWidgets.QApplication.translate("Form", "Use Wrist Blade to orient wrist joint", None, -1))
self.TPoseRest_checkBox.setToolTip(QtWidgets.QApplication.translate("Form", "<html><head/><body><p>If checked, the Rest pose for controls will be in T Pose</p></body></html>", None, -1))
self.TPoseRest_checkBox.setStatusTip(QtWidgets.QApplication.translate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
self.TPoseRest_checkBox.setWhatsThis(QtWidgets.QApplication.translate("Form", "This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ", None, -1))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,16 @@
<item>
<widget class="QCheckBox" name="useBlade_checkBox">
<property name="toolTip">
<string extracomment="This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, the Rest pose for FK controls will be in T Pose&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If checked, will use a blade to control the wrist joint orientation. This doesn't affect the controls that are align with the arm plane.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="statusTip">
<string extracomment="This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour ">This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour </string>
<string extracomment="This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour "/>
</property>
<property name="whatsThis">
<string>This option set the axis of the mid CTL (elbow) and the up vector control to move in a mirror behaviour </string>
<string/>
</property>
<property name="text">
<string>Use Wrist Blade</string>
<string>Use Wrist Blade to orient wrist joint</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 0b5a45d

Please sign in to comment.