Files
MetaBox/Scripts/Modeling/Edit/LDMT/ldmt_ui/ldmt_marvelousTool.ui
2025-04-17 04:52:48 +08:00

246 lines
8.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ldmt_marvelousTool</class>
<widget class="QMainWindow" name="ldmt_marvelousTool">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>285</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>285</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>285</height>
</size>
</property>
<property name="windowTitle">
<string>Marvelous Tool</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow{
background-color: rgb(68,68,68);
}
QWidget#centralwidget{
background-color: rgb(68,68,68);
}
QPushButton{
border:1px solid rgb(30,30,30);
border-radius:4px;
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(235, 158, 108, 195));
color:rgb(25,25,25);}
QPushButton:hover{
border:1px solid rgb(30,30,30);
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(255, 178, 128, 195));
color:rgb(25,25,25);}
QPushButton:pressed{
border:1px solid rgb(30,30,30);
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(235, 158, 108, 195), stop:1 rgba( 189, 118, 57, 225));
color:rgb(25,25,25);}
QRadioButton{
color:rgb(175,175,175);
}
QCheckBox{
color:rgb(175,175,175);
}
QStatusBar QLabel {
border: 3px solid white;
}
QStatusBar {
color: rgb(175,175,175);
}
QStatusBar::item {
border: 1px solid red;
border-radius: 3px;
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="minimumSize">
<size>
<width>0</width>
<height>265</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>265</height>
</size>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="5" column="0" colspan="2">
<widget class="QPushButton" name="btn_flatten">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<family>Segoe UI</family>
</font>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="statusTip">
<string>Select all unweld garments first.</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:1px solid rgb(30,30,30);
border-radius:4px;
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(235, 158, 108, 195));
color:rgb(25,25,25);}
QPushButton:hover{
border:1px solid rgb(30,30,30);
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(255, 178, 128, 195));
color:rgb(25,25,25);}
QPushButton:pressed{
border:1px solid rgb(30,30,30);
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(235, 158, 108, 195), stop:1 rgba( 189, 118, 57, 225));
color:rgb(25,25,25);}</string>
</property>
<property name="text">
<string>Flatten Garment</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="4">
<widget class="QSlider" name="slider_blendshape">
<property name="statusTip">
<string>Change blendshape value.</string>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="5" column="2" colspan="2">
<widget class="QPushButton" name="btn_makePairs">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<family>Segoe UI</family>
</font>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="statusTip">
<string>Select all groups of garment, pattern and retopo first. </string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton{
border:1px solid rgb(30,30,30);
border-radius:4px;
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(235, 158, 108, 195));
color:rgb(25,25,25);}
QPushButton:hover{
border:1px solid rgb(30,30,30);
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(189, 118, 57, 225), stop:1 rgba(255, 178, 128, 195));
color:rgb(25,25,25);}
QPushButton:pressed{
border:1px solid rgb(30,30,30);
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(235, 158, 108, 195), stop:1 rgba( 189, 118, 57, 225));
color:rgb(25,25,25);}</string>
</property>
<property name="text">
<string>Make Pairs</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="4">
<widget class="QTextBrowser" name="textBrowser">
<property name="styleSheet">
<string notr="true">background-color:rgb(40,40,40);
color:rgb(200,200,200);
border-radius:5px;
padding:5px;</string>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;1. Select &lt;span style=&quot; color:#43ffa3;&quot;&gt;Unweld Garments&lt;/span&gt; in viewport.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;2. Click &lt;span style=&quot; color:#d49768;&quot;&gt;Flatten Garment&lt;/span&gt;, you'll get two groups, &lt;span style=&quot; color:#43ffa3;&quot;&gt;Garment Group&lt;/span&gt; and &lt;span style=&quot; color:#43ffa3;&quot;&gt;Pattern Group&lt;/span&gt;.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;3. Import &lt;span style=&quot; color:#43ffa3;&quot;&gt;Retopoed Patterns&lt;/span&gt; from Zbrush.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;4. Make a &lt;span style=&quot; color:#43ffa3;&quot;&gt;Group&lt;/span&gt; of Retopoed Patterns.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;5. In outliner, select all &lt;span style=&quot; color:#43ffa3;&quot;&gt;Garment Group&lt;/span&gt;, &lt;span style=&quot; color:#43ffa3;&quot;&gt;Pattern Group&lt;/span&gt; and &lt;span style=&quot; color:#43ffa3;&quot;&gt;Retopoed Group &lt;/span&gt;in order.&lt;/p&gt;
&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;6. Click &lt;span style=&quot; color:#d49768;&quot;&gt;Make Pairs&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="overwriteMode">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar">
<property name="statusTip">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>