assimpImport.ed.gui 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513
  1. //--- OBJECT WRITE BEGIN ---
  2. $guiContent = new GuiControl(AssimpImportDlg,EditorGuiGroup) {
  3. isContainer = "1";
  4. Profile = "ToolsGuiDefaultProfile";
  5. HorizSizing = "width";
  6. VertSizing = "height";
  7. position = "0 0";
  8. Extent = "1024 768";
  9. MinExtent = "8 2";
  10. canSave = "1";
  11. Visible = "1";
  12. tooltipprofile = "ToolsGuiToolTipProfile";
  13. hovertime = "1000";
  14. canSaveDynamicFields = "0";
  15. new GuiWindowCtrl() {
  16. resizeWidth = "0";
  17. resizeHeight = "0";
  18. canMove = "1";
  19. canClose = "1";
  20. canMinimize = "0";
  21. canMaximize = "0";
  22. minSize = "50 50";
  23. closeCommand = "Canvas.popDialog(AssimpImportDlg);";
  24. EdgeSnap = "1";
  25. text = "Open Asset Import Library";
  26. Margin = "0 0 0 0";
  27. Padding = "0 0 0 0";
  28. AnchorTop = "1";
  29. AnchorBottom = "0";
  30. AnchorLeft = "1";
  31. AnchorRight = "0";
  32. isContainer = "1";
  33. Profile = "ToolsGuiWindowProfile";
  34. HorizSizing = "center";
  35. VertSizing = "center";
  36. position = "254 136";
  37. Extent = "702 424";
  38. MinExtent = "8 8";
  39. canSave = "1";
  40. Visible = "1";
  41. Accelerator = "escape";
  42. tooltipprofile = "ToolsGuiToolTipProfile";
  43. hovertime = "1000";
  44. internalName = "window";
  45. canSaveDynamicFields = "0";
  46. new GuiScrollCtrl() {
  47. willFirstRespond = "1";
  48. hScrollBar = "dynamic";
  49. vScrollBar = "dynamic";
  50. lockHorizScroll = "0";
  51. lockVertScroll = "0";
  52. constantThumbHeight = "0";
  53. childMargin = "0 0";
  54. mouseWheelScrollSpeed = "-1";
  55. Margin = "0 0 0 0";
  56. Padding = "0 0 0 0";
  57. AnchorTop = "1";
  58. AnchorBottom = "0";
  59. AnchorLeft = "1";
  60. AnchorRight = "0";
  61. isContainer = "1";
  62. Profile = "ToolsGuiScrollProfile";
  63. HorizSizing = "right";
  64. VertSizing = "bottom";
  65. position = "8 27";
  66. Extent = "238 389";
  67. MinExtent = "8 2";
  68. canSave = "1";
  69. Visible = "1";
  70. tooltipprofile = "ToolsGuiToolTipProfile";
  71. hovertime = "1000";
  72. canSaveDynamicFields = "1";
  73. new GuiTreeViewCtrl(ShapeImportTreeView) {
  74. tabSize = "16";
  75. textOffset = "2";
  76. fullRowSelect = "0";
  77. itemHeight = "21";
  78. destroyTreeOnSleep = "0";
  79. MouseDragging = "0";
  80. MultipleSelections = "0";
  81. DeleteObjectAllowed = "0";
  82. DragToItemAllowed = "0";
  83. ClearAllOnSingleSelection = "1";
  84. showRoot = "1";
  85. internalNamesOnly = "0";
  86. objectNamesOnly = "0";
  87. useInspectorTooltips = "0";
  88. tooltipOnWidthOnly = "0";
  89. compareToObjectID = "1";
  90. canRenameObjects = "1";
  91. renameInternal = "0";
  92. isContainer = "1";
  93. Profile = "ToolsGuiTreeViewProfile";
  94. HorizSizing = "width";
  95. VertSizing = "height";
  96. position = "1 1";
  97. Extent = "74 63";
  98. MinExtent = "8 2";
  99. canSave = "1";
  100. Visible = "1";
  101. tooltipprofile = "ToolsGuiToolTipProfile";
  102. hovertime = "1000";
  103. canSaveDynamicFields = "0";
  104. };
  105. };
  106. new GuiBitmapBorderCtrl() {
  107. isContainer = "1";
  108. Profile = "ToolsGuiGroupBorderProfile";
  109. HorizSizing = "right";
  110. VertSizing = "bottom";
  111. position = "254 27";
  112. Extent = "442 60";
  113. MinExtent = "8 8";
  114. canSave = "1";
  115. Visible = "1";
  116. tooltipprofile = "ToolsGuiToolTipProfile";
  117. hovertime = "1000";
  118. canSaveDynamicFields = "0";
  119. new GuiTextCtrl() {
  120. text = "Nodes:";
  121. maxLength = "1024";
  122. Margin = "0 0 0 0";
  123. Padding = "0 0 0 0";
  124. AnchorTop = "1";
  125. AnchorBottom = "0";
  126. AnchorLeft = "1";
  127. AnchorRight = "0";
  128. isContainer = "0";
  129. Profile = "ToolsGuiTextRightProfile";
  130. HorizSizing = "right";
  131. VertSizing = "bottom";
  132. position = "17 2";
  133. Extent = "60 16";
  134. MinExtent = "8 2";
  135. canSave = "1";
  136. Visible = "1";
  137. tooltipprofile = "ToolsGuiToolTipProfile";
  138. hovertime = "1000";
  139. canSaveDynamicFields = "0";
  140. };
  141. new GuiTextCtrl() {
  142. text = "";
  143. maxLength = "1024";
  144. Margin = "0 0 0 0";
  145. Padding = "0 0 0 0";
  146. AnchorTop = "1";
  147. AnchorBottom = "0";
  148. AnchorLeft = "1";
  149. AnchorRight = "0";
  150. isContainer = "0";
  151. Profile = "ToolsGuiTextProfile";
  152. HorizSizing = "right";
  153. VertSizing = "bottom";
  154. position = "85 2";
  155. Extent = "60 16";
  156. MinExtent = "8 2";
  157. canSave = "1";
  158. Visible = "1";
  159. tooltipprofile = "ToolsGuiToolTipProfile";
  160. hovertime = "1000";
  161. internalName = "nodes";
  162. canSaveDynamicFields = "0";
  163. };
  164. new GuiTextCtrl() {
  165. text = "Meshes:";
  166. maxLength = "1024";
  167. Margin = "0 0 0 0";
  168. Padding = "0 0 0 0";
  169. AnchorTop = "1";
  170. AnchorBottom = "0";
  171. AnchorLeft = "1";
  172. AnchorRight = "0";
  173. isContainer = "0";
  174. Profile = "ToolsGuiTextRightProfile";
  175. HorizSizing = "right";
  176. VertSizing = "bottom";
  177. position = "17 21";
  178. Extent = "60 16";
  179. MinExtent = "8 2";
  180. canSave = "1";
  181. Visible = "1";
  182. tooltipprofile = "ToolsGuiToolTipProfile";
  183. hovertime = "1000";
  184. canSaveDynamicFields = "0";
  185. };
  186. new GuiTextCtrl() {
  187. text = "";
  188. maxLength = "1024";
  189. Margin = "0 0 0 0";
  190. Padding = "0 0 0 0";
  191. AnchorTop = "1";
  192. AnchorBottom = "0";
  193. AnchorLeft = "1";
  194. AnchorRight = "0";
  195. isContainer = "0";
  196. Profile = "ToolsGuiTextProfile";
  197. HorizSizing = "right";
  198. VertSizing = "bottom";
  199. position = "85 21";
  200. Extent = "60 16";
  201. MinExtent = "8 2";
  202. canSave = "1";
  203. Visible = "1";
  204. tooltipprofile = "ToolsGuiToolTipProfile";
  205. hovertime = "1000";
  206. internalName = "meshes";
  207. canSaveDynamicFields = "0";
  208. };
  209. new GuiTextCtrl() {
  210. text = "Lights:";
  211. maxLength = "1024";
  212. Margin = "0 0 0 0";
  213. Padding = "0 0 0 0";
  214. AnchorTop = "1";
  215. AnchorBottom = "0";
  216. AnchorLeft = "1";
  217. AnchorRight = "0";
  218. isContainer = "0";
  219. Profile = "ToolsGuiTextRightProfile";
  220. HorizSizing = "right";
  221. VertSizing = "bottom";
  222. position = "17 40";
  223. Extent = "60 16";
  224. MinExtent = "8 2";
  225. canSave = "1";
  226. Visible = "1";
  227. tooltipprofile = "ToolsGuiToolTipProfile";
  228. hovertime = "1000";
  229. canSaveDynamicFields = "0";
  230. };
  231. new GuiTextCtrl() {
  232. text = "";
  233. maxLength = "1024";
  234. Margin = "0 0 0 0";
  235. Padding = "0 0 0 0";
  236. AnchorTop = "1";
  237. AnchorBottom = "0";
  238. AnchorLeft = "1";
  239. AnchorRight = "0";
  240. isContainer = "0";
  241. Profile = "ToolsGuiTextProfile";
  242. HorizSizing = "right";
  243. VertSizing = "bottom";
  244. position = "85 40";
  245. Extent = "60 16";
  246. MinExtent = "8 2";
  247. canSave = "1";
  248. Visible = "1";
  249. tooltipprofile = "ToolsGuiToolTipProfile";
  250. hovertime = "1000";
  251. internalName = "lights";
  252. canSaveDynamicFields = "0";
  253. };
  254. new GuiTextCtrl() {
  255. text = "Materials:";
  256. maxLength = "1024";
  257. Margin = "0 0 0 0";
  258. Padding = "0 0 0 0";
  259. AnchorTop = "1";
  260. AnchorBottom = "0";
  261. AnchorLeft = "1";
  262. AnchorRight = "0";
  263. isContainer = "0";
  264. Profile = "ToolsGuiTextRightProfile";
  265. HorizSizing = "right";
  266. VertSizing = "bottom";
  267. position = "159 2";
  268. Extent = "60 16";
  269. MinExtent = "8 2";
  270. canSave = "1";
  271. Visible = "1";
  272. tooltipprofile = "ToolsGuiToolTipProfile";
  273. hovertime = "1000";
  274. canSaveDynamicFields = "0";
  275. };
  276. new GuiTextCtrl() {
  277. text = "";
  278. maxLength = "1024";
  279. Margin = "0 0 0 0";
  280. Padding = "0 0 0 0";
  281. AnchorTop = "1";
  282. AnchorBottom = "0";
  283. AnchorLeft = "1";
  284. AnchorRight = "0";
  285. isContainer = "0";
  286. Profile = "ToolsGuiTextProfile";
  287. HorizSizing = "right";
  288. VertSizing = "bottom";
  289. position = "227 2";
  290. Extent = "60 16";
  291. MinExtent = "8 2";
  292. canSave = "1";
  293. Visible = "1";
  294. tooltipprofile = "ToolsGuiToolTipProfile";
  295. hovertime = "1000";
  296. internalName = "materials";
  297. canSaveDynamicFields = "0";
  298. };
  299. new GuiTextCtrl() {
  300. text = "Polygons:";
  301. maxLength = "1024";
  302. Margin = "0 0 0 0";
  303. Padding = "0 0 0 0";
  304. AnchorTop = "1";
  305. AnchorBottom = "0";
  306. AnchorLeft = "1";
  307. AnchorRight = "0";
  308. isContainer = "0";
  309. Profile = "ToolsGuiTextRightProfile";
  310. HorizSizing = "right";
  311. VertSizing = "bottom";
  312. position = "159 21";
  313. Extent = "60 16";
  314. MinExtent = "8 2";
  315. canSave = "1";
  316. Visible = "1";
  317. tooltipprofile = "ToolsGuiToolTipProfile";
  318. hovertime = "1000";
  319. canSaveDynamicFields = "0";
  320. };
  321. new GuiTextCtrl() {
  322. text = "";
  323. maxLength = "1024";
  324. Margin = "0 0 0 0";
  325. Padding = "0 0 0 0";
  326. AnchorTop = "1";
  327. AnchorBottom = "0";
  328. AnchorLeft = "1";
  329. AnchorRight = "0";
  330. isContainer = "0";
  331. Profile = "ToolsGuiTextProfile";
  332. HorizSizing = "right";
  333. VertSizing = "bottom";
  334. position = "227 21";
  335. Extent = "60 16";
  336. MinExtent = "8 2";
  337. canSave = "1";
  338. Visible = "1";
  339. tooltipprofile = "ToolsGuiToolTipProfile";
  340. hovertime = "1000";
  341. internalName = "polygons";
  342. canSaveDynamicFields = "0";
  343. };
  344. new GuiTextCtrl() {
  345. text = "Animations:";
  346. maxLength = "1024";
  347. Margin = "0 0 0 0";
  348. Padding = "0 0 0 0";
  349. AnchorTop = "1";
  350. AnchorBottom = "0";
  351. AnchorLeft = "1";
  352. AnchorRight = "0";
  353. isContainer = "0";
  354. Profile = "ToolsGuiTextRightProfile";
  355. HorizSizing = "right";
  356. VertSizing = "bottom";
  357. position = "159 40";
  358. Extent = "60 16";
  359. MinExtent = "8 2";
  360. canSave = "1";
  361. Visible = "1";
  362. tooltipprofile = "ToolsGuiToolTipProfile";
  363. hovertime = "1000";
  364. canSaveDynamicFields = "0";
  365. };
  366. new GuiTextCtrl() {
  367. text = "";
  368. maxLength = "1024";
  369. Margin = "0 0 0 0";
  370. Padding = "0 0 0 0";
  371. AnchorTop = "1";
  372. AnchorBottom = "0";
  373. AnchorLeft = "1";
  374. AnchorRight = "0";
  375. isContainer = "0";
  376. Profile = "ToolsGuiTextProfile";
  377. HorizSizing = "right";
  378. VertSizing = "bottom";
  379. position = "227 40";
  380. Extent = "60 16";
  381. MinExtent = "8 2";
  382. canSave = "1";
  383. Visible = "1";
  384. tooltipprofile = "ToolsGuiToolTipProfile";
  385. hovertime = "1000";
  386. internalName = "animations";
  387. canSaveDynamicFields = "0";
  388. };
  389. new GuiTextCtrl() {
  390. text = "Textures:";
  391. maxLength = "1024";
  392. Margin = "0 0 0 0";
  393. Padding = "0 0 0 0";
  394. AnchorTop = "1";
  395. AnchorBottom = "0";
  396. AnchorLeft = "1";
  397. AnchorRight = "0";
  398. isContainer = "0";
  399. Profile = "ToolsGuiTextRightProfile";
  400. HorizSizing = "right";
  401. VertSizing = "bottom";
  402. position = "301 2";
  403. Extent = "60 16";
  404. MinExtent = "8 2";
  405. canSave = "1";
  406. Visible = "1";
  407. tooltipprofile = "ToolsGuiToolTipProfile";
  408. hovertime = "1000";
  409. canSaveDynamicFields = "0";
  410. };
  411. new GuiTextCtrl() {
  412. text = "";
  413. maxLength = "1024";
  414. Margin = "0 0 0 0";
  415. Padding = "0 0 0 0";
  416. AnchorTop = "1";
  417. AnchorBottom = "0";
  418. AnchorLeft = "1";
  419. AnchorRight = "0";
  420. isContainer = "0";
  421. Profile = "ToolsGuiTextProfile";
  422. HorizSizing = "right";
  423. VertSizing = "bottom";
  424. position = "369 2";
  425. Extent = "60 16";
  426. MinExtent = "8 2";
  427. canSave = "1";
  428. Visible = "1";
  429. tooltipprofile = "ToolsGuiToolTipProfile";
  430. hovertime = "1000";
  431. internalName = "textures";
  432. canSaveDynamicFields = "0";
  433. };
  434. new GuiTextCtrl() {
  435. text = "Vertices:";
  436. maxLength = "1024";
  437. Margin = "0 0 0 0";
  438. Padding = "0 0 0 0";
  439. AnchorTop = "1";
  440. AnchorBottom = "0";
  441. AnchorLeft = "1";
  442. AnchorRight = "0";
  443. isContainer = "0";
  444. Profile = "ToolsGuiTextRightProfile";
  445. HorizSizing = "right";
  446. VertSizing = "bottom";
  447. position = "301 21";
  448. Extent = "60 16";
  449. MinExtent = "8 2";
  450. canSave = "1";
  451. Visible = "1";
  452. tooltipprofile = "ToolsGuiToolTipProfile";
  453. hovertime = "1000";
  454. canSaveDynamicFields = "0";
  455. };
  456. new GuiTextCtrl() {
  457. text = "";
  458. maxLength = "1024";
  459. Margin = "0 0 0 0";
  460. Padding = "0 0 0 0";
  461. AnchorTop = "1";
  462. AnchorBottom = "0";
  463. AnchorLeft = "1";
  464. AnchorRight = "0";
  465. isContainer = "0";
  466. Profile = "ToolsGuiTextProfile";
  467. HorizSizing = "right";
  468. VertSizing = "bottom";
  469. position = "369 21";
  470. Extent = "60 16";
  471. MinExtent = "8 2";
  472. canSave = "1";
  473. Visible = "1";
  474. tooltipprofile = "ToolsGuiToolTipProfile";
  475. hovertime = "1000";
  476. internalName = "vertices";
  477. canSaveDynamicFields = "0";
  478. };
  479. new GuiTextCtrl() {
  480. text = "Meta Data:";
  481. maxLength = "1024";
  482. Margin = "0 0 0 0";
  483. Padding = "0 0 0 0";
  484. AnchorTop = "1";
  485. AnchorBottom = "0";
  486. AnchorLeft = "1";
  487. AnchorRight = "0";
  488. isContainer = "0";
  489. Profile = "ToolsGuiTextRightProfile";
  490. HorizSizing = "right";
  491. VertSizing = "bottom";
  492. position = "301 40";
  493. Extent = "60 16";
  494. MinExtent = "8 2";
  495. canSave = "1";
  496. Visible = "1";
  497. tooltipprofile = "ToolsGuiToolTipProfile";
  498. hovertime = "1000";
  499. canSaveDynamicFields = "0";
  500. };
  501. new GuiTextCtrl() {
  502. text = "";
  503. maxLength = "1024";
  504. Margin = "0 0 0 0";
  505. Padding = "0 0 0 0";
  506. AnchorTop = "1";
  507. AnchorBottom = "0";
  508. AnchorLeft = "1";
  509. AnchorRight = "0";
  510. isContainer = "0";
  511. Profile = "ToolsGuiTextProfile";
  512. HorizSizing = "right";
  513. VertSizing = "bottom";
  514. position = "369 40";
  515. Extent = "60 16";
  516. MinExtent = "8 2";
  517. canSave = "1";
  518. Visible = "1";
  519. tooltipprofile = "ToolsGuiToolTipProfile";
  520. hovertime = "1000";
  521. internalName = "metadata";
  522. canSaveDynamicFields = "0";
  523. };
  524. };
  525. new GuiBitmapBorderCtrl() {
  526. isContainer = "1";
  527. Profile = "ToolsGuiGroupBorderProfile";
  528. HorizSizing = "right";
  529. VertSizing = "bottom";
  530. position = "254 92";
  531. Extent = "254 153";
  532. MinExtent = "8 8";
  533. canSave = "1";
  534. Visible = "1";
  535. tooltipprofile = "ToolsGuiToolTipProfile";
  536. hovertime = "1000";
  537. canSaveDynamicFields = "0";
  538. new GuiTextCtrl() {
  539. text = "LOD";
  540. maxLength = "1024";
  541. Margin = "0 0 0 0";
  542. Padding = "0 0 0 0";
  543. AnchorTop = "1";
  544. AnchorBottom = "0";
  545. AnchorLeft = "1";
  546. AnchorRight = "0";
  547. isContainer = "0";
  548. Profile = "ToolsGuiTextRightProfile";
  549. HorizSizing = "right";
  550. VertSizing = "bottom";
  551. position = "59 6";
  552. Extent = "22 16";
  553. MinExtent = "8 2";
  554. canSave = "1";
  555. Visible = "1";
  556. tooltipprofile = "ToolsGuiToolTipProfile";
  557. hovertime = "1000";
  558. canSaveDynamicFields = "0";
  559. };
  560. new GuiPopUpMenuCtrl() {
  561. maxPopupHeight = "200";
  562. sbUsesNAColor = "0";
  563. reverseTextList = "0";
  564. bitmapBounds = "16 16";
  565. text = "DetectDTS";
  566. maxLength = "1024";
  567. Margin = "0 0 0 0";
  568. Padding = "0 0 0 0";
  569. AnchorTop = "1";
  570. AnchorBottom = "0";
  571. AnchorLeft = "1";
  572. AnchorRight = "0";
  573. isContainer = "0";
  574. Profile = "ToolsGuiPopUpMenuProfile";
  575. HorizSizing = "right";
  576. VertSizing = "bottom";
  577. position = "97 6";
  578. Extent = "92 18";
  579. MinExtent = "8 2";
  580. canSave = "1";
  581. Visible = "1";
  582. tooltipprofile = "ToolsGuiToolTipProfile";
  583. ToolTip = "Method used to determine LOD for meshes in the model";
  584. hovertime = "1000";
  585. internalName = "lodType";
  586. canSaveDynamicFields = "0";
  587. };
  588. new GuiTextEditCtrl() {
  589. historySize = "0";
  590. password = "0";
  591. tabComplete = "0";
  592. sinkAllKeyEvents = "0";
  593. passwordMask = "*";
  594. text = "";
  595. maxLength = "1024";
  596. Margin = "0 0 0 0";
  597. Padding = "0 0 0 0";
  598. AnchorTop = "1";
  599. AnchorBottom = "0";
  600. AnchorLeft = "1";
  601. AnchorRight = "0";
  602. isContainer = "0";
  603. Profile = "ToolsGuiTextEditProfile";
  604. HorizSizing = "right";
  605. VertSizing = "bottom";
  606. position = "196 6";
  607. Extent = "49 18";
  608. MinExtent = "8 2";
  609. canSave = "1";
  610. Visible = "1";
  611. tooltipprofile = "ToolsGuiToolTipProfile";
  612. ToolTip = "Detail size for all meshes in this model (when LOD type is SingleSize)";
  613. hovertime = "1000";
  614. internalName = "singleDetailSize";
  615. canSaveDynamicFields = "0";
  616. };
  617. new GuiTextCtrl() {
  618. text = "Materials Prefix";
  619. maxLength = "1024";
  620. Margin = "0 0 0 0";
  621. Padding = "0 0 0 0";
  622. AnchorTop = "1";
  623. AnchorBottom = "0";
  624. AnchorLeft = "1";
  625. AnchorRight = "0";
  626. isContainer = "0";
  627. Profile = "ToolsGuiTextRightProfile";
  628. HorizSizing = "right";
  629. VertSizing = "bottom";
  630. position = "11 32";
  631. Extent = "73 16";
  632. MinExtent = "8 2";
  633. canSave = "1";
  634. Visible = "1";
  635. tooltipprofile = "ToolsGuiToolTipProfile";
  636. hovertime = "1000";
  637. canSaveDynamicFields = "0";
  638. };
  639. new GuiTextEditCtrl() {
  640. historySize = "0";
  641. password = "0";
  642. tabComplete = "0";
  643. sinkAllKeyEvents = "0";
  644. passwordMask = "*";
  645. maxLength = "1024";
  646. Margin = "0 0 0 0";
  647. Padding = "0 0 0 0";
  648. AnchorTop = "1";
  649. AnchorBottom = "0";
  650. AnchorLeft = "1";
  651. AnchorRight = "0";
  652. isContainer = "0";
  653. Profile = "ToolsGuiTextEditProfile";
  654. HorizSizing = "right";
  655. VertSizing = "bottom";
  656. position = "97 32";
  657. Extent = "148 18";
  658. MinExtent = "8 2";
  659. canSave = "1";
  660. Visible = "1";
  661. AltCommand = "ColladaImportTreeView.refresh(\"materials\");";
  662. tooltipprofile = "ToolsGuiToolTipProfile";
  663. hovertime = "1000";
  664. internalName = "materialPrefix";
  665. canSaveDynamicFields = "0";
  666. };
  667. new GuiTextCtrl() {
  668. text = "Import Nodes";
  669. maxLength = "1024";
  670. Margin = "0 0 0 0";
  671. Padding = "0 0 0 0";
  672. AnchorTop = "1";
  673. AnchorBottom = "0";
  674. AnchorLeft = "1";
  675. AnchorRight = "0";
  676. isContainer = "0";
  677. Profile = "ToolsGuiTextRightProfile";
  678. HorizSizing = "right";
  679. VertSizing = "bottom";
  680. position = "13 58";
  681. Extent = "72 16";
  682. MinExtent = "8 2";
  683. canSave = "1";
  684. Visible = "1";
  685. tooltipprofile = "ToolsGuiToolTipProfile";
  686. hovertime = "1000";
  687. canSaveDynamicFields = "0";
  688. };
  689. new GuiTextEditCtrl() {
  690. historySize = "0";
  691. password = "0";
  692. tabComplete = "0";
  693. sinkAllKeyEvents = "0";
  694. passwordMask = "*";
  695. maxLength = "1024";
  696. Margin = "0 0 0 0";
  697. Padding = "0 0 0 0";
  698. AnchorTop = "1";
  699. AnchorBottom = "0";
  700. AnchorLeft = "1";
  701. AnchorRight = "0";
  702. isContainer = "0";
  703. Profile = "ToolsGuiTextEditProfile";
  704. HorizSizing = "right";
  705. VertSizing = "bottom";
  706. position = "97 58";
  707. Extent = "148 18";
  708. MinExtent = "8 2";
  709. canSave = "1";
  710. Visible = "1";
  711. AltCommand = "ColladaImportTreeView.refresh(\"nodes\");";
  712. tooltipprofile = "ToolsGuiToolTipProfile";
  713. hovertime = "1000";
  714. internalName = "alwaysImport";
  715. canSaveDynamicFields = "0";
  716. };
  717. new GuiTextCtrl() {
  718. text = "Ignore Nodes";
  719. maxLength = "1024";
  720. Margin = "0 0 0 0";
  721. Padding = "0 0 0 0";
  722. AnchorTop = "1";
  723. AnchorBottom = "0";
  724. AnchorLeft = "1";
  725. AnchorRight = "0";
  726. isContainer = "0";
  727. Profile = "ToolsGuiTextRightProfile";
  728. HorizSizing = "right";
  729. VertSizing = "bottom";
  730. position = "20 82";
  731. Extent = "65 16";
  732. MinExtent = "8 2";
  733. canSave = "1";
  734. Visible = "1";
  735. tooltipprofile = "ToolsGuiToolTipProfile";
  736. hovertime = "1000";
  737. canSaveDynamicFields = "0";
  738. };
  739. new GuiTextEditCtrl() {
  740. historySize = "0";
  741. password = "0";
  742. tabComplete = "0";
  743. sinkAllKeyEvents = "0";
  744. passwordMask = "*";
  745. maxLength = "1024";
  746. Margin = "0 0 0 0";
  747. Padding = "0 0 0 0";
  748. AnchorTop = "1";
  749. AnchorBottom = "0";
  750. AnchorLeft = "1";
  751. AnchorRight = "0";
  752. isContainer = "0";
  753. Profile = "ToolsGuiTextEditProfile";
  754. HorizSizing = "right";
  755. VertSizing = "bottom";
  756. position = "97 82";
  757. Extent = "148 18";
  758. MinExtent = "8 2";
  759. canSave = "1";
  760. Visible = "1";
  761. AltCommand = "ColladaImportTreeView.refresh(\"nodes\");";
  762. tooltipprofile = "ToolsGuiToolTipProfile";
  763. hovertime = "1000";
  764. internalName = "neverImport";
  765. canSaveDynamicFields = "0";
  766. };
  767. new GuiTextCtrl() {
  768. text = "Import Meshes";
  769. maxLength = "1024";
  770. Margin = "0 0 0 0";
  771. Padding = "0 0 0 0";
  772. AnchorTop = "1";
  773. AnchorBottom = "0";
  774. AnchorLeft = "1";
  775. AnchorRight = "0";
  776. isContainer = "0";
  777. Profile = "ToolsGuiTextRightProfile";
  778. HorizSizing = "right";
  779. VertSizing = "bottom";
  780. position = "13 106";
  781. Extent = "72 16";
  782. MinExtent = "8 2";
  783. canSave = "1";
  784. Visible = "1";
  785. tooltipprofile = "ToolsGuiToolTipProfile";
  786. hovertime = "1000";
  787. canSaveDynamicFields = "0";
  788. };
  789. new GuiTextEditCtrl() {
  790. historySize = "0";
  791. password = "0";
  792. tabComplete = "0";
  793. sinkAllKeyEvents = "0";
  794. passwordMask = "*";
  795. maxLength = "1024";
  796. Margin = "0 0 0 0";
  797. Padding = "0 0 0 0";
  798. AnchorTop = "1";
  799. AnchorBottom = "0";
  800. AnchorLeft = "1";
  801. AnchorRight = "0";
  802. isContainer = "0";
  803. Profile = "ToolsGuiTextEditProfile";
  804. HorizSizing = "right";
  805. VertSizing = "bottom";
  806. position = "97 106";
  807. Extent = "148 18";
  808. MinExtent = "8 2";
  809. canSave = "1";
  810. Visible = "1";
  811. AltCommand = "ColladaImportTreeView.refresh(\"nodes\");";
  812. tooltipprofile = "ToolsGuiToolTipProfile";
  813. hovertime = "1000";
  814. internalName = "alwaysImportMesh";
  815. canSaveDynamicFields = "0";
  816. };
  817. new GuiTextCtrl() {
  818. text = "Ignore Meshes";
  819. maxLength = "1024";
  820. Margin = "0 0 0 0";
  821. Padding = "0 0 0 0";
  822. AnchorTop = "1";
  823. AnchorBottom = "0";
  824. AnchorLeft = "1";
  825. AnchorRight = "0";
  826. isContainer = "0";
  827. Profile = "ToolsGuiTextRightProfile";
  828. HorizSizing = "right";
  829. VertSizing = "bottom";
  830. position = "13 130";
  831. Extent = "72 16";
  832. MinExtent = "8 2";
  833. canSave = "1";
  834. Visible = "1";
  835. tooltipprofile = "ToolsGuiToolTipProfile";
  836. hovertime = "1000";
  837. canSaveDynamicFields = "0";
  838. };
  839. new GuiTextEditCtrl() {
  840. historySize = "0";
  841. password = "0";
  842. tabComplete = "0";
  843. sinkAllKeyEvents = "0";
  844. passwordMask = "*";
  845. maxLength = "1024";
  846. Margin = "0 0 0 0";
  847. Padding = "0 0 0 0";
  848. AnchorTop = "1";
  849. AnchorBottom = "0";
  850. AnchorLeft = "1";
  851. AnchorRight = "0";
  852. isContainer = "0";
  853. Profile = "ToolsGuiTextEditProfile";
  854. HorizSizing = "right";
  855. VertSizing = "bottom";
  856. position = "97 130";
  857. Extent = "148 18";
  858. MinExtent = "8 2";
  859. canSave = "1";
  860. Visible = "1";
  861. AltCommand = "ColladaImportTreeView.refresh(\"nodes\");";
  862. tooltipprofile = "ToolsGuiToolTipProfile";
  863. hovertime = "1000";
  864. internalName = "neverImportMesh";
  865. canSaveDynamicFields = "0";
  866. };
  867. };
  868. new GuiBitmapBorderCtrl() {
  869. isContainer = "1";
  870. Profile = "ToolsGuiGroupBorderProfile";
  871. HorizSizing = "right";
  872. VertSizing = "bottom";
  873. position = "254 250";
  874. Extent = "254 136";
  875. MinExtent = "8 8";
  876. canSave = "1";
  877. Visible = "1";
  878. tooltipprofile = "ToolsGuiToolTipProfile";
  879. hovertime = "1000";
  880. canSaveDynamicFields = "0";
  881. new GuiCheckBoxCtrl() {
  882. useInactiveState = "0";
  883. text = " Override up_axis";
  884. groupNum = "-1";
  885. buttonType = "ToggleButton";
  886. useMouseEvents = "0";
  887. isContainer = "0";
  888. Profile = "ToolsGuiCheckBoxProfile";
  889. HorizSizing = "right";
  890. VertSizing = "bottom";
  891. position = "10 10";
  892. Extent = "102 13";
  893. MinExtent = "8 2";
  894. canSave = "1";
  895. Visible = "1";
  896. Command = "AssimpImportDlg.updateOverrideUpAxis($ThisControl.getValue());";
  897. tooltipprofile = "ToolsGuiToolTipProfile";
  898. ToolTip = "Overrides the <up_axis> specified in the shape file";
  899. hovertime = "1000";
  900. internalName = "overrideUpAxis";
  901. canSaveDynamicFields = "0";
  902. };
  903. new GuiPopUpMenuCtrl() {
  904. maxPopupHeight = "200";
  905. sbUsesNAColor = "0";
  906. reverseTextList = "0";
  907. bitmapBounds = "16 16";
  908. maxLength = "1024";
  909. Margin = "0 0 0 0";
  910. Padding = "0 0 0 0";
  911. AnchorTop = "1";
  912. AnchorBottom = "0";
  913. AnchorLeft = "1";
  914. AnchorRight = "0";
  915. isContainer = "0";
  916. Profile = "ToolsGuiPopUpMenuProfile";
  917. HorizSizing = "right";
  918. VertSizing = "bottom";
  919. position = "151 8";
  920. Extent = "66 18";
  921. MinExtent = "8 2";
  922. canSave = "1";
  923. Visible = "1";
  924. tooltipprofile = "ToolsGuiToolTipProfile";
  925. hovertime = "1000";
  926. internalName = "upAxis";
  927. canSaveDynamicFields = "0";
  928. };
  929. new GuiCheckBoxCtrl() {
  930. useInactiveState = "0";
  931. text = " Override scale";
  932. groupNum = "-1";
  933. buttonType = "ToggleButton";
  934. useMouseEvents = "0";
  935. isContainer = "0";
  936. Profile = "ToolsGuiCheckBoxProfile";
  937. HorizSizing = "right";
  938. VertSizing = "bottom";
  939. position = "10 30";
  940. Extent = "92 13";
  941. MinExtent = "8 2";
  942. canSave = "1";
  943. Visible = "1";
  944. Command = "AssimpImportDlg.updateOverrideScale($ThisControl.getValue());";
  945. tooltipprofile = "ToolsGuiToolTipProfile";
  946. ToolTip = "Overrides the <unit> scale specified in the DAE file";
  947. hovertime = "1000";
  948. internalName = "overrideScale";
  949. canSaveDynamicFields = "0";
  950. };
  951. new GuiTextEditCtrl() {
  952. historySize = "0";
  953. password = "0";
  954. tabComplete = "0";
  955. sinkAllKeyEvents = "0";
  956. passwordMask = "*";
  957. text = "";
  958. maxLength = "1024";
  959. Margin = "0 0 0 0";
  960. Padding = "0 0 0 0";
  961. AnchorTop = "1";
  962. AnchorBottom = "0";
  963. AnchorLeft = "1";
  964. AnchorRight = "0";
  965. isContainer = "0";
  966. Profile = "ToolsGuiTextEditProfile";
  967. HorizSizing = "right";
  968. VertSizing = "bottom";
  969. position = "151 28";
  970. Extent = "66 18";
  971. MinExtent = "8 2";
  972. canSave = "1";
  973. Visible = "1";
  974. tooltipprofile = "ToolsGuiToolTipProfile";
  975. hovertime = "1000";
  976. internalName = "scale";
  977. canSaveDynamicFields = "0";
  978. };
  979. new GuiCheckBoxCtrl() {
  980. useInactiveState = "0";
  981. text = " Ignore bone scaling";
  982. groupNum = "-1";
  983. buttonType = "ToggleButton";
  984. useMouseEvents = "0";
  985. isContainer = "0";
  986. Profile = "ToolsGuiCheckBoxProfile";
  987. HorizSizing = "right";
  988. VertSizing = "bottom";
  989. position = "10 50";
  990. Extent = "114 13";
  991. MinExtent = "8 2";
  992. canSave = "1";
  993. Visible = "1";
  994. tooltipprofile = "ToolsGuiToolTipProfile";
  995. ToolTip = "Ignores <scale> elements within <node>s to fix issues with some models";
  996. hovertime = "1000";
  997. internalName = "ignoreNodeScale";
  998. canSaveDynamicFields = "0";
  999. };
  1000. new GuiCheckBoxCtrl() {
  1001. useInactiveState = "0";
  1002. text = " Center model";
  1003. groupNum = "-1";
  1004. buttonType = "ToggleButton";
  1005. useMouseEvents = "0";
  1006. isContainer = "0";
  1007. Profile = "ToolsGuiCheckBoxProfile";
  1008. HorizSizing = "right";
  1009. VertSizing = "bottom";
  1010. position = "10 70";
  1011. Extent = "82 13";
  1012. MinExtent = "8 2";
  1013. canSave = "1";
  1014. Visible = "1";
  1015. tooltipprofile = "ToolsGuiToolTipProfile";
  1016. ToolTip = "Translates model so the origin is at the center";
  1017. hovertime = "1000";
  1018. internalName = "adjustCenter";
  1019. canSaveDynamicFields = "0";
  1020. };
  1021. new GuiCheckBoxCtrl() {
  1022. useInactiveState = "0";
  1023. text = " Floor model";
  1024. groupNum = "-1";
  1025. buttonType = "ToggleButton";
  1026. useMouseEvents = "0";
  1027. isContainer = "0";
  1028. Profile = "ToolsGuiCheckBoxProfile";
  1029. HorizSizing = "right";
  1030. VertSizing = "bottom";
  1031. position = "151 70";
  1032. Extent = "72 13";
  1033. MinExtent = "8 2";
  1034. canSave = "1";
  1035. Visible = "1";
  1036. tooltipprofile = "ToolsGuiToolTipProfile";
  1037. ToolTip = "Translates model so the origin is at the bottom";
  1038. hovertime = "1000";
  1039. internalName = "adjustFloor";
  1040. canSaveDynamicFields = "0";
  1041. };
  1042. new GuiCheckBoxCtrl() {
  1043. useInactiveState = "0";
  1044. text = " Force update materials." @ $TorqueScriptFileExtension;
  1045. groupNum = "-1";
  1046. buttonType = "ToggleButton";
  1047. useMouseEvents = "0";
  1048. isContainer = "0";
  1049. Profile = "ToolsGuiCheckBoxProfile";
  1050. HorizSizing = "right";
  1051. VertSizing = "bottom";
  1052. position = "10 90";
  1053. Extent = "148 13";
  1054. MinExtent = "8 2";
  1055. canSave = "1";
  1056. Visible = "1";
  1057. tooltipprofile = "ToolsGuiToolTipProfile";
  1058. ToolTip = "Forces update of materials." @ $TorqueScriptFileExtension @ " (even if Materials already exist)";
  1059. hovertime = "1000";
  1060. internalName = "forceUpdateMaterials";
  1061. canSaveDynamicFields = "0";
  1062. };
  1063. new GuiTextCtrl() {
  1064. text = "Animation Timing:";
  1065. maxLength = "1024";
  1066. Margin = "0 0 0 0";
  1067. Padding = "0 0 0 0";
  1068. AnchorTop = "1";
  1069. AnchorBottom = "0";
  1070. AnchorLeft = "1";
  1071. AnchorRight = "0";
  1072. isContainer = "0";
  1073. Profile = "ToolsGuiTextRightProfile";
  1074. HorizSizing = "right";
  1075. VertSizing = "bottom";
  1076. position = "7 111";
  1077. Extent = "85 16";
  1078. MinExtent = "8 2";
  1079. canSave = "1";
  1080. Visible = "1";
  1081. tooltipprofile = "ToolsGuiToolTipProfile";
  1082. hovertime = "1000";
  1083. canSaveDynamicFields = "0";
  1084. };
  1085. new GuiPopUpMenuCtrl() {
  1086. maxPopupHeight = "200";
  1087. sbUsesNAColor = "0";
  1088. reverseTextList = "0";
  1089. bitmapBounds = "16 16";
  1090. maxLength = "1024";
  1091. Margin = "0 0 0 0";
  1092. Padding = "0 0 0 0";
  1093. AnchorTop = "1";
  1094. AnchorBottom = "0";
  1095. AnchorLeft = "1";
  1096. AnchorRight = "0";
  1097. isContainer = "0";
  1098. Profile = "ToolsGuiPopUpMenuProfile";
  1099. HorizSizing = "right";
  1100. VertSizing = "bottom";
  1101. position = "96 110";
  1102. Extent = "86 18";
  1103. MinExtent = "8 2";
  1104. canSave = "1";
  1105. Visible = "1";
  1106. tooltipprofile = "ToolsGuiToolTipProfile";
  1107. ToolTip = "Select the timing units used in the animation data.";
  1108. hovertime = "1000";
  1109. internalName = "animTiming";
  1110. canSaveDynamicFields = "0";
  1111. };
  1112. new GuiTextCtrl() {
  1113. text = "FPS:";
  1114. maxLength = "1024";
  1115. Margin = "0 0 0 0";
  1116. Padding = "0 0 0 0";
  1117. AnchorTop = "1";
  1118. AnchorBottom = "0";
  1119. AnchorLeft = "1";
  1120. AnchorRight = "0";
  1121. isContainer = "0";
  1122. Profile = "ToolsGuiTextRightProfile";
  1123. HorizSizing = "right";
  1124. VertSizing = "bottom";
  1125. position = "194 111";
  1126. Extent = "20 16";
  1127. MinExtent = "8 2";
  1128. canSave = "1";
  1129. Visible = "1";
  1130. tooltipprofile = "ToolsGuiToolTipProfile";
  1131. hovertime = "1000";
  1132. canSaveDynamicFields = "0";
  1133. };
  1134. new GuiTextEditCtrl() {
  1135. historySize = "0";
  1136. password = "0";
  1137. tabComplete = "0";
  1138. sinkAllKeyEvents = "0";
  1139. passwordMask = "*";
  1140. text = "2";
  1141. maxLength = "1024";
  1142. Margin = "0 0 0 0";
  1143. Padding = "0 0 0 0";
  1144. AnchorTop = "1";
  1145. AnchorBottom = "0";
  1146. AnchorLeft = "1";
  1147. AnchorRight = "0";
  1148. isContainer = "0";
  1149. Profile = "ToolsGuiTextEditProfile";
  1150. HorizSizing = "right";
  1151. VertSizing = "bottom";
  1152. position = "218 110";
  1153. Extent = "26 18";
  1154. MinExtent = "8 2";
  1155. canSave = "1";
  1156. Visible = "1";
  1157. tooltipprofile = "ToolsGuiToolTipProfile";
  1158. ToolTip = "Frames per second for all animations when Animation Timing type is Frames (5 - 60)";
  1159. hovertime = "1000";
  1160. internalName = "animFPS";
  1161. canSaveDynamicFields = "0";
  1162. };
  1163. };
  1164. new GuiBitmapBorderCtrl() {
  1165. isContainer = "1";
  1166. Profile = "ToolsGuiGroupBorderProfile";
  1167. HorizSizing = "right";
  1168. VertSizing = "bottom";
  1169. position = "514 92";
  1170. Extent = "182 294";
  1171. MinExtent = "8 8";
  1172. canSave = "1";
  1173. Visible = "1";
  1174. tooltipprofile = "ToolsGuiToolTipProfile";
  1175. hovertime = "1000";
  1176. canSaveDynamicFields = "0";
  1177. new GuiCheckBoxCtrl() {
  1178. useInactiveState = "0";
  1179. text = " Convert To Left Handed";
  1180. groupNum = "-1";
  1181. buttonType = "ToggleButton";
  1182. useMouseEvents = "0";
  1183. isContainer = "0";
  1184. Profile = "ToolsGuiCheckBoxProfile";
  1185. HorizSizing = "right";
  1186. VertSizing = "bottom";
  1187. position = "10 10";
  1188. Extent = "170 13";
  1189. MinExtent = "8 2";
  1190. canSave = "1";
  1191. Visible = "1";
  1192. tooltipprofile = "ToolsGuiToolTipProfile";
  1193. ToolTip = "Converts the model to left-handed";
  1194. hovertime = "1000";
  1195. internalName = "convertLeftHanded";
  1196. canSaveDynamicFields = "0";
  1197. };
  1198. new GuiCheckBoxCtrl() {
  1199. useInactiveState = "0";
  1200. text = " Calculate Tangent Space";
  1201. groupNum = "-1";
  1202. buttonType = "ToggleButton";
  1203. useMouseEvents = "0";
  1204. isContainer = "0";
  1205. Profile = "ToolsGuiCheckBoxProfile";
  1206. HorizSizing = "right";
  1207. VertSizing = "bottom";
  1208. position = "10 30";
  1209. Extent = "170 13";
  1210. MinExtent = "8 2";
  1211. canSave = "1";
  1212. Visible = "1";
  1213. tooltipprofile = "ToolsGuiToolTipProfile";
  1214. ToolTip = "Calculate tangents and bitangents, if possible.";
  1215. hovertime = "1000";
  1216. internalName = "calcTangentSpace";
  1217. canSaveDynamicFields = "0";
  1218. };
  1219. new GuiCheckBoxCtrl() {
  1220. useInactiveState = "0";
  1221. text = " Remove Redundant Materials";
  1222. groupNum = "-1";
  1223. buttonType = "ToggleButton";
  1224. useMouseEvents = "0";
  1225. isContainer = "0";
  1226. Profile = "ToolsGuiCheckBoxProfile";
  1227. HorizSizing = "right";
  1228. VertSizing = "bottom";
  1229. position = "10 50";
  1230. Extent = "170 13";
  1231. MinExtent = "8 2";
  1232. canSave = "1";
  1233. Visible = "1";
  1234. tooltipprofile = "ToolsGuiToolTipProfile";
  1235. ToolTip = "Removes redundant materials.";
  1236. hovertime = "1000";
  1237. internalName = "removeRedundantMats";
  1238. canSaveDynamicFields = "0";
  1239. };
  1240. new GuiCheckBoxCtrl() {
  1241. useInactiveState = "0";
  1242. text = " Generate UV Coordinates";
  1243. groupNum = "-1";
  1244. buttonType = "ToggleButton";
  1245. useMouseEvents = "0";
  1246. isContainer = "0";
  1247. Profile = "ToolsGuiCheckBoxProfile";
  1248. HorizSizing = "right";
  1249. VertSizing = "bottom";
  1250. position = "10 70";
  1251. Extent = "170 13";
  1252. MinExtent = "8 2";
  1253. canSave = "1";
  1254. Visible = "1";
  1255. tooltipprofile = "ToolsGuiToolTipProfile";
  1256. ToolTip = "Convert spherical, cylindrical, box and planar mapping to proper UVs.";
  1257. hovertime = "1000";
  1258. internalName = "genUVCoords";
  1259. canSaveDynamicFields = "0";
  1260. };
  1261. new GuiCheckBoxCtrl() {
  1262. useInactiveState = "0";
  1263. text = " Transform UV Coordinates";
  1264. groupNum = "-1";
  1265. buttonType = "ToggleButton";
  1266. useMouseEvents = "0";
  1267. isContainer = "0";
  1268. Profile = "ToolsGuiCheckBoxProfile";
  1269. HorizSizing = "right";
  1270. VertSizing = "bottom";
  1271. position = "10 90";
  1272. Extent = "170 13";
  1273. MinExtent = "8 2";
  1274. canSave = "1";
  1275. Visible = "1";
  1276. tooltipprofile = "ToolsGuiToolTipProfile";
  1277. ToolTip = "Preprocess UV transformations (scaling, translation ...)";
  1278. hovertime = "1000";
  1279. internalName = "transformUVCoords";
  1280. canSaveDynamicFields = "0";
  1281. };
  1282. new GuiCheckBoxCtrl() {
  1283. useInactiveState = "0";
  1284. text = " Flip UV Coordinates";
  1285. groupNum = "-1";
  1286. buttonType = "ToggleButton";
  1287. useMouseEvents = "0";
  1288. isContainer = "0";
  1289. Profile = "ToolsGuiCheckBoxProfile";
  1290. HorizSizing = "right";
  1291. VertSizing = "bottom";
  1292. position = "10 110";
  1293. Extent = "170 13";
  1294. MinExtent = "8 2";
  1295. canSave = "1";
  1296. Visible = "1";
  1297. tooltipprofile = "ToolsGuiToolTipProfile";
  1298. ToolTip = "This step flips all UV coordinates along the y-axis and adjusts material settings and bitangents accordingly.\nAssimp uses TL(0,0):BR(1,1). T3D uses TL(0,1):BR(1,0). This will be needed for most textured models.";
  1299. hovertime = "1000";
  1300. internalName = "flipUVCoords";
  1301. canSaveDynamicFields = "0";
  1302. };
  1303. new GuiCheckBoxCtrl() {
  1304. useInactiveState = "0";
  1305. text = " Find Instances";
  1306. groupNum = "-1";
  1307. buttonType = "ToggleButton";
  1308. useMouseEvents = "0";
  1309. isContainer = "0";
  1310. Profile = "ToolsGuiCheckBoxProfile";
  1311. HorizSizing = "right";
  1312. VertSizing = "bottom";
  1313. position = "10 130";
  1314. Extent = "170 13";
  1315. MinExtent = "8 2";
  1316. canSave = "1";
  1317. Visible = "1";
  1318. tooltipprofile = "ToolsGuiToolTipProfile";
  1319. ToolTip = "search for instanced meshes and remove them by references to one master.";
  1320. hovertime = "1000";
  1321. internalName = "findInstances";
  1322. canSaveDynamicFields = "0";
  1323. };
  1324. new GuiCheckBoxCtrl() {
  1325. useInactiveState = "0";
  1326. text = " Limit Bone Weights";
  1327. groupNum = "-1";
  1328. buttonType = "ToggleButton";
  1329. useMouseEvents = "0";
  1330. isContainer = "0";
  1331. Profile = "ToolsGuiCheckBoxProfile";
  1332. HorizSizing = "right";
  1333. VertSizing = "bottom";
  1334. position = "10 150";
  1335. Extent = "170 13";
  1336. MinExtent = "8 2";
  1337. canSave = "1";
  1338. Visible = "1";
  1339. tooltipprofile = "ToolsGuiToolTipProfile";
  1340. ToolTip = "Limit bone weights to 4 per vertex.";
  1341. hovertime = "1000";
  1342. internalName = "limitBoneWeights";
  1343. canSaveDynamicFields = "0";
  1344. };
  1345. new GuiCheckBoxCtrl() {
  1346. useInactiveState = "0";
  1347. text = " Join Identical Vertices";
  1348. groupNum = "-1";
  1349. buttonType = "ToggleButton";
  1350. useMouseEvents = "0";
  1351. isContainer = "0";
  1352. Profile = "ToolsGuiCheckBoxProfile";
  1353. HorizSizing = "right";
  1354. VertSizing = "bottom";
  1355. position = "10 170";
  1356. Extent = "170 13";
  1357. MinExtent = "8 2";
  1358. canSave = "1";
  1359. Visible = "1";
  1360. tooltipprofile = "ToolsGuiToolTipProfile";
  1361. ToolTip = "Identifies and joins identical vertex data sets within all imported meshes.";
  1362. hovertime = "1000";
  1363. internalName = "joinIdenticalVerts";
  1364. canSaveDynamicFields = "0";
  1365. };
  1366. new GuiCheckBoxCtrl() {
  1367. useInactiveState = "0";
  1368. text = " Flip Winding Order";
  1369. groupNum = "-1";
  1370. buttonType = "ToggleButton";
  1371. useMouseEvents = "0";
  1372. isContainer = "0";
  1373. Profile = "ToolsGuiCheckBoxProfile";
  1374. HorizSizing = "right";
  1375. VertSizing = "bottom";
  1376. position = "10 190";
  1377. Extent = "170 13";
  1378. MinExtent = "8 2";
  1379. canSave = "1";
  1380. Visible = "1";
  1381. internalName = "reverseWindingOrder";
  1382. tooltipprofile = "ToolsGuiToolTipProfile";
  1383. ToolTip = "This step adjusts the output face winding order to be clockwise. The default face winding order is counter clockwise.";
  1384. hovertime = "1000";
  1385. canSaveDynamicFields = "0";
  1386. };
  1387. new GuiCheckBoxCtrl() {
  1388. useInactiveState = "0";
  1389. text = " Invert Normals";
  1390. groupNum = "-1";
  1391. buttonType = "ToggleButton";
  1392. useMouseEvents = "0";
  1393. isContainer = "0";
  1394. Profile = "ToolsGuiCheckBoxProfile";
  1395. HorizSizing = "right";
  1396. VertSizing = "bottom";
  1397. position = "10 210";
  1398. Extent = "170 13";
  1399. MinExtent = "8 2";
  1400. canSave = "1";
  1401. Visible = "1";
  1402. tooltipprofile = "ToolsGuiToolTipProfile";
  1403. ToolTip = "Reverse the normal vector direction for all normals.";
  1404. hovertime = "1000";
  1405. internalName = "invertNormals";
  1406. canSaveDynamicFields = "0";
  1407. };
  1408. };
  1409. new GuiButtonCtrl() {
  1410. text = "Load Settings";
  1411. groupNum = "-1";
  1412. buttonType = "PushButton";
  1413. useMouseEvents = "0";
  1414. isContainer = "0";
  1415. Profile = "ToolsGuiButtonProfile";
  1416. HorizSizing = "right";
  1417. VertSizing = "bottom";
  1418. position = "269 394";
  1419. Extent = "86 22";
  1420. MinExtent = "8 2";
  1421. canSave = "1";
  1422. Visible = "1";
  1423. Command = "AssimpImportDlg.onLoadSettings();";
  1424. tooltipprofile = "ToolsGuiToolTipProfile";
  1425. hovertime = "1000";
  1426. canSaveDynamicFields = "0";
  1427. };
  1428. new GuiButtonCtrl() {
  1429. text = "Save Settings";
  1430. groupNum = "-1";
  1431. buttonType = "PushButton";
  1432. useMouseEvents = "0";
  1433. isContainer = "0";
  1434. Profile = "ToolsGuiButtonProfile";
  1435. HorizSizing = "right";
  1436. VertSizing = "bottom";
  1437. position = "377 394";
  1438. Extent = "86 22";
  1439. MinExtent = "8 2";
  1440. canSave = "1";
  1441. Visible = "1";
  1442. Command = "AssimpImportDlg.onSaveSettings();";
  1443. tooltipprofile = "ToolsGuiToolTipProfile";
  1444. hovertime = "1000";
  1445. canSaveDynamicFields = "0";
  1446. };
  1447. new GuiButtonCtrl() {
  1448. text = "OK";
  1449. groupNum = "-1";
  1450. buttonType = "PushButton";
  1451. useMouseEvents = "0";
  1452. isContainer = "0";
  1453. Profile = "ToolsGuiButtonProfile";
  1454. HorizSizing = "right";
  1455. VertSizing = "bottom";
  1456. //position = "320 440";
  1457. position = "485 394";
  1458. Extent = "86 22";
  1459. MinExtent = "8 2";
  1460. canSave = "1";
  1461. Visible = "1";
  1462. Command = "AssimpImportDlg.onOK();";
  1463. tooltipprofile = "ToolsGuiToolTipProfile";
  1464. ToolTip = "Load the COLLADA model";
  1465. hovertime = "1000";
  1466. canSaveDynamicFields = "0";
  1467. };
  1468. new GuiButtonCtrl() {
  1469. text = "Cancel";
  1470. groupNum = "-1";
  1471. buttonType = "PushButton";
  1472. useMouseEvents = "0";
  1473. isContainer = "0";
  1474. Profile = "ToolsGuiButtonProfile";
  1475. HorizSizing = "right";
  1476. VertSizing = "bottom";
  1477. position = "593 394";
  1478. Extent = "86 22";
  1479. MinExtent = "8 2";
  1480. canSave = "1";
  1481. Visible = "1";
  1482. Command = "AssimpImportDlg.onCancel();";
  1483. tooltipprofile = "ToolsGuiToolTipProfile";
  1484. ToolTip = "Exit without loading the model";
  1485. hovertime = "1000";
  1486. canSaveDynamicFields = "0";
  1487. };
  1488. };
  1489. };
  1490. //--- OBJECT WRITE END ---
  1491. exec("./assimpImport.ed." @ $TorqueScriptFileExtension);