/indra/newview/skins/default/xui/en/floater_model_preview.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 1430 lines · 1410 code · 9 blank · 11 comment · 0 complexity · 5553dd259d6e2a2ada430cb73f1e6a0e MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater can_close="true" can_drag_on_left="false" can_minimize="false"
  3. can_resize="false" height="480" min_height="480" min_width="940"
  4. name="Model Preview" title="UPLOAD MODEL" width="940"
  5. help_topic="upload_model" >
  6. <string name="status_idle"></string>
  7. <string name="status_parse_error">Error: Dae parsing issue - see log for details.</string>
  8. <string name="status_material_mismatch">Error: Material of model is not a subset of reference model.</string>
  9. <string name="status_reading_file">Loading...</string>
  10. <string name="status_generating_meshes">Generating Meshes...</string>
  11. <string name="status_vertex_number_overflow">Error: Vertex number is more than 65534, aborted!</string>
  12. <string name="bad_element">Error: element is invalid</string>
  13. <string name="high">High</string>
  14. <string name="medium">Medium</string>
  15. <string name="low">Low</string>
  16. <string name="lowest">Lowest</string>
  17. <string name="mesh_status_good">Ship it!</string>
  18. <string name="mesh_status_na">N/A</string>
  19. <string name="mesh_status_none">None</string>
  20. <string name="mesh_status_submesh_mismatch">Levels of detail have a different number of textureable faces.</string>
  21. <string name="mesh_status_mesh_mismatch">Levels of detail have a different number of mesh instances.</string>
  22. <string name="mesh_status_too_many_vertices">Level of detail has too many vertices.</string>
  23. <string name="mesh_status_missing_lod">Missing required level of detail.</string>
  24. <string name="mesh_status_invalid_material_list">LOD materials are not a subset of reference model.</string>
  25. <string name="layer_all">All</string> <!-- Text to display in physics layer combo box for "all layers" -->
  26. <string name="decomposing">Analyzing...</string>
  27. <string name="simplifying">Simplifying...</string>
  28. <string name="tbd">TBD</string>
  29. <panel
  30. follows="top|left"
  31. height="455"
  32. layout="topleft"
  33. left="3"
  34. name="left_panel"
  35. top_pad="10"
  36. width="630">
  37. <panel
  38. follows="all"
  39. height="50"
  40. layout="top|left"
  41. left="3"
  42. name="model_name_representation_panel"
  43. width="525">
  44. <text
  45. follows="top|left"
  46. layout="topleft"
  47. height="15"
  48. left="15"
  49. name="name_label"
  50. text_color="White"
  51. top="0"
  52. width="290">
  53. Model name:
  54. </text>
  55. <line_editor
  56. follows="top|left"
  57. layout="topleft"
  58. height="19"
  59. max_length_bytes="64"
  60. name="description_form"
  61. prevalidate_callback="ascii"
  62. top_pad="5"
  63. width="290" />
  64. <text
  65. follows="left|top"
  66. height="15"
  67. layout="topleft"
  68. left_pad="15"
  69. name="model_category_label"
  70. text_color="White"
  71. top="0"
  72. width="200">
  73. This model represents...
  74. </text>
  75. <combo_box
  76. follows="left|top"
  77. height="23"
  78. left_pad="10"
  79. name="model_category_combo"
  80. top_pad="10"
  81. width="200">
  82. <combo_box.drop_down_button
  83. label_color="White"/>
  84. <combo_item name="Choose one" label="Choose One..." value="MUT_Unspecified"/>
  85. <combo_item name="Avatar shape" label="Avatar shape" value="MUT_AvatarShape"/>
  86. <combo_item name="Avatar attachment" label="Avatar attachment" value="MUT_AvatarAttachment"/>
  87. <combo_item name="Moving object (vehicle, animal)" label="Moving object (vehicle, animal)" value="MUT_MovingObject"/>
  88. <combo_item name="Building Component" label="Building Component" value="MUT_BuildingComponent"/>
  89. <combo_item name="Large, non moving etc" label="Large, non moving etc" value="MUT_LargeStationary"/>
  90. <combo_item name="Smaller, non-moving etc" label="Smaller, non-moving etc" value="MUT_SmallStationary"/>
  91. <combo_item name="Not really any of these" label="Not really any of these" value="MUT_Other"/>
  92. </combo_box>
  93. </panel>
  94. <tab_container
  95. follows="top|left"
  96. top_pad="15"
  97. left="0"
  98. height="300"
  99. width="625"
  100. name="import_tab"
  101. tab_position="top">
  102. <!-- LOD PANEL -->
  103. <panel
  104. help_topic="upload_model_lod"
  105. label="Level of Detail"
  106. layout="topleft"
  107. name="lod_panel"
  108. title="Level of Detail">
  109. <view_border
  110. bevel_style="none"
  111. follows="top|left"
  112. height="275"
  113. layout="topleft"
  114. left="3"
  115. name="lod_tab_border"
  116. top_pad="0"
  117. width="619" />
  118. <text
  119. follows="left|top"
  120. height="18"
  121. initial_value="Source"
  122. layout="topleft"
  123. left="75"
  124. name="source"
  125. text_color="ModelUploaderLabels"
  126. top="15"
  127. valign="center"
  128. value="Source"
  129. width="335" />
  130. <text
  131. follows="left|top"
  132. halign="right"
  133. height="18"
  134. initial_value="Triangles"
  135. layout="topleft"
  136. left_pad="0"
  137. name="triangles"
  138. text_color="ModelUploaderLabels"
  139. top_delta="0"
  140. valign="center"
  141. value="Triangles"
  142. width="65" />
  143. <text
  144. follows="left|top"
  145. halign="right"
  146. height="18"
  147. initial_value="Vertices"
  148. layout="topleft"
  149. left_pad="0"
  150. name="vertices"
  151. text_color="ModelUploaderLabels"
  152. valign="center"
  153. value="Vertices"
  154. width="65" />
  155. <text
  156. follows="left|top"
  157. height="18"
  158. initial_value="High"
  159. layout="topleft"
  160. left="10"
  161. name="high_label"
  162. text_color="ModelUploaderLabels"
  163. top_pad="10"
  164. valign="center"
  165. value="High"
  166. width="65" />
  167. <combo_box
  168. follows="top|left"
  169. height="20"
  170. layout="topleft"
  171. left_pad="0"
  172. name="lod_source_high"
  173. top_delta="-3"
  174. width="135">
  175. <item
  176. id="Load from file"
  177. value="Load from file" />
  178. <item
  179. id="Generate"
  180. value="Generate" />
  181. </combo_box>
  182. <line_editor
  183. follows="left|top"
  184. height="20"
  185. initial_value=""
  186. layout="topleft"
  187. left_pad="5"
  188. name="lod_file_high"
  189. top_delta="0"
  190. value=""
  191. width="120" />
  192. <button
  193. follows="left|top"
  194. height="20"
  195. label="Browse..."
  196. layout="topleft"
  197. left_pad="5"
  198. name="lod_browse_high"
  199. top_delta="0"
  200. width="70" />
  201. <combo_box
  202. follows="top|left"
  203. height="20"
  204. layout="topleft"
  205. left="215"
  206. name="lod_mode_high"
  207. top_delta="0"
  208. visible="false"
  209. width="135">
  210. <item
  211. id="Triangle Limit"
  212. value="Triangle Limit" />
  213. <item
  214. id="Error Threshold"
  215. value="Error Threshold" />
  216. </combo_box>
  217. <spinner
  218. decimal_digits="0"
  219. follows="top|left"
  220. height="20"
  221. increment="10"
  222. layout="topleft"
  223. left_pad="5"
  224. name="lod_triangle_limit_high"
  225. visible="false"
  226. width="55" />
  227. <spinner
  228. follows="top|left"
  229. height="20"
  230. increment="0.01"
  231. layout="topleft"
  232. left_delta="0"
  233. max_val="100"
  234. name="lod_error_threshold_high"
  235. top_delta="0"
  236. visible="false"
  237. width="55" />
  238. <text
  239. follows="left|top"
  240. halign="right"
  241. height="18"
  242. initial_value="0"
  243. layout="topleft"
  244. left_pad="0"
  245. name="high_triangles"
  246. valign="center"
  247. value="0"
  248. width="65" />
  249. <text
  250. follows="left|top"
  251. halign="right"
  252. height="18"
  253. initial_value="0"
  254. layout="topleft"
  255. left_pad="0"
  256. name="high_vertices"
  257. valign="center"
  258. value="0"
  259. width="65" />
  260. <text
  261. follows="left|top"
  262. halign="center"
  263. height="18"
  264. initial_value=""
  265. layout="topleft"
  266. left_pad="0"
  267. name="high_status"
  268. valign="center"
  269. value=""
  270. width="65" />
  271. <icon
  272. height="16"
  273. image_name="red_x.png"
  274. layout="topleft"
  275. left_delta="20"
  276. mouse_opaque="true"
  277. name="status_icon_high"
  278. top_delta="0"
  279. width="16" />
  280. <text
  281. follows="left|top"
  282. height="18"
  283. initial_value="Medium"
  284. layout="topleft"
  285. left="10"
  286. name="medium_label"
  287. text_color="ModelUploaderLabels"
  288. top_pad="15"
  289. valign="center"
  290. value="Medium"
  291. width="65" />
  292. <combo_box
  293. follows="top|left"
  294. height="20"
  295. layout="topleft"
  296. left_pad="0"
  297. name="lod_source_medium"
  298. top_delta="-3"
  299. width="135">
  300. <item
  301. id="Load from file"
  302. value="Load from file" />
  303. <item
  304. id="Generate"
  305. value="Generate" />
  306. <item
  307. id="Use LoD above"
  308. value="Use LoD above" />
  309. </combo_box>
  310. <line_editor
  311. follows="left|top"
  312. height="20"
  313. initial_value=""
  314. layout="topleft"
  315. left_pad="5"
  316. name="lod_file_medium"
  317. top_delta="0"
  318. value=""
  319. visible="false"
  320. width="120" />
  321. <button
  322. follows="left|top"
  323. height="20"
  324. label="Browse..."
  325. layout="topleft"
  326. left_pad="5"
  327. name="lod_browse_medium"
  328. top_delta="0"
  329. visible="false"
  330. width="70" />
  331. <combo_box
  332. follows="top|left"
  333. height="20"
  334. layout="topleft"
  335. left="215"
  336. name="lod_mode_medium"
  337. top_delta="0"
  338. width="135">
  339. <item
  340. id="Triangle Limit"
  341. value="Triangle Limit" />
  342. <item
  343. id="Error Threshold"
  344. value="Error Threshold" />
  345. </combo_box>
  346. <spinner
  347. decimal_digits="0"
  348. follows="top|left"
  349. height="20"
  350. increment="10"
  351. layout="topleft"
  352. left_pad="5"
  353. name="lod_triangle_limit_medium"
  354. width="55" />
  355. <spinner
  356. follows="top|left"
  357. height="20"
  358. increment="0.01"
  359. layout="topleft"
  360. left_delta="0"
  361. max_val="100"
  362. name="lod_error_threshold_medium"
  363. top_delta="0"
  364. visible="false"
  365. width="55" />
  366. <text
  367. follows="left|top"
  368. halign="right"
  369. height="18"
  370. initial_value="0"
  371. layout="topleft"
  372. left_pad="0"
  373. name="medium_triangles"
  374. valign="center"
  375. value="0"
  376. width="65" />
  377. <text
  378. follows="left|top"
  379. halign="right"
  380. height="18"
  381. initial_value="0"
  382. layout="topleft"
  383. left_pad="0"
  384. name="medium_vertices"
  385. valign="center"
  386. value="0"
  387. width="65" />
  388. <text
  389. follows="left|top"
  390. halign="center"
  391. height="18"
  392. initial_value=""
  393. layout="topleft"
  394. left_pad="0"
  395. name="medium_status"
  396. valign="center"
  397. value=""
  398. width="65" />
  399. <icon
  400. height="16"
  401. image_name="red_x.png"
  402. layout="topleft"
  403. left_delta="20"
  404. mouse_opaque="true"
  405. name="status_icon_medium"
  406. top_delta="0"
  407. width="16" />
  408. <text
  409. follows="left|top"
  410. height="18"
  411. initial_value="Low"
  412. layout="topleft"
  413. left="10"
  414. name="low_label"
  415. text_color="ModelUploaderLabels"
  416. top_pad="15"
  417. valign="center"
  418. value="Low"
  419. width="65" />
  420. <combo_box
  421. follows="top|left"
  422. height="20"
  423. layout="topleft"
  424. left_pad="0"
  425. name="lod_source_low"
  426. top_delta="-3"
  427. width="135">
  428. <item
  429. id="Load from file"
  430. value="Load from file" />
  431. <item
  432. id="Generate"
  433. value="Generate" />
  434. <item
  435. id="Use LoD above"
  436. value="Use LoD above" />
  437. </combo_box>
  438. <line_editor
  439. follows="left|top"
  440. height="20"
  441. initial_value=""
  442. layout="topleft"
  443. left_pad="5"
  444. name="lod_file_low"
  445. top_delta="0"
  446. value=""
  447. visible="false"
  448. width="120" />
  449. <button
  450. follows="left|top"
  451. height="20"
  452. label="Browse..."
  453. layout="topleft"
  454. left_pad="5"
  455. name="lod_browse_low"
  456. top_delta="0"
  457. visible="false"
  458. width="70" />
  459. <combo_box
  460. follows="top|left"
  461. height="20"
  462. layout="topleft"
  463. left="215"
  464. name="lod_mode_low"
  465. top_delta="0"
  466. width="135">
  467. <item
  468. id="Triangle Limit"
  469. value="Triangle Limit" />
  470. <item
  471. id="Error Threshold"
  472. value="Error Threshold" />
  473. </combo_box>
  474. <spinner
  475. decimal_digits="0"
  476. follows="top|left"
  477. height="20"
  478. increment="10"
  479. layout="topleft"
  480. left_pad="5"
  481. name="lod_triangle_limit_low"
  482. width="55" />
  483. <spinner
  484. follows="top|left"
  485. height="20"
  486. increment="0.01"
  487. layout="topleft"
  488. left_delta="0"
  489. max_val="100"
  490. name="lod_error_threshold_low"
  491. top_delta="0"
  492. visible="false"
  493. width="55" />
  494. <text
  495. follows="left|top"
  496. halign="right"
  497. height="18"
  498. initial_value="0"
  499. layout="topleft"
  500. left_pad="0"
  501. name="low_triangles"
  502. valign="center"
  503. value="0"
  504. width="65" />
  505. <text
  506. follows="left|top"
  507. halign="right"
  508. height="18"
  509. initial_value="0"
  510. layout="topleft"
  511. left_pad="0"
  512. name="low_vertices"
  513. valign="center"
  514. value="0"
  515. width="65" />
  516. <text
  517. follows="left|top"
  518. halign="center"
  519. height="18"
  520. initial_value=""
  521. layout="topleft"
  522. left_pad="0"
  523. name="low_status"
  524. valign="center"
  525. value=""
  526. width="65" />
  527. <icon
  528. height="16"
  529. image_name="red_x.png"
  530. layout="topleft"
  531. left_delta="20"
  532. mouse_opaque="true"
  533. name="status_icon_low"
  534. top_delta="0"
  535. width="16" />
  536. <text
  537. follows="left|top"
  538. height="18"
  539. initial_value="Lowest"
  540. layout="topleft"
  541. left="10"
  542. name="lowest_label"
  543. text_color="ModelUploaderLabels"
  544. top_pad="15"
  545. valign="center"
  546. value="Lowest"
  547. width="65" />
  548. <combo_box
  549. follows="top|left"
  550. height="20"
  551. layout="topleft"
  552. left_pad="0"
  553. name="lod_source_lowest"
  554. top_delta="-3"
  555. width="135">
  556. <item
  557. id="Load from file"
  558. value="Load from file" />
  559. <item
  560. id="Generate"
  561. value="Generate" />
  562. <item
  563. id="Use LoD above"
  564. value="Use LoD above" />
  565. </combo_box>
  566. <line_editor
  567. follows="left|top"
  568. height="20"
  569. initial_value=""
  570. layout="topleft"
  571. left_pad="5"
  572. name="lod_file_lowest"
  573. top_delta="0"
  574. value=""
  575. visible="false"
  576. width="120" />
  577. <button
  578. follows="left|top"
  579. height="20"
  580. label="Browse..."
  581. layout="topleft"
  582. left_pad="5"
  583. name="lod_browse_lowest"
  584. top_delta="0"
  585. visible="false"
  586. width="70" />
  587. <combo_box
  588. follows="top|left"
  589. height="20"
  590. layout="topleft"
  591. left="215"
  592. name="lod_mode_lowest"
  593. top_delta="0"
  594. width="135">
  595. <item
  596. id="Triangle Limit"
  597. value="Triangle Limit" />
  598. <item
  599. id="Error Threshold"
  600. value="Error Threshold" />
  601. </combo_box>
  602. <spinner
  603. decimal_digits="0"
  604. follows="top|left"
  605. height="20"
  606. increment="10"
  607. layout="topleft"
  608. left_pad="5"
  609. name="lod_triangle_limit_lowest"
  610. width="55" />
  611. <spinner
  612. follows="top|left"
  613. height="20"
  614. increment="0.01"
  615. layout="topleft"
  616. left_delta="0"
  617. max_val="100"
  618. name="lod_error_threshold_lowest"
  619. top_delta="0"
  620. visible="false"
  621. width="55" />
  622. <text
  623. follows="left|top"
  624. halign="right"
  625. height="18"
  626. initial_value="0"
  627. layout="topleft"
  628. left_pad="0"
  629. name="lowest_triangles"
  630. valign="center"
  631. value="0"
  632. width="65" />
  633. <text
  634. follows="left|top"
  635. halign="right"
  636. height="18"
  637. initial_value="0"
  638. layout="topleft"
  639. left_pad="0"
  640. name="lowest_vertices"
  641. valign="center"
  642. value="0"
  643. width="65" />
  644. <text
  645. follows="left|top"
  646. halign="center"
  647. height="18"
  648. initial_value=""
  649. layout="topleft"
  650. left_pad="0"
  651. name="lowest_status"
  652. valign="center"
  653. value=""
  654. width="65" />
  655. <icon
  656. height="16"
  657. image_name="red_x.png"
  658. layout="topleft"
  659. left_delta="20"
  660. mouse_opaque="true"
  661. name="status_icon_lowest"
  662. top_delta="0"
  663. width="16" />
  664. <icon
  665. height="16"
  666. layout="topleft"
  667. left="10"
  668. name="lod_status_message_icon"
  669. top_pad="20"
  670. width="16" />
  671. <text
  672. follows="left|top"
  673. height="16"
  674. layout="topleft"
  675. left_pad="5"
  676. name="lod_status_message_text"
  677. top_delta="0"
  678. width="584"
  679. word_wrap="true"
  680. wrap="true" />
  681. <view_border
  682. bevel_style="none"
  683. follows="top|left"
  684. height="0"
  685. layout="topleft"
  686. left="10"
  687. name="lod_tab_border"
  688. top_pad="20"
  689. width="605" />
  690. <check_box
  691. follows="top|left"
  692. height="15"
  693. label="Generate Normals"
  694. layout="topleft"
  695. left="10"
  696. name="gen_normals"
  697. top_pad="20" />
  698. <text
  699. enabled="false"
  700. follows="top|left"
  701. height="15"
  702. initial_value="Crease Angle:"
  703. layout="topleft"
  704. left="200"
  705. name="crease_label"
  706. top_delta="0"
  707. value="Crease Angle:"
  708. width="100" />
  709. <spinner
  710. enabled="false"
  711. follows="top|left"
  712. height="20"
  713. initial_value="75"
  714. layout="topleft"
  715. left_pad="5"
  716. max_val="180"
  717. name="crease_angle"
  718. value="75"
  719. width="60" />
  720. </panel>
  721. <!-- PHYSYCS PANEL -->
  722. <panel
  723. help_topic="upload_model_physics"
  724. label="Physics"
  725. name="physics_panel">
  726. <!-- ==== STEP 1: Level of Detail ==== -->
  727. <view_border
  728. bevel_style="none"
  729. follows="top|left"
  730. height="275"
  731. layout="topleft"
  732. left="3"
  733. name="physics_tab_border"
  734. top_pad="0"
  735. width="619"/>
  736. <panel
  737. bg_alpha_color="0 0 0 0"
  738. bg_opaque_color="0 0 0 0.3"
  739. follows="top|left"
  740. height="21"
  741. left="18"
  742. name="physics geometry"
  743. top="15"
  744. visible="true"
  745. width="589">
  746. <text
  747. follows="top|left"
  748. font="SansSerif"
  749. height="20"
  750. layout="topleft"
  751. left="0"
  752. name="first_step_name"
  753. text_color="White"
  754. top_pad="0"
  755. width="210">
  756. Step 1: Level of Detail
  757. </text>
  758. <combo_box
  759. follows="left|top"
  760. height="18"
  761. left_pad="10"
  762. name="physics_lod_combo"
  763. width="130"
  764. tool_tip="LOD to use for physics shape">
  765. <combo_item name="choose_one"> Choose one... </combo_item>
  766. <combo_item name="physics_high"> High </combo_item>
  767. <combo_item name="physics_medium"> Medium </combo_item>
  768. <combo_item name="physics_low"> Low </combo_item>
  769. <combo_item name="physics_lowest"> Lowest </combo_item>
  770. <combo_item name="load_from_file"> From file </combo_item>
  771. </combo_box>
  772. <line_editor
  773. follows="left|top"
  774. left_pad="10"
  775. value=""
  776. name="physics_file"
  777. height="20"
  778. width="154"/>
  779. <button
  780. follows="left|top"
  781. height="20"
  782. left_pad="4"
  783. name="physics_browse"
  784. label="Browse..."
  785. width="70"/>
  786. <!-- <check_box name="physics_optimize" follows="left|top" width="130" left="10" top_pad="5" height="20" label="Optimize"/>
  787. <check_box name="physics_use_hull" follows="left|top" width="130" left_pad="5" height="20" label="Use Convex Hull"/> -->
  788. </panel>
  789. <!-- ==== STEP 2: Analyze ==== -->
  790. <view_border
  791. bevel_style="none"
  792. follows="top|left"
  793. height="0"
  794. layout="topleft"
  795. left="18"
  796. name="physics_tab_border"
  797. top_pad="15"
  798. width="589"/>
  799. <panel
  800. bg_alpha_color="0 0 0 0"
  801. bg_opaque_color="0 0 0 0.3"
  802. height="65"
  803. follows="top|left"
  804. left="18"
  805. name="physics analysis"
  806. top_pad="15"
  807. visible="true"
  808. width="589">
  809. <text
  810. follows="left|top"
  811. font="SansSerif"
  812. height="20"
  813. layout="topleft"
  814. left="0"
  815. name="method_label"
  816. text_color="White"
  817. top_pad="0">
  818. Step 2: Analyze
  819. </text>
  820. <text
  821. follows="top|left"
  822. height="15"
  823. layout="topleft"
  824. name="analysis_method_label"
  825. top_pad="10"
  826. width="100">
  827. Method:
  828. </text>
  829. <text
  830. follows="top|left"
  831. height="15"
  832. name="quality_label"
  833. layout="topleft"
  834. left_pad="15"
  835. width="100">
  836. Quality:
  837. </text>
  838. <text
  839. follows="top|left"
  840. height="15"
  841. name="smooth_method_label"
  842. layout="topleft"
  843. left_pad="15"
  844. width="100">
  845. Smooth:
  846. </text>
  847. <combo_box
  848. follows="top|left"
  849. layout="topleft"
  850. left="0"
  851. name="Method"
  852. top_pad="0"
  853. height="20"
  854. width="100"/>
  855. <combo_box
  856. follows="top|left"
  857. layout="topleft"
  858. left_pad="15"
  859. name="Decompose Quality"
  860. height="20"
  861. width="100"/>
  862. <combo_box
  863. height="20"
  864. follows="top|left"
  865. layout="topleft"
  866. left_pad="15"
  867. name="Cosine%"
  868. width="100"/>
  869. <check_box
  870. follows="top|left"
  871. label="Close Holes"
  872. layout="topleft"
  873. left_pad="10"
  874. name="Close Holes (Slow)"
  875. height="15"/>
  876. <button
  877. bottom="1"
  878. follows="top|right"
  879. height="20"
  880. label="Analyze"
  881. layout="bottomleft"
  882. name="Decompose"
  883. right="-1"
  884. width="90"/>
  885. <button
  886. follows="top|left"
  887. height="20"
  888. label="Cancel"
  889. layout="topleft"
  890. left_delta="0"
  891. name="decompose_cancel"
  892. visible="false"
  893. width="90"/>
  894. </panel>
  895. <!-- ==== STEP 3: Simplify ==== -->
  896. <view_border
  897. bevel_style="none"
  898. follows="top|left"
  899. height="0"
  900. layout="topleft"
  901. left="18"
  902. name="physics_tab_border"
  903. top_pad="15"
  904. width="589"/>
  905. <panel
  906. bg_alpha_color="0 0 0 0"
  907. bg_opaque_color="0 0 0 0.3"
  908. follows="top|left"
  909. height="66"
  910. left="18"
  911. name="physics simplification"
  912. top_pad="15"
  913. width="589">
  914. <text
  915. text_color="White"
  916. follows="left|top"
  917. height="20"
  918. left="0"
  919. name="second_step_label"
  920. top_pad="0"
  921. font="SansSerif">
  922. Step 3: Simplify
  923. </text>
  924. <text
  925. name="simp_method_header"
  926. top_pad="10"
  927. height="15"
  928. width="100"
  929. follows="top|left">
  930. Method:
  931. </text>
  932. <text
  933. follows="top|left"
  934. left_pad="40"
  935. name="pass_method_header"
  936. height="15"
  937. width="41">
  938. Passes:
  939. </text>
  940. <text
  941. follows="top|left"
  942. left_pad="40"
  943. name="Detail Scale label"
  944. height="15"
  945. width="80">
  946. Detail scale:
  947. </text>
  948. <text
  949. follows="top|left"
  950. left_delta="0"
  951. name="Retain%_label"
  952. height="15"
  953. width="80"
  954. visible="false">
  955. Retain:
  956. </text>
  957. <combo_box
  958. follows="top|left"
  959. height="20"
  960. left="0"
  961. name="Simplify Method"
  962. top_pad="0"
  963. width="100"/>
  964. <combo_box
  965. height="20"
  966. follows="top|left"
  967. left_pad="40"
  968. name="Combine Quality"
  969. width="41"
  970. value="1">
  971. </combo_box>
  972. <spinner
  973. follows="top|left"
  974. name="Detail Scale"
  975. height="20"
  976. left_pad="40"
  977. width="60"/>
  978. <spinner
  979. name="Retain%"
  980. decimal_digits="0"
  981. width="60"
  982. follows="top|left"
  983. height="20"
  984. left_delta="0"
  985. visible="false"/>
  986. <button
  987. follows="top|left"
  988. height="20"
  989. label="Simplify"
  990. left_pad="40"
  991. name="Simplify"
  992. width="90"/>
  993. <button
  994. follows="top|left"
  995. height="20"
  996. label="Cancel"
  997. layout="topleft"
  998. left_delta="0"
  999. name="simplify_cancel"
  1000. width="90"/>
  1001. </panel>
  1002. <!-- ==== Results ==== -->
  1003. <view_border
  1004. bevel_style="none"
  1005. follows="top|left"
  1006. height="0"
  1007. layout="topleft"
  1008. left="18"
  1009. name="physics_tab_border"
  1010. top_pad="15"
  1011. width="589"/>
  1012. <panel
  1013. bg_alpha_color="0 0 0 0"
  1014. bg_opaque_color="0 0 0 0.3"
  1015. follows="left|top"
  1016. height="16"
  1017. layout="topleft"
  1018. left="18"
  1019. name="physics info"
  1020. top_pad="15"
  1021. width="589">
  1022. <text
  1023. follows="top|left"
  1024. height="15"
  1025. layout="topleft"
  1026. left="0"
  1027. text_color="White"
  1028. top_pad="0"
  1029. name="results_text"
  1030. width="50">
  1031. Results:
  1032. </text>
  1033. <text
  1034. follows="top|left"
  1035. height="15"
  1036. layout="topleft"
  1037. left_pad="0"
  1038. text_color="White"
  1039. top_delta="0"
  1040. name="physics_triangles"
  1041. width="90">
  1042. Triangles: [TRIANGLES],
  1043. </text>
  1044. <text
  1045. follows="top|left"
  1046. height="15"
  1047. layout="topleft"
  1048. left_pad="0"
  1049. name="physics_points"
  1050. top_delta="0"
  1051. text_color="White"
  1052. width="85">
  1053. Vertices: [POINTS],
  1054. </text>
  1055. <text
  1056. follows="top|left"
  1057. height="15"
  1058. layout="topleft"
  1059. left_pad="0"
  1060. name="physics_hulls"
  1061. top_delta="0"
  1062. text_color="White">
  1063. Hulls: [HULLS]
  1064. </text>
  1065. </panel>
  1066. </panel>
  1067. <!-- MODIFIERS PANEL -->
  1068. <panel
  1069. label="Upload options"
  1070. name="modifiers_panel"
  1071. help_topic="upload_model_modifiers">
  1072. <view_border
  1073. bevel_style="none"
  1074. follows="top|left"
  1075. height="275"
  1076. layout="topleft"
  1077. left="3"
  1078. name="border"
  1079. top_pad="0"
  1080. width="619"/>
  1081. <text
  1082. follows="top|left"
  1083. height="16"
  1084. left="20"
  1085. name="scale_label"
  1086. text_color="White"
  1087. top="15"
  1088. width="140">
  1089. Scale (1=no scaling):
  1090. </text>
  1091. <spinner
  1092. height="20"
  1093. follows="top|left"
  1094. left_pad="10"
  1095. max_val="64.0"
  1096. min_val="0.01"
  1097. name="import_scale"
  1098. top_delta="-4"
  1099. value="1.0"
  1100. width="80"/>
  1101. <text
  1102. follows="top|left"
  1103. height="15"
  1104. left_pad="20"
  1105. name="dimensions_label"
  1106. text_color="White"
  1107. width="90">
  1108. Dimensions:
  1109. </text>
  1110. <text
  1111. follows="top|left"
  1112. height="15"
  1113. left_pad="0"
  1114. name="import_dimensions"
  1115. text_color="White"
  1116. width="140">
  1117. [X] X [Y] X [Z]
  1118. </text>
  1119. <check_box
  1120. height="15"
  1121. follows="top|left"
  1122. name="upload_textures"
  1123. label="Include textures"
  1124. label_text.text_color="White"
  1125. left="20"
  1126. top_pad="20"/>
  1127. <view_border
  1128. bevel_style="none"
  1129. follows="top|left"
  1130. height="0"
  1131. layout="topleft"
  1132. name="border"
  1133. top_pad="20"
  1134. width="579"/>
  1135. <text
  1136. follows="top|left"
  1137. height="15"
  1138. left="20"
  1139. name="include_label"
  1140. text_color="White"
  1141. top_pad="20"
  1142. width="150">
  1143. For avatar models only:
  1144. </text>
  1145. <check_box
  1146. follows="top|left"
  1147. height="15"
  1148. label="Include skin weight"
  1149. label_text.text_color="White"
  1150. name="upload_skin"
  1151. top_pad="15"/>
  1152. <check_box
  1153. follows="top|left"
  1154. height="15"
  1155. label="Include joint positions"
  1156. label_text.text_color="White"
  1157. name="upload_joints"
  1158. top_pad="15"/>
  1159. <text
  1160. follows="top|left"
  1161. height="15"
  1162. layout="topleft"
  1163. left="220"
  1164. name="pelvis_offset_label"
  1165. text_color="White"
  1166. top="134"
  1167. width="200">
  1168. Z offset (raise or lower avatar):
  1169. </text>
  1170. <spinner
  1171. follows="top|left"
  1172. height="20"
  1173. min_val="-3.00"
  1174. max_val="3.0"
  1175. name="pelvis_offset"
  1176. top_pad="10"
  1177. value="0.0"
  1178. width="80"/>
  1179. </panel>
  1180. </tab_container>
  1181. <panel
  1182. follows="top|left"
  1183. height="80"
  1184. layout="top|left"
  1185. left="0"
  1186. name="weights_and_warning_panel"
  1187. top_pad="3"
  1188. width="625">
  1189. <button
  1190. follows="top|left"
  1191. label="Calculate weights &amp; fee"
  1192. label_color="White"
  1193. layout="topleft"
  1194. left="3"
  1195. name="calculate_btn"
  1196. top="3"
  1197. height="20"
  1198. width="150"
  1199. tool_tip="Calculate weights &amp;fee"/>
  1200. <button
  1201. follows="top|left"
  1202. label="Cancel"
  1203. label_color="White"
  1204. layout="topleft"
  1205. left_pad="6"
  1206. name="cancel_btn"
  1207. top="3"
  1208. height="20"
  1209. width="80"/>
  1210. <button
  1211. follows="top|left"
  1212. label="Upload"
  1213. layout="topleft"
  1214. label_color="White"
  1215. left="35"
  1216. name="ok_btn"
  1217. top="3"
  1218. height="20"
  1219. visible="false"
  1220. width="80"
  1221. tool_tip="Upload to simulator"/>
  1222. <button
  1223. follows="top|right"
  1224. label="Clear settings &amp; reset form"
  1225. label_color="White"
  1226. layout="topleft"
  1227. name="reset_btn"
  1228. right="-2"
  1229. top="3"
  1230. height="20"
  1231. width="155"/>
  1232. <!-- ========== WEIGHTS ==========-->
  1233. <text
  1234. follows="top|left"
  1235. height="15"
  1236. layout="topleft"
  1237. left="5"
  1238. name="upload_fee"
  1239. top_pad="10"
  1240. width="130"
  1241. word_wrap="true">
  1242. Upload fee: L$ [FEE]
  1243. </text>
  1244. <text
  1245. height="15"
  1246. layout="topleft"
  1247. left_pad="0"
  1248. name="prim_weight"
  1249. top_delta="0"
  1250. width="120"
  1251. word_wrap="true">
  1252. Land impact: [EQ]
  1253. </text>
  1254. <text
  1255. height="15"
  1256. layout="topleft"
  1257. left_pad="0"
  1258. name="download_weight"
  1259. top_delta="0"
  1260. width="100"
  1261. word_wrap="true">
  1262. Download: [ST]
  1263. </text>
  1264. <text
  1265. height="15"
  1266. top_delta="0"
  1267. layout="topleft"
  1268. left_pad="0"
  1269. name="physics_weight"
  1270. width="90"
  1271. word_wrap="true">
  1272. Physics: [PH]
  1273. </text>
  1274. <text
  1275. height="15"
  1276. top_delta="0"
  1277. layout="topleft"
  1278. left_pad="0"
  1279. name="server_weight"
  1280. width="83"
  1281. word_wrap="true">
  1282. Server: [SIM]
  1283. </text>
  1284. <!-- ========== NOTE MESSAGE ========== -->
  1285. <text
  1286. font="SansSerif"
  1287. layout="topleft"
  1288. left="6"
  1289. name="warning_title"
  1290. top_pad="10"
  1291. text_color="DrYellow"
  1292. visible="false"
  1293. width="40">
  1294. NOTE:
  1295. </text>
  1296. <text
  1297. text_color="White"
  1298. height="20"
  1299. layout="topleft"
  1300. left_pad="1"
  1301. name="warning_message"
  1302. parse_urls="true"
  1303. top_delta="2"
  1304. wrap="true"
  1305. width="462"
  1306. visible="false">
  1307. You dont have rights to upload mesh models. [[VURL] Find out how] to get certified.
  1308. </text>
  1309. <text text_color="Yellow" layout="topleft" top_delta="20" left="6" name="status">[STATUS]</text>
  1310. </panel>
  1311. </panel>
  1312. <text
  1313. follows="left|top"
  1314. layout="topleft"
  1315. left="640"
  1316. name="lod_label"
  1317. text_color="White"
  1318. top="13"
  1319. height="15"
  1320. width="290">
  1321. Preview:
  1322. </text>
  1323. <panel
  1324. border="true"
  1325. bevel_style="none"
  1326. follows="top|left"
  1327. name="preview_panel"
  1328. top_pad="4"
  1329. width="290"
  1330. height="290"/>
  1331. <panel
  1332. follows="all"
  1333. height="130"
  1334. layout="topleft"
  1335. name="right_panel"
  1336. top_pad="5"
  1337. width="290">
  1338. <combo_box
  1339. top_pad="3"
  1340. follows="left|top"
  1341. height="18"
  1342. layout="topleft"
  1343. name="preview_lod_combo"
  1344. width="150"
  1345. tool_tip="LOD to view in preview render">
  1346. <combo_item name="high"> High </combo_item>
  1347. <combo_item name="medium"> Medium </combo_item>
  1348. <combo_item name="low"> Low </combo_item>
  1349. <combo_item name="lowest"> Lowest </combo_item>
  1350. </combo_box>
  1351. <text
  1352. follows="top|left"
  1353. layout="topleft"
  1354. text_color="White"
  1355. top="5"
  1356. left_pad="20"
  1357. name="label_display"
  1358. width="50">
  1359. Display...
  1360. </text>
  1361. <check_box
  1362. follows="top|left"
  1363. label="Edges"
  1364. label_text.text_color="White"
  1365. layout="topleft"
  1366. left_delta="0"
  1367. name="show_edges"
  1368. top_pad="8">
  1369. </check_box>
  1370. <check_box
  1371. follows="top|left"
  1372. label="Physics"
  1373. label_text.text_color="White"
  1374. layout="topleft"
  1375. name="show_physics"
  1376. top_pad="8">
  1377. </check_box>
  1378. <check_box
  1379. follows="top|left"
  1380. label="Textures"
  1381. label_text.text_color="White"
  1382. layout="topleft"
  1383. name="show_textures"
  1384. top_pad="8">
  1385. </check_box>
  1386. <check_box
  1387. follows="top|left"
  1388. label="Skin weights"
  1389. label_text.text_color="White"
  1390. layout="topleft"
  1391. name="show_skin_weight"
  1392. top_pad="8">
  1393. </check_box>
  1394. <check_box
  1395. follows="top|left"
  1396. label="Joints"
  1397. label_text.text_color="White"
  1398. layout="topleft"
  1399. name="show_joint_positions"
  1400. top_pad="8">
  1401. </check_box>
  1402. <text
  1403. follows="top|left"
  1404. layout="topleft"
  1405. left="2"
  1406. name="physics_explode_label"
  1407. top="85"
  1408. width="150">
  1409. Preview Spread:
  1410. </text>
  1411. <slider
  1412. name="physics_explode"
  1413. follows="top|left"
  1414. top="100"
  1415. left="0"
  1416. min_val="0.0"
  1417. max_val="3.0"
  1418. height="20"
  1419. width="150"/>
  1420. </panel>
  1421. </floater>