extapps 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- extapps/__init__.py +57 -0
- extapps/map_compositor/__init__.py +22 -0
- extapps/map_compositor/launcher.py +63 -0
- extapps/map_compositor/map_compositor.ui +248 -0
- extapps/map_compositor/map_compositor_ui.py +133 -0
- extapps/map_compositor/slots.py +443 -0
- extapps/map_converter/__init__.py +23 -0
- extapps/map_converter/launcher.py +39 -0
- extapps/map_converter/map_converter.ui +794 -0
- extapps/map_converter/map_converter_ui.py +374 -0
- extapps/map_converter/slots.py +1146 -0
- extapps/map_packer/__init__.py +23 -0
- extapps/map_packer/launcher.py +28 -0
- extapps/map_packer/map_packer.ui +547 -0
- extapps/map_packer/map_packer_ui.py +260 -0
- extapps/map_packer/slots.py +250 -0
- extapps/mesh_convert/__init__.py +22 -0
- extapps/mesh_convert/launcher.py +29 -0
- extapps/mesh_convert/mesh_convert.ui +226 -0
- extapps/mesh_convert/mesh_convert_ui.py +124 -0
- extapps/mesh_convert/slots.py +288 -0
- extapps/metashape_workflow/__init__.py +38 -0
- extapps/metashape_workflow/_metashape_workflow.py +360 -0
- extapps/metashape_workflow/launcher.py +45 -0
- extapps/metashape_workflow/metashape_workflow.ui +387 -0
- extapps/metashape_workflow/metashape_workflow_ui.py +199 -0
- extapps/metashape_workflow/slots.py +524 -0
- extapps-0.1.0.dist-info/METADATA +67 -0
- extapps-0.1.0.dist-info/RECORD +33 -0
- extapps-0.1.0.dist-info/WHEEL +5 -0
- extapps-0.1.0.dist-info/entry_points.txt +6 -0
- extapps-0.1.0.dist-info/licenses/LICENSE +21 -0
- extapps-0.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,374 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
################################################################################
|
|
4
|
+
## Form generated from reading UI file 'map_converter.ui'
|
|
5
|
+
##
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.10.1
|
|
7
|
+
##
|
|
8
|
+
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
|
+
################################################################################
|
|
10
|
+
|
|
11
|
+
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
12
|
+
QMetaObject, QObject, QPoint, QRect,
|
|
13
|
+
QSize, QTime, QUrl, Qt)
|
|
14
|
+
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
15
|
+
QFont, QFontDatabase, QGradient, QIcon,
|
|
16
|
+
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
17
|
+
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
18
|
+
from PySide6.QtWidgets import (QApplication, QGroupBox, QLayout, QMainWindow,
|
|
19
|
+
QPushButton, QSizePolicy, QSpacerItem, QTabWidget,
|
|
20
|
+
QVBoxLayout, QWidget)
|
|
21
|
+
|
|
22
|
+
from uitk.widgets.collapsableGroup.CollapsableGroup import CollapsableGroup
|
|
23
|
+
from uitk.widgets.footer import Footer
|
|
24
|
+
from uitk.widgets.header import Header
|
|
25
|
+
from uitk.widgets.pushButton import PushButton
|
|
26
|
+
|
|
27
|
+
class Ui_QtUi(object):
|
|
28
|
+
def setupUi(self, QtUi):
|
|
29
|
+
if not QtUi.objectName():
|
|
30
|
+
QtUi.setObjectName(u"QtUi")
|
|
31
|
+
QtUi.setEnabled(True)
|
|
32
|
+
QtUi.resize(200, 382)
|
|
33
|
+
QtUi.setTabShape(QTabWidget.Triangular)
|
|
34
|
+
QtUi.setDockNestingEnabled(True)
|
|
35
|
+
QtUi.setDockOptions(QMainWindow.AllowNestedDocks|QMainWindow.AllowTabbedDocks|QMainWindow.AnimatedDocks|QMainWindow.ForceTabbedDocks)
|
|
36
|
+
self.central_widget = QWidget(QtUi)
|
|
37
|
+
self.central_widget.setObjectName(u"central_widget")
|
|
38
|
+
self.central_widget.setMinimumSize(QSize(200, 0))
|
|
39
|
+
self.verticalLayout = QVBoxLayout(self.central_widget)
|
|
40
|
+
self.verticalLayout.setSpacing(2)
|
|
41
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
42
|
+
self.verticalLayout.setContentsMargins(2, 2, 2, 2)
|
|
43
|
+
self.main_layout = QVBoxLayout()
|
|
44
|
+
self.main_layout.setSpacing(6)
|
|
45
|
+
self.main_layout.setObjectName(u"main_layout")
|
|
46
|
+
self.main_layout.setSizeConstraint(QLayout.SetFixedSize)
|
|
47
|
+
self.header = Header(self.central_widget)
|
|
48
|
+
self.header.setObjectName(u"header")
|
|
49
|
+
sizePolicy = QSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
|
50
|
+
sizePolicy.setHorizontalStretch(0)
|
|
51
|
+
sizePolicy.setVerticalStretch(0)
|
|
52
|
+
sizePolicy.setHeightForWidth(self.header.sizePolicy().hasHeightForWidth())
|
|
53
|
+
self.header.setSizePolicy(sizePolicy)
|
|
54
|
+
self.header.setMinimumSize(QSize(0, 19))
|
|
55
|
+
self.header.setMaximumSize(QSize(999, 19))
|
|
56
|
+
font = QFont()
|
|
57
|
+
font.setBold(True)
|
|
58
|
+
self.header.setFont(font)
|
|
59
|
+
|
|
60
|
+
self.main_layout.addWidget(self.header)
|
|
61
|
+
|
|
62
|
+
self.Formatting = QGroupBox(self.central_widget)
|
|
63
|
+
self.Formatting.setObjectName(u"Formatting")
|
|
64
|
+
self.verticalLayout_4 = QVBoxLayout(self.Formatting)
|
|
65
|
+
self.verticalLayout_4.setSpacing(1)
|
|
66
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
67
|
+
self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
|
|
68
|
+
self.groupBox_2 = CollapsableGroup(self.Formatting)
|
|
69
|
+
self.groupBox_2.setObjectName(u"groupBox_2")
|
|
70
|
+
self.verticalLayout_3 = QVBoxLayout(self.groupBox_2)
|
|
71
|
+
self.verticalLayout_3.setSpacing(1)
|
|
72
|
+
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
73
|
+
self.verticalLayout_3.setContentsMargins(1, 1, 1, 1)
|
|
74
|
+
self.b000 = QPushButton(self.groupBox_2)
|
|
75
|
+
self.b000.setObjectName(u"b000")
|
|
76
|
+
self.b000.setEnabled(True)
|
|
77
|
+
sizePolicy.setHeightForWidth(self.b000.sizePolicy().hasHeightForWidth())
|
|
78
|
+
self.b000.setSizePolicy(sizePolicy)
|
|
79
|
+
self.b000.setMinimumSize(QSize(0, 19))
|
|
80
|
+
self.b000.setMaximumSize(QSize(16777215, 19))
|
|
81
|
+
|
|
82
|
+
self.verticalLayout_3.addWidget(self.b000)
|
|
83
|
+
|
|
84
|
+
self.b001 = QPushButton(self.groupBox_2)
|
|
85
|
+
self.b001.setObjectName(u"b001")
|
|
86
|
+
self.b001.setEnabled(True)
|
|
87
|
+
sizePolicy.setHeightForWidth(self.b001.sizePolicy().hasHeightForWidth())
|
|
88
|
+
self.b001.setSizePolicy(sizePolicy)
|
|
89
|
+
self.b001.setMinimumSize(QSize(0, 19))
|
|
90
|
+
self.b001.setMaximumSize(QSize(16777215, 19))
|
|
91
|
+
|
|
92
|
+
self.verticalLayout_3.addWidget(self.b001)
|
|
93
|
+
|
|
94
|
+
self.b010 = QPushButton(self.groupBox_2)
|
|
95
|
+
self.b010.setObjectName(u"b010")
|
|
96
|
+
self.b010.setEnabled(True)
|
|
97
|
+
sizePolicy.setHeightForWidth(self.b010.sizePolicy().hasHeightForWidth())
|
|
98
|
+
self.b010.setSizePolicy(sizePolicy)
|
|
99
|
+
self.b010.setMinimumSize(QSize(0, 19))
|
|
100
|
+
self.b010.setMaximumSize(QSize(16777215, 19))
|
|
101
|
+
|
|
102
|
+
self.verticalLayout_3.addWidget(self.b010)
|
|
103
|
+
|
|
104
|
+
self.b011 = QPushButton(self.groupBox_2)
|
|
105
|
+
self.b011.setObjectName(u"b011")
|
|
106
|
+
self.b011.setEnabled(True)
|
|
107
|
+
sizePolicy.setHeightForWidth(self.b011.sizePolicy().hasHeightForWidth())
|
|
108
|
+
self.b011.setSizePolicy(sizePolicy)
|
|
109
|
+
self.b011.setMinimumSize(QSize(0, 19))
|
|
110
|
+
self.b011.setMaximumSize(QSize(16777215, 19))
|
|
111
|
+
|
|
112
|
+
self.verticalLayout_3.addWidget(self.b011)
|
|
113
|
+
|
|
114
|
+
self.tb001 = PushButton(self.groupBox_2)
|
|
115
|
+
self.tb001.setObjectName(u"tb001")
|
|
116
|
+
self.tb001.setEnabled(True)
|
|
117
|
+
sizePolicy.setHeightForWidth(self.tb001.sizePolicy().hasHeightForWidth())
|
|
118
|
+
self.tb001.setSizePolicy(sizePolicy)
|
|
119
|
+
self.tb001.setMinimumSize(QSize(0, 19))
|
|
120
|
+
self.tb001.setMaximumSize(QSize(16777215, 19))
|
|
121
|
+
|
|
122
|
+
self.verticalLayout_3.addWidget(self.tb001)
|
|
123
|
+
|
|
124
|
+
self.tb000 = PushButton(self.groupBox_2)
|
|
125
|
+
self.tb000.setObjectName(u"tb000")
|
|
126
|
+
self.tb000.setEnabled(True)
|
|
127
|
+
sizePolicy.setHeightForWidth(self.tb000.sizePolicy().hasHeightForWidth())
|
|
128
|
+
self.tb000.setSizePolicy(sizePolicy)
|
|
129
|
+
self.tb000.setMinimumSize(QSize(0, 19))
|
|
130
|
+
self.tb000.setMaximumSize(QSize(16777215, 19))
|
|
131
|
+
|
|
132
|
+
self.verticalLayout_3.addWidget(self.tb000)
|
|
133
|
+
|
|
134
|
+
self.tb003 = PushButton(self.groupBox_2)
|
|
135
|
+
self.tb003.setObjectName(u"tb003")
|
|
136
|
+
self.tb003.setEnabled(True)
|
|
137
|
+
sizePolicy.setHeightForWidth(self.tb003.sizePolicy().hasHeightForWidth())
|
|
138
|
+
self.tb003.setSizePolicy(sizePolicy)
|
|
139
|
+
self.tb003.setMinimumSize(QSize(0, 19))
|
|
140
|
+
self.tb003.setMaximumSize(QSize(16777215, 19))
|
|
141
|
+
|
|
142
|
+
self.verticalLayout_3.addWidget(self.tb003)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
self.verticalLayout_4.addWidget(self.groupBox_2)
|
|
146
|
+
|
|
147
|
+
self.groupBox = CollapsableGroup(self.Formatting)
|
|
148
|
+
self.groupBox.setObjectName(u"groupBox")
|
|
149
|
+
self.verticalLayout_2 = QVBoxLayout(self.groupBox)
|
|
150
|
+
self.verticalLayout_2.setSpacing(1)
|
|
151
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
152
|
+
self.verticalLayout_2.setContentsMargins(1, 1, 1, 1)
|
|
153
|
+
self.b004 = QPushButton(self.groupBox)
|
|
154
|
+
self.b004.setObjectName(u"b004")
|
|
155
|
+
self.b004.setEnabled(True)
|
|
156
|
+
sizePolicy.setHeightForWidth(self.b004.sizePolicy().hasHeightForWidth())
|
|
157
|
+
self.b004.setSizePolicy(sizePolicy)
|
|
158
|
+
self.b004.setMinimumSize(QSize(0, 19))
|
|
159
|
+
self.b004.setMaximumSize(QSize(16777215, 19))
|
|
160
|
+
|
|
161
|
+
self.verticalLayout_2.addWidget(self.b004)
|
|
162
|
+
|
|
163
|
+
self.b005 = QPushButton(self.groupBox)
|
|
164
|
+
self.b005.setObjectName(u"b005")
|
|
165
|
+
self.b005.setEnabled(True)
|
|
166
|
+
sizePolicy.setHeightForWidth(self.b005.sizePolicy().hasHeightForWidth())
|
|
167
|
+
self.b005.setSizePolicy(sizePolicy)
|
|
168
|
+
self.b005.setMinimumSize(QSize(0, 19))
|
|
169
|
+
self.b005.setMaximumSize(QSize(16777215, 19))
|
|
170
|
+
|
|
171
|
+
self.verticalLayout_2.addWidget(self.b005)
|
|
172
|
+
|
|
173
|
+
self.b008 = PushButton(self.groupBox)
|
|
174
|
+
self.b008.setObjectName(u"b008")
|
|
175
|
+
self.b008.setEnabled(True)
|
|
176
|
+
sizePolicy.setHeightForWidth(self.b008.sizePolicy().hasHeightForWidth())
|
|
177
|
+
self.b008.setSizePolicy(sizePolicy)
|
|
178
|
+
self.b008.setMinimumSize(QSize(0, 19))
|
|
179
|
+
self.b008.setMaximumSize(QSize(16777215, 19))
|
|
180
|
+
|
|
181
|
+
self.verticalLayout_2.addWidget(self.b008)
|
|
182
|
+
|
|
183
|
+
self.b013 = PushButton(self.groupBox)
|
|
184
|
+
self.b013.setObjectName(u"b013")
|
|
185
|
+
self.b013.setEnabled(True)
|
|
186
|
+
sizePolicy.setHeightForWidth(self.b013.sizePolicy().hasHeightForWidth())
|
|
187
|
+
self.b013.setSizePolicy(sizePolicy)
|
|
188
|
+
self.b013.setMinimumSize(QSize(0, 19))
|
|
189
|
+
self.b013.setMaximumSize(QSize(16777215, 19))
|
|
190
|
+
|
|
191
|
+
self.verticalLayout_2.addWidget(self.b013)
|
|
192
|
+
|
|
193
|
+
self.b015 = QPushButton(self.groupBox)
|
|
194
|
+
self.b015.setObjectName(u"b015")
|
|
195
|
+
self.b015.setEnabled(True)
|
|
196
|
+
sizePolicy.setHeightForWidth(self.b015.sizePolicy().hasHeightForWidth())
|
|
197
|
+
self.b015.setSizePolicy(sizePolicy)
|
|
198
|
+
self.b015.setMinimumSize(QSize(0, 19))
|
|
199
|
+
self.b015.setMaximumSize(QSize(16777215, 19))
|
|
200
|
+
|
|
201
|
+
self.verticalLayout_2.addWidget(self.b015)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
self.verticalLayout_4.addWidget(self.groupBox)
|
|
205
|
+
|
|
206
|
+
self.groupBox_3 = CollapsableGroup(self.Formatting)
|
|
207
|
+
self.groupBox_3.setObjectName(u"groupBox_3")
|
|
208
|
+
self.verticalLayout_5 = QVBoxLayout(self.groupBox_3)
|
|
209
|
+
self.verticalLayout_5.setSpacing(1)
|
|
210
|
+
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
211
|
+
self.verticalLayout_5.setContentsMargins(1, 1, 1, 1)
|
|
212
|
+
self.b007 = QPushButton(self.groupBox_3)
|
|
213
|
+
self.b007.setObjectName(u"b007")
|
|
214
|
+
self.b007.setEnabled(True)
|
|
215
|
+
sizePolicy.setHeightForWidth(self.b007.sizePolicy().hasHeightForWidth())
|
|
216
|
+
self.b007.setSizePolicy(sizePolicy)
|
|
217
|
+
self.b007.setMinimumSize(QSize(0, 19))
|
|
218
|
+
self.b007.setMaximumSize(QSize(16777215, 19))
|
|
219
|
+
|
|
220
|
+
self.verticalLayout_5.addWidget(self.b007)
|
|
221
|
+
|
|
222
|
+
self.b006 = QPushButton(self.groupBox_3)
|
|
223
|
+
self.b006.setObjectName(u"b006")
|
|
224
|
+
self.b006.setEnabled(True)
|
|
225
|
+
sizePolicy.setHeightForWidth(self.b006.sizePolicy().hasHeightForWidth())
|
|
226
|
+
self.b006.setSizePolicy(sizePolicy)
|
|
227
|
+
self.b006.setMinimumSize(QSize(0, 19))
|
|
228
|
+
self.b006.setMaximumSize(QSize(16777215, 19))
|
|
229
|
+
|
|
230
|
+
self.verticalLayout_5.addWidget(self.b006)
|
|
231
|
+
|
|
232
|
+
self.b009 = PushButton(self.groupBox_3)
|
|
233
|
+
self.b009.setObjectName(u"b009")
|
|
234
|
+
self.b009.setEnabled(True)
|
|
235
|
+
sizePolicy.setHeightForWidth(self.b009.sizePolicy().hasHeightForWidth())
|
|
236
|
+
self.b009.setSizePolicy(sizePolicy)
|
|
237
|
+
self.b009.setMinimumSize(QSize(0, 19))
|
|
238
|
+
self.b009.setMaximumSize(QSize(16777215, 19))
|
|
239
|
+
|
|
240
|
+
self.verticalLayout_5.addWidget(self.b009)
|
|
241
|
+
|
|
242
|
+
self.b014 = PushButton(self.groupBox_3)
|
|
243
|
+
self.b014.setObjectName(u"b014")
|
|
244
|
+
self.b014.setEnabled(True)
|
|
245
|
+
sizePolicy.setHeightForWidth(self.b014.sizePolicy().hasHeightForWidth())
|
|
246
|
+
self.b014.setSizePolicy(sizePolicy)
|
|
247
|
+
self.b014.setMinimumSize(QSize(0, 19))
|
|
248
|
+
self.b014.setMaximumSize(QSize(16777215, 19))
|
|
249
|
+
|
|
250
|
+
self.verticalLayout_5.addWidget(self.b014)
|
|
251
|
+
|
|
252
|
+
self.b016 = QPushButton(self.groupBox_3)
|
|
253
|
+
self.b016.setObjectName(u"b016")
|
|
254
|
+
self.b016.setEnabled(True)
|
|
255
|
+
sizePolicy.setHeightForWidth(self.b016.sizePolicy().hasHeightForWidth())
|
|
256
|
+
self.b016.setSizePolicy(sizePolicy)
|
|
257
|
+
self.b016.setMinimumSize(QSize(0, 19))
|
|
258
|
+
self.b016.setMaximumSize(QSize(16777215, 19))
|
|
259
|
+
|
|
260
|
+
self.verticalLayout_5.addWidget(self.b016)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
self.verticalLayout_4.addWidget(self.groupBox_3)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
self.main_layout.addWidget(self.Formatting)
|
|
267
|
+
|
|
268
|
+
self.verticalSpacer = QSpacerItem(0, 10, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
269
|
+
|
|
270
|
+
self.main_layout.addItem(self.verticalSpacer)
|
|
271
|
+
|
|
272
|
+
self.footer = Footer(self.central_widget)
|
|
273
|
+
self.footer.setObjectName(u"footer")
|
|
274
|
+
self.footer.setMinimumSize(QSize(0, 19))
|
|
275
|
+
self.footer.setMaximumSize(QSize(16777215, 19))
|
|
276
|
+
|
|
277
|
+
self.main_layout.addWidget(self.footer)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
self.verticalLayout.addLayout(self.main_layout)
|
|
281
|
+
|
|
282
|
+
QtUi.setCentralWidget(self.central_widget)
|
|
283
|
+
|
|
284
|
+
self.retranslateUi(QtUi)
|
|
285
|
+
|
|
286
|
+
QMetaObject.connectSlotsByName(QtUi)
|
|
287
|
+
# setupUi
|
|
288
|
+
|
|
289
|
+
def retranslateUi(self, QtUi):
|
|
290
|
+
self.header.setText(QCoreApplication.translate("QtUi", u"MAP CONVERTER", None))
|
|
291
|
+
self.Formatting.setTitle("")
|
|
292
|
+
self.groupBox_2.setTitle(QCoreApplication.translate("QtUi", u"Convert:", None))
|
|
293
|
+
#if QT_CONFIG(tooltip)
|
|
294
|
+
self.b000.setToolTip(QCoreApplication.translate("QtUi", u"<b>Convert DirectX to OpenGL</b><br>\n"
|
|
295
|
+
"Converts a <b>Normal Map</b> from <b>DirectX</b> format to <b>OpenGL</b> format.<br><br>\n"
|
|
296
|
+
"<b>Usage:</b> Select a <b>DirectX</b> normal map.<br><br>\n"
|
|
297
|
+
"- If an existing <b>OpenGL</b> normal map of the same name is found, it will be <b>overwritten</b>.", None))
|
|
298
|
+
#endif // QT_CONFIG(tooltip)
|
|
299
|
+
self.b000.setText(QCoreApplication.translate("QtUi", u"DirectX to GL", None))
|
|
300
|
+
#if QT_CONFIG(tooltip)
|
|
301
|
+
self.b001.setToolTip(QCoreApplication.translate("QtUi", u"<b>Convert OpenGL to DirectX</b><br>\n"
|
|
302
|
+
"Converts a <b>Normal Map</b> from <b>OpenGL</b> format to <b>DirectX</b> format.<br><br>\n"
|
|
303
|
+
"<b>Usage:</b> Select an <b>OpenGL</b> normal map.<br><br>\n"
|
|
304
|
+
"- If an existing <b>DirectX</b> normal map of the same name is found, it will be <b>overwritten</b>.\n"
|
|
305
|
+
"\n"
|
|
306
|
+
"", None))
|
|
307
|
+
#endif // QT_CONFIG(tooltip)
|
|
308
|
+
self.b001.setText(QCoreApplication.translate("QtUi", u"OpenGL to DX", None))
|
|
309
|
+
#if QT_CONFIG(tooltip)
|
|
310
|
+
self.b010.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Convert Smoothness to Roughness </p><p>Converts a Smoothness map into a Roughness map by inverting its values. </p><p><br/></p><p>Usage: Select a Smoothness map. Batch processing is supported. </p><p><br/></p><p>- If an existing Roughness map of the same name is found, it will be overwritten.</p><p><br/></p></body></html>", None))
|
|
311
|
+
#endif // QT_CONFIG(tooltip)
|
|
312
|
+
self.b010.setText(QCoreApplication.translate("QtUi", u"Smoothness to Roughness", None))
|
|
313
|
+
#if QT_CONFIG(tooltip)
|
|
314
|
+
self.b011.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Convert Roughness to Smoothness </p><p>Converts a Roughness map into a Smoothness map by inverting its values. </p><p><br/></p><p>Usage: Select a Roughness map. Batch processing is supported. </p><p><br/></p><p>- If an existing Smoothness map of the same name is found, it will be overwritten.</p><p><br/></p></body></html>", None))
|
|
315
|
+
#endif // QT_CONFIG(tooltip)
|
|
316
|
+
self.b011.setText(QCoreApplication.translate("QtUi", u"Roughness to Smoothness", None))
|
|
317
|
+
#if QT_CONFIG(tooltip)
|
|
318
|
+
self.tb001.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">Convert Specular Glossiness to PBR</span><br/>Converts Specular Glossiness map(s) to <span style=\" font-weight:600;\">PBR</span> format.<br/><br/><span style=\" font-weight:600;\">Usage:</span> Select <span style=\" font-weight:600;\">Diffuse, Specular,</span> and <span style=\" font-weight:600;\">Glossiness</span> maps. Select multiple maps from different sets to batch process.<br/><br/>- If no <span style=\" font-weight:600;\">Glossiness</span> map is provided, it will attempt to extract it from the <span style=\" font-weight:600;\">Specular</span> map.<br/>- If extraction fails, the <span style=\" font-weight:600;\">Roughness</span> map will be approximated using the <span style=\" font-weight:600;\">Specular</span> map.<br/>- If existing <span style=\" font-weight:600;\">BaseColor, Metallic,</span> and <span style=\" font-weight:600;\">Roughness</span> maps of the same name exist, they will be <span style=\" font-weight:600;\">overwritten</span>. </"
|
|
319
|
+
"p></body></html>", None))
|
|
320
|
+
#endif // QT_CONFIG(tooltip)
|
|
321
|
+
self.tb001.setText(QCoreApplication.translate("QtUi", u"Spec Gloss to PBR", None))
|
|
322
|
+
#if QT_CONFIG(tooltip)
|
|
323
|
+
self.tb000.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">Optimize Texture</span><br/>Optimizes a texture by clamping the maximum size and adjusting the image (such as setting bit depth) according to the map type.<br/><br/><span style=\" font-weight:600;\">Usage:</span> Select the texture map(s) to optimize.<br/><br/>The optimized texture will be created in the same directory, with the original file moved to an <span style=\" font-style:italic;\">old</span> folder. </p></body></html>", None))
|
|
324
|
+
#endif // QT_CONFIG(tooltip)
|
|
325
|
+
self.tb000.setText(QCoreApplication.translate("QtUi", u"Optimize", None))
|
|
326
|
+
#if QT_CONFIG(tooltip)
|
|
327
|
+
self.tb003.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">Bump to Normal</span><br/>Converts Bump/Height to Normal with options available in the tool menu.<br/><br/><span style=\" font-weight:600;\">Options:</span> Choose OpenGL or DirectX format and set intensity.</p></body></html>", None))
|
|
328
|
+
#endif // QT_CONFIG(tooltip)
|
|
329
|
+
self.tb003.setText(QCoreApplication.translate("QtUi", u"Bump to Normal", None))
|
|
330
|
+
self.groupBox.setTitle(QCoreApplication.translate("QtUi", u"Pack:", None))
|
|
331
|
+
#if QT_CONFIG(tooltip)
|
|
332
|
+
self.b004.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">Pack Transparency into Albedo</span><br/>Combines a <span style=\" font-weight:600;\">Transparency (Opacity)</span> map into the <span style=\" font-weight:600;\">Albedo</span> map.<br/><br/><span style=\" font-weight:600;\">Usage:</span> Select an <span style=\" font-weight:600;\">Albedo</span> and an <span style=\" font-weight:600;\">Opacity</span> map. Select multiple maps from different sets to batch process.<br/><br/>- If an existing <span style=\" font-weight:600;\">Albedo Transparency</span> map of the same name exists, it will be <span style=\" font-weight:600;\">overwritten</span>.<br/>- If a <span style=\" font-weight:600;\">BaseColor</span> map is provided, it will be converted to <span style=\" font-weight:600;\">Albedo</span>. </p></body></html>", None))
|
|
333
|
+
#endif // QT_CONFIG(tooltip)
|
|
334
|
+
self.b004.setText(QCoreApplication.translate("QtUi", u"Albedo Transparency", None))
|
|
335
|
+
#if QT_CONFIG(tooltip)
|
|
336
|
+
self.b005.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">Pack Smoothness or Roughness into Metallic</span><br/>Combines a <span style=\" font-weight:600;\">Smoothness</span> or <span style=\" font-weight:600;\">Roughness</span> map into the <span style=\" font-weight:600;\">Metallic</span> map.<br/><br/><span style=\" font-weight:600;\">Usage:</span> Select a <span style=\" font-weight:600;\">Roughness</span> and a <span style=\" font-weight:600;\">Metallic</span> map. Select multiple maps from different sets to batch process.<br/><br/>- If an existing <span style=\" font-weight:600;\">Metallic Smoothness</span> map of the same name exists, it will be <span style=\" font-weight:600;\">overwritten</span>.</p></body></html>", None))
|
|
337
|
+
#endif // QT_CONFIG(tooltip)
|
|
338
|
+
self.b005.setText(QCoreApplication.translate("QtUi", u"Metallic Smoothness", None))
|
|
339
|
+
#if QT_CONFIG(tooltip)
|
|
340
|
+
self.b008.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Pack Metallic Smoothness AO </p><p>Combines Metallic, Smoothness (or Roughness), and Ambient Occlusion maps into a single packed texture. </p><p><br/></p><p>Usage: Select Metallic, Roughness (or Smoothness), and AO maps. Multiple sets can be processed in batch. </p><p><br/></p><p>- RGBA (HDRP Mask Map): R=Metallic, G=AO, B=Detail, A=Smoothness. </p><p>- RGB (3-channel parallel to MRAO): R=Metallic, G=Smoothness, B=AO. </p><p>- If an existing MSAO map of the same name exists, it will be overwritten.</p><p><br/></p></body></html>", None))
|
|
341
|
+
#endif // QT_CONFIG(tooltip)
|
|
342
|
+
self.b008.setText(QCoreApplication.translate("QtUi", u"MSAO", None))
|
|
343
|
+
#if QT_CONFIG(tooltip)
|
|
344
|
+
self.b013.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Pack Metallic Roughness AO </p><p>Combines Metallic, Roughness (or Smoothness), and Ambient Occlusion maps into a single packed texture. </p><p><br/></p><p>Usage: Select Metallic, Roughness (or Smoothness), and AO maps. Multiple sets can be processed in batch. </p><p><br/></p><p>- RGB (default, industry standard): R=Metallic, G=Roughness, B=AO. </p><p>- RGBA (mirror of MSAO): R=Metallic, G=AO, B=Detail, A=Roughness. </p><p>- If an existing MRAO map of the same name exists, it will be overwritten.</p><p><br/></p></body></html>", None))
|
|
345
|
+
#endif // QT_CONFIG(tooltip)
|
|
346
|
+
self.b013.setText(QCoreApplication.translate("QtUi", u"MRAO", None))
|
|
347
|
+
#if QT_CONFIG(tooltip)
|
|
348
|
+
self.b015.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Pack Occlusion Roughness Metallic </p><p>Combines Ambient Occlusion, Roughness (or Smoothness), and Metallic maps into a single packed ORM texture. </p><p><br/></p><p>Usage: Select Metallic, Roughness (or Smoothness), and AO maps. Multiple sets can be processed in batch. </p><p><br/></p><p>- Output channels: R=Occlusion, G=Roughness, B=Metallic (Unreal/glTF convention). </p><p>- If an existing ORM map of the same name exists, it will be overwritten.</p><p><br/></p></body></html>", None))
|
|
349
|
+
#endif // QT_CONFIG(tooltip)
|
|
350
|
+
self.b015.setText(QCoreApplication.translate("QtUi", u"ORM", None))
|
|
351
|
+
self.groupBox_3.setTitle(QCoreApplication.translate("QtUi", u"Unpack:", None))
|
|
352
|
+
#if QT_CONFIG(tooltip)
|
|
353
|
+
self.b007.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">Unpack Specular and Glossiness to separate maps.</span><br/>Extracts the Glossiness map from the Specular map's alpha channel.<br/><br/><span style=\" font-weight:600;\">Usage:</span> Select a <span style=\" font-weight:600;\">Specular </span>map.<br/><br/>- If extraction fails, the Glossiness map will be approximated using the <span style=\" font-weight:600;\">Specular</span> map.<br/>- If an existing Specular or Glossiness map of the same name exists, it will be <span style=\" font-weight:600;\">overwritten</span>. </p></body></html>", None))
|
|
354
|
+
#endif // QT_CONFIG(tooltip)
|
|
355
|
+
self.b007.setText(QCoreApplication.translate("QtUi", u"Spec Gloss", None))
|
|
356
|
+
#if QT_CONFIG(tooltip)
|
|
357
|
+
self.b006.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p><span style=\" font-weight:600;\">UnPack MetallicSmoothness into separate Metallic and Smoothness maps.</span><br/><br/><span style=\" font-weight:600;\">Usage:</span> Select a <span style=\" font-weight:600;\">MetallicSmoothness</span> map. Select multiple maps from different sets to batch process.<br/><br/>- If an existing <span style=\" font-weight:600;\">Metallic or Smoothness</span> map of the same name exists, it will be <span style=\" font-weight:600;\">overwritten</span>.</p></body></html>", None))
|
|
358
|
+
#endif // QT_CONFIG(tooltip)
|
|
359
|
+
self.b006.setText(QCoreApplication.translate("QtUi", u"Metallic Smoothness", None))
|
|
360
|
+
#if QT_CONFIG(tooltip)
|
|
361
|
+
self.b009.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Unpack Metallic Smoothness AO </p><p>Separates a packed MetallicSmoothnessAO map into individual Metallic, Smoothness (or Roughness), and AO maps. </p><p><br/></p><p>Usage: Select one or more MSAO maps to process. Batch processing is supported. </p><p><br/></p><p>- Output maps: Metallic, Smoothness (or Roughness), and AO. </p><p>- Layout defaults to Auto-detect from image mode (RGBA = HDRP Mask Map, RGB = 3-channel parallel layout); override via the options menu when the file's name lies about its layout. </p><p>- If existing maps of the same name exist, they will be overwritten.</p><p><br/></p></body></html>", None))
|
|
362
|
+
#endif // QT_CONFIG(tooltip)
|
|
363
|
+
self.b009.setText(QCoreApplication.translate("QtUi", u"MSAO", None))
|
|
364
|
+
#if QT_CONFIG(tooltip)
|
|
365
|
+
self.b014.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Unpack Metallic Roughness AO </p><p>Separates a packed MetallicRoughnessAO map into individual Metallic, Roughness, and AO maps. </p><p><br/></p><p>Usage: Select one or more MRAO maps to process. Batch processing is supported. </p><p><br/></p><p>- Output maps: Metallic, Roughness, and AO. </p><p>- Layout defaults to Auto-detect from image mode (RGB = industry standard, RGBA = MSAO mirror); override via the options menu when needed. </p><p>- If existing maps of the same name exist, they will be overwritten.</p><p><br/></p></body></html>", None))
|
|
366
|
+
#endif // QT_CONFIG(tooltip)
|
|
367
|
+
self.b014.setText(QCoreApplication.translate("QtUi", u"MRAO", None))
|
|
368
|
+
#if QT_CONFIG(tooltip)
|
|
369
|
+
self.b016.setToolTip(QCoreApplication.translate("QtUi", u"<html><head/><body><p>Unpack Occlusion Roughness Metallic </p><p>Separates a packed ORM map into individual Occlusion, Roughness, and Metallic maps. </p><p><br/></p><p>Usage: Select one or more ORM maps to process. Batch processing is supported. </p><p><br/></p><p>- Input channels: R=Occlusion, G=Roughness, B=Metallic (Unreal/glTF convention). </p><p>- If existing maps of the same name exist, they will be overwritten.</p><p><br/></p></body></html>", None))
|
|
370
|
+
#endif // QT_CONFIG(tooltip)
|
|
371
|
+
self.b016.setText(QCoreApplication.translate("QtUi", u"ORM", None))
|
|
372
|
+
pass
|
|
373
|
+
# retranslateUi
|
|
374
|
+
|