| 700 |
|
</property> |
| 701 |
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 702 |
|
<item> |
| 703 |
+ |
<widget class="QCheckBox" name="cbStandingPose"> |
| 704 |
+ |
<property name="toolTip"> |
| 705 |
+ |
<string>Export the model in a "standing pose". If not checked model is exported in the "wrapped form" (all body parts set to 0)</string> |
| 706 |
+ |
</property> |
| 707 |
+ |
<property name="text"> |
| 708 |
+ |
<string>Standing Pose</string> |
| 709 |
+ |
</property> |
| 710 |
+ |
</widget> |
| 711 |
+ |
</item> |
| 712 |
+ |
<item> |
| 713 |
|
<widget class="QCheckBox" name="cbCellShading"> |
| 714 |
|
<property name="enabled"> |
| 715 |
|
<bool>false</bool> |
| 736 |
|
</property> |
| 737 |
|
<property name="toolTip"> |
| 738 |
|
<string>Extract a TRAM (animation) with character's TRBS / ONCC |
| 739 |
< |
For example extract a Muro's TRAM with Konoko's ONCC</string> |
| 739 |
> |
For example extract a Muro's TRAM with Konoko's ONCC |
| 740 |
> |
(input the full path for the TRBS / ONCC.oni file)</string> |
| 741 |
|
</property> |
| 742 |
|
<property name="text"> |
| 743 |
|
<string>Extract with TRBS / ONCC:</string> |
| 745 |
|
</widget> |
| 746 |
|
</item> |
| 747 |
|
<item> |
| 748 |
< |
<widget class="QLineEdit" name="leTRBS_ONCC"> |
| 748 |
> |
<widget class="DropLineEdit" name="leTRBS_ONCC"> |
| 749 |
|
<property name="enabled"> |
| 750 |
|
<bool>false</bool> |
| 751 |
|
</property> |
| 752 |
|
<property name="toolTip"> |
| 753 |
|
<string>Extract a TRAM (animation) with character's TRBS / ONCC |
| 754 |
< |
For example extract a Muro's TRAM with Konoko's ONCC</string> |
| 754 |
> |
For example extract a Muro's TRAM with Konoko's ONCC |
| 755 |
> |
(input the full path for the TRBS / ONCC.oni file)</string> |
| 756 |
|
</property> |
| 757 |
|
<property name="placeholderText"> |
| 758 |
< |
<string>TRBS / ONCC.oni source file</string> |
| 758 |
> |
<string>Full path to TRBS / ONCC.oni source file</string> |
| 759 |
|
</property> |
| 760 |
|
</widget> |
| 761 |
|
</item> |
| 914 |
|
<bool>false</bool> |
| 915 |
|
</property> |
| 916 |
|
<property name="toolTip"> |
| 917 |
< |
<string>Give model a texture. |
| 917 |
> |
<string>Give model a texture. |
| 918 |
|
It's the name of a TXMP.oni file, don't include the extension.</string> |
| 919 |
|
</property> |
| 920 |
|
<property name="text"> |
| 931 |
|
<bool>true</bool> |
| 932 |
|
</property> |
| 933 |
|
<property name="toolTip"> |
| 934 |
< |
<string>Give model a texture. |
| 935 |
< |
It's the name of a TXMP.oni file, don't include the extension.</string> |
| 934 |
> |
<string>Extract M3GM.oni with an animation file (OBAN.oni). |
| 935 |
> |
Add the full path to the OBAN.oni file (include extension).</string> |
| 936 |
|
</property> |
| 937 |
|
<property name="text"> |
| 938 |
|
<string>With Animation:</string> |
| 945 |
|
<bool>false</bool> |
| 946 |
|
</property> |
| 947 |
|
<property name="toolTip"> |
| 948 |
< |
<string>Give model a texture. |
| 949 |
< |
It's the name of a TXMP.oni file, don't include the extension.</string> |
| 948 |
> |
<string>Extract M3GM.oni with an animation file (OBAN.oni). |
| 949 |
> |
Add the full path to the OBAN.oni file (include extension).</string> |
| 950 |
|
</property> |
| 951 |
|
<property name="placeholderText"> |
| 952 |
|
<string>OBAN.oni source file</string> |
| 1475 |
|
<addaction name="actionAE_Package_Creator"/> |
| 1476 |
|
<addaction name="actionSound_Wizard"/> |
| 1477 |
|
<addaction name="actionBackground_Image_Wizard"/> |
| 1478 |
< |
<addaction name="separator"/> |
| 1478 |
> |
<addaction name="actionWindow_Messages_Wizard"/> |
| 1479 |
|
</widget> |
| 1480 |
|
<addaction name="menuFile"/> |
| 1481 |
|
<addaction name="menuTarget_Platform"/> |
| 1690 |
|
<string>XmlTools Interface</string> |
| 1691 |
|
</property> |
| 1692 |
|
</action> |
| 1693 |
+ |
<action name="actionWindow_Messages_Wizard"> |
| 1694 |
+ |
<property name="icon"> |
| 1695 |
+ |
<iconset resource="resources.qrc"> |
| 1696 |
+ |
<normaloff>:/new/icons/windowmessages.png</normaloff>:/new/icons/windowmessages.png</iconset> |
| 1697 |
+ |
</property> |
| 1698 |
+ |
<property name="text"> |
| 1699 |
+ |
<string>Window Messages Wizard</string> |
| 1700 |
+ |
</property> |
| 1701 |
+ |
</action> |
| 1702 |
|
</widget> |
| 1703 |
|
<layoutdefault spacing="6" margin="11"/> |
| 1704 |
|
<customwidgets> |
| 1705 |
|
<customwidget> |
| 1706 |
|
<class>DropTableWidget</class> |
| 1707 |
|
<extends>QTableWidget</extends> |
| 1708 |
< |
<header>droptablewidget.h</header> |
| 1708 |
> |
<header location="global">droptablewidget.h</header> |
| 1709 |
> |
</customwidget> |
| 1710 |
> |
<customwidget> |
| 1711 |
> |
<class>DropLineEdit</class> |
| 1712 |
> |
<extends>QLineEdit</extends> |
| 1713 |
> |
<header location="global">droplineedit.h</header> |
| 1714 |
|
</customwidget> |
| 1715 |
|
</customwidgets> |
| 1716 |
|
<resources> |