PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 841 lines | 824 code | 15 blank | 2 comment | 0 complexity | db9ebe6429fdeb926ed1f718ef7cbff3 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. layout="topleft"
  5. name="Model Wizard"
  6. help_topic="model_wizard"
  7. bg_opaque_image_overlay="0.5 0.5 0.5 1"
  8. height="480"
  9. save_rect="true"
  10. title="UPLOAD MODEL WIZARD"
  11. width="535">
  12. <button
  13. top="32"
  14. tab_stop="false"
  15. left="410"
  16. height="32"
  17. name="upload_btn"
  18. enabled="false"
  19. label="5. Upload"
  20. border="false"
  21. image_unselected="BreadCrumbBtn_Right_Off"
  22. image_selected="BreadCrumbBtn_Right_Press"
  23. image_hover_unselected="BreadCrumbBtn_Right_Over"
  24. image_disabled="BreadCrumbBtn_Right_Disabled"
  25. image_disabled_selected="BreadCrumbBtn_Right_Disabled"
  26. width="110">
  27. <button.commit_callback
  28. function="Wizard.Upload"/>
  29. </button>
  30. <button
  31. top="32"
  32. left="310"
  33. height="32"
  34. tab_stop="false"
  35. name="review_btn"
  36. label="4. Review"
  37. enabled="false"
  38. border="false"
  39. image_unselected="BreadCrumbBtn_Middle_Off"
  40. image_selected="BreadCrumbBtn_Middle_Press"
  41. image_hover_unselected="BreadCrumbBtn_Middle_Over"
  42. image_disabled="BreadCrumbBtn_Middle_Disabled"
  43. image_disabled_selected="BreadCrumbBtn_Middle_Disabled"
  44. width="110">
  45. <button.commit_callback
  46. function="Wizard.Review"/>
  47. </button>
  48. <button
  49. top="32"
  50. left="210"
  51. height="32"
  52. name="physics_btn"
  53. label="3. Physics"
  54. tab_stop="false"
  55. enabled="false"
  56. border="false"
  57. image_unselected="BreadCrumbBtn_Middle_Off"
  58. image_selected="BreadCrumbBtn_Middle_Press"
  59. image_hover_unselected="BreadCrumbBtn_Middle_Over"
  60. image_disabled="BreadCrumbBtn_Middle_Disabled"
  61. image_disabled_selected="BreadCrumbBtn_Middle_Disabled"
  62. width="110">
  63. <button.commit_callback
  64. function="Wizard.Physics"/>
  65. </button>
  66. <button
  67. top="32"
  68. left="115"
  69. name="optimize_btn"
  70. label="2. Optimize"
  71. tab_stop="false"
  72. height="32"
  73. border="false"
  74. image_unselected="BreadCrumbBtn_Middle_Off"
  75. image_selected="BreadCrumbBtn_Middle_Press"
  76. image_hover_unselected="BreadCrumbBtn_Middle_Over"
  77. image_disabled="BreadCrumbBtn_Middle_Disabled"
  78. image_disabled_selected="BreadCrumbBtn_Middle_Disabled"
  79. width="110">
  80. <button.commit_callback
  81. function="Wizard.Optimize"/>
  82. </button>
  83. <button
  84. top="32"
  85. left="15"
  86. name="choose_file_btn"
  87. tab_stop="false"
  88. enabled="false"
  89. label="1. Choose File"
  90. height="32"
  91. image_unselected="BreadCrumbBtn_Left_Off"
  92. image_selected="BreadCrumbBtn_Left_Press"
  93. image_hover_unselected="BreadCrumbBtn_Left_Over"
  94. image_disabled="BreadCrumbBtn_Left_Disabled"
  95. image_disabled_selected="BreadCrumbBtn_Left_Disabled"
  96. width="110">
  97. <button.commit_callback
  98. function="Wizard.Choose"/>
  99. </button>
  100. <panel
  101. height="388"
  102. top_pad="0"
  103. name="choose_file_panel"
  104. visible="false"
  105. width="535"
  106. left="0">
  107. <panel
  108. height="22"
  109. top_pad="15"
  110. width="505"
  111. name="choose_file_header_panel"
  112. bg_opaque_color="DkGray2"
  113. background_visible="true"
  114. background_opaque="true"
  115. left="15">
  116. <text
  117. width="200"
  118. left="10"
  119. top="3"
  120. name="choose_file_header_text"
  121. text_color="White"
  122. height="10"
  123. font="SansSerifBig"
  124. layout="topleft">
  125. Choose model file
  126. </text>
  127. </panel>
  128. <panel
  129. top_pad="14"
  130. left="15"
  131. height="310"
  132. width="505"
  133. name="choose_file_content"
  134. bg_opaque_color="DkGray2"
  135. background_visible="true"
  136. background_opaque="true">
  137. <text
  138. height="32"
  139. left="10"
  140. name="advanced_users_text"
  141. text_color="White"
  142. top="15"
  143. width="320"
  144. word_wrap="true">
  145. Advanced users: If you are familiar with 3D content creation tools you may wish to use the Advanced Uploader.
  146. </text>
  147. <button
  148. follows="left|top"
  149. height="20"
  150. label="Switch to Advanced"
  151. layout="topleft"
  152. left_delta="0"
  153. name="switch_to_advanced"
  154. top_pad="5"
  155. width="130">
  156. </button>
  157. <text
  158. type="string"
  159. length="1"
  160. text_color="White"
  161. follows="left|top"
  162. top_pad="30"
  163. height="10"
  164. layout="topleft"
  165. left_delta="0"
  166. name="Cache location"
  167. width="320">
  168. Choose model file to upload
  169. </text>
  170. <line_editor
  171. border_style="line"
  172. border_thickness="1"
  173. follows="left|top"
  174. font="SansSerifSmall"
  175. height="20"
  176. layout="topleft"
  177. left_delta="0"
  178. max_length="4096"
  179. name="lod_file"
  180. top_pad="5"
  181. width="230" />
  182. <button
  183. follows="left|top"
  184. height="23"
  185. label="Browse..."
  186. label_selected="Browse..."
  187. layout="topleft"
  188. left_pad="5"
  189. name="browse"
  190. top_delta="-1"
  191. width="85">
  192. </button>
  193. <text
  194. type="string"
  195. length="1"
  196. text_color="White"
  197. follows="left|top"
  198. top_pad="5"
  199. height="10"
  200. layout="topleft"
  201. left="10"
  202. name="Model types"
  203. width="320">
  204. Second Life supports COLLADA (.dae) files
  205. </text>
  206. <!-- Placeholder panel for 3D preview render -->
  207. <panel
  208. top="30"
  209. right="-10"
  210. name="choose_file_preview_panel"
  211. bevel_style="none"
  212. highlight_light_color="0.09 0.09 0.09 1"
  213. border="true"
  214. border_style="line"
  215. height="150"
  216. follows="all"
  217. width="150">
  218. </panel>
  219. <text
  220. top_pad="10"
  221. width="130"
  222. height="14"
  223. left_delta="0"
  224. text_color="White"
  225. word_wrap="true">
  226. Dimensions (meters):
  227. </text>
  228. <text
  229. top_pad="0"
  230. width="160"
  231. height="15"
  232. font="SansSerifSmallBold"
  233. text_color="White"
  234. name="dimensions"
  235. left_delta="0">
  236. X Y Z
  237. </text>
  238. <text
  239. top_delta="0"
  240. width="160"
  241. height="15"
  242. name="dimension_x"
  243. left="356"/>
  244. <text
  245. top_delta="0"
  246. width="160"
  247. height="15"
  248. name="dimension_y"
  249. left="403"/>
  250. <text
  251. top_delta="0"
  252. width="160"
  253. height="15"
  254. name="dimension_z"
  255. left="450"/>
  256. <text
  257. height="16"
  258. left="10"
  259. name="warning_label"
  260. text_color="Yellow"
  261. top="200"
  262. visible="false"
  263. width="320">
  264. WARNING:
  265. </text>
  266. <text
  267. height="50"
  268. left="10"
  269. name="warning_text"
  270. top_pad="0"
  271. visible="false"
  272. width="320"
  273. word_wrap="true">
  274. You will not be able to complete the final step of uploading this model to the Second Life servers. [secondlife:///app/floater/learn_more Find out how] to set up your account for mesh model uploads.
  275. </text>
  276. </panel>
  277. </panel>
  278. <panel
  279. height="388"
  280. top_delta="0"
  281. name="optimize_panel"
  282. visible="true"
  283. width="535"
  284. left="0">
  285. <panel
  286. height="22"
  287. top_pad="15"
  288. name="optimize_header_panel"
  289. width="505"
  290. bg_opaque_color="DkGray2"
  291. background_visible="true"
  292. background_opaque="true"
  293. left="15">
  294. <text
  295. width="200"
  296. left="10"
  297. name="optimize_header_text"
  298. top="3"
  299. text_color="White"
  300. height="10"
  301. font="SansSerifBig"
  302. layout="topleft">
  303. Optimize model
  304. </text>
  305. </panel>
  306. <text
  307. top_pad="14"
  308. width="460"
  309. height="20"
  310. font="SansSerifSmall"
  311. layout="topleft"
  312. name="optimize_description"
  313. word_wrap="true"
  314. left_delta="5">
  315. We have optimized the model for performance. Adjust it further if you wish.
  316. </text>
  317. <panel
  318. top_delta="40"
  319. visible="false"
  320. left="15"
  321. height="270"
  322. width="505"
  323. name="optimize_content"
  324. bg_opaque_color="DkGray2"
  325. background_visible="true"
  326. background_opaque="true">
  327. <text
  328. top="20"
  329. width="300"
  330. height="12"
  331. font="SansSerifBold"
  332. left="112">Generating Level of Detail</text>
  333. <progress_bar
  334. name="optimize_progress_bar"
  335. image_fill="model_wizard\progress_light.png"
  336. color_bg="1 1 1 1"
  337. color_bar="1 1 1 0.96"
  338. follows="left|right|top"
  339. width="260"
  340. height="16"
  341. image_bar="model_wizard\progress_bar_bg.png"
  342. top_pad="14"
  343. left="110"/>
  344. <icon
  345. top_pad="10"
  346. left_delta="0"
  347. width="13"
  348. height="12"
  349. image_name="model_wizard\check_mark.png"/>
  350. <text
  351. top_delta="0"
  352. left_delta="18"
  353. name="high_detail_text"
  354. width="200"
  355. height="14">Generate Level of Detail: High</text>
  356. <icon
  357. top_pad="10"
  358. left_delta="-18"
  359. width="13"
  360. height="12"
  361. image_name="model_wizard\check_mark.png"/>
  362. <text
  363. top_delta="0"
  364. left_delta="18"
  365. name="medium_detail_text"
  366. width="200"
  367. height="14">Generate Level of Detail: Medium</text>
  368. <icon
  369. top_pad="10"
  370. left_delta="-18"
  371. width="13"
  372. height="12"
  373. image_name="model_wizard\check_mark.png"/>
  374. <text
  375. top_delta="0"
  376. left_delta="18"
  377. name="low_detail_text"
  378. width="200"
  379. height="14">Generate Level of Detail: Low</text>
  380. <icon
  381. top_pad="10"
  382. left_delta="-18"
  383. width="13"
  384. height="12"
  385. image_name="model_wizard\check_mark.png"/>
  386. <text
  387. top_delta="0"
  388. left_delta="18"
  389. name="lowest_detail_text"
  390. width="200"
  391. height="14">Generate Level of Detail: Lowest</text>
  392. </panel>
  393. <panel
  394. top_delta="0"
  395. left_delta="0"
  396. height="270"
  397. width="505"
  398. name="content2"
  399. bg_opaque_color="DkGray2"
  400. background_visible="true"
  401. background_opaque="true">
  402. <text top="69" left="10" text_color="White" font="SansSerifSmallBold" width="120" height="16" wrap="true">Performance</text>
  403. <text top="85" left="10" width="120" word_wrap="true" font="SansSerifSmall" height="40">Faster rendering
  404. Less detail
  405. Lower prim weight</text>
  406. <text top="69" left="184" text_color="White" font="SansSerifSmallBold" width="120" height="16" wrap="true">Accuracy</text>
  407. <text top="85" left="184" width="120" word_wrap="true" font="SansSerifSmall" height="40">Slower rendering
  408. More detail
  409. Higher prim weight</text>
  410. <slider
  411. follows="left|top"
  412. height="20"
  413. increment="1"
  414. layout="topleft"
  415. left="10"
  416. max_val="2"
  417. initial_value="1"
  418. min_val="0"
  419. name="accuracy_slider"
  420. show_text="false"
  421. top="130"
  422. width="290" />
  423. <text
  424. font="SansSerifSmall"
  425. top_pad="0"
  426. width="5"
  427. left_delta="6"
  428. height="4">'
  429. </text>
  430. <text
  431. font="SansSerifSmall"
  432. top_delta="0"
  433. width="5"
  434. left_delta="137"
  435. height="4">'
  436. </text>
  437. <text
  438. font="SansSerifSmall"
  439. top_delta="0"
  440. width="5"
  441. left_delta="137"
  442. height="4">'
  443. </text>
  444. <button
  445. follows="left|top"
  446. height="20"
  447. label="Recalculate Geometry"
  448. layout="topleft"
  449. left="80"
  450. name="recalculate_geometry_btn"
  451. top_pad="15"
  452. width="150">
  453. </button>
  454. <text top="10" right="-10" width="185" text_color="White" follows="left|top" height="15" name="lod_label">
  455. Geometry preview
  456. </text>
  457. <panel
  458. right="-10"
  459. top="32"
  460. name="optimize_preview_panel"
  461. bevel_style="none"
  462. highlight_light_color="0.09 0.09 0.09 1"
  463. border_style="line"
  464. border="true"
  465. height="185"
  466. follows="all"
  467. width="185">
  468. </panel>
  469. <combo_box left_delta="75" top_pad="10" follows="left|top" list_position="below" height="22"
  470. name="preview_lod_combo" width="110" tool_tip="LOD to view in preview render">
  471. <combo_item name="high">
  472. High detail
  473. </combo_item>
  474. <combo_item name="medium">
  475. Medium detail
  476. </combo_item>
  477. <combo_item name="low">
  478. Low detail
  479. </combo_item>
  480. <combo_item name="lowest">
  481. Lowest detail
  482. </combo_item>
  483. </combo_box>
  484. </panel>
  485. </panel>
  486. <panel
  487. height="388"
  488. top_delta="0"
  489. name="physics_panel"
  490. visible="false"
  491. width="535"
  492. left="0">
  493. <panel
  494. height="22"
  495. top_pad="15"
  496. name="physics_header_panel"
  497. width="505"
  498. bg_opaque_color="DkGray2"
  499. background_visible="true"
  500. background_opaque="true"
  501. left="15">
  502. <text
  503. width="200"
  504. left="10"
  505. name="physics_header_text"
  506. top="3"
  507. height="10"
  508. font="SansSerifBig"
  509. text_color="White"
  510. layout="topleft">
  511. Adjust physics
  512. </text>
  513. </panel>
  514. <text
  515. top_pad="10"
  516. width="474"
  517. height="50"
  518. font="SansSerifSmall"
  519. layout="topleft"
  520. name="physics_description"
  521. word_wrap="true"
  522. left_delta="5">
  523. We will create a shape for the outer hull of the model. Adjust the shape's detail level as needed for the intended purpose of your model.
  524. </text>
  525. <panel
  526. top_delta="44"
  527. left="15"
  528. height="270"
  529. width="505"
  530. name="physics_content"
  531. bg_opaque_color="DkGray2"
  532. background_visible="true"
  533. background_opaque="true">
  534. <text top="10" left="10" text_color="White" font="SansSerifSmallBold" width="120" halign="right" height="16" wrap="true">Performance</text>
  535. <text top="26" left="10" width="120" word_wrap="true" font="SansSerifSmall" halign="right" height="40">Faster rendering
  536. Less detail
  537. Lower prim weight</text>
  538. <text top="174" left="10" text_color="White" font="SansSerifSmallBold" width="120" halign="right" height="16" wrap="true">Accuracy</text>
  539. <text top="190" left="10" width="120" word_wrap="true" font="SansSerifSmall" halign="right" height="40">Slower rendering
  540. More detail
  541. Higher prim weight</text>
  542. <slider
  543. follows="left|top"
  544. height="190"
  545. increment=".1"
  546. layout="topleft"
  547. left="140"
  548. max_val="1"
  549. initial_value="0.5"
  550. min_val="0"
  551. name="physics_slider"
  552. orientation="vertical"
  553. show_text="false"
  554. top="25"
  555. width="22" />
  556. <text top="10" width="120" word_wrap="true" left_pad="10" height="50">Examples:
  557. Moving objects
  558. Flying objects
  559. Vehicles</text>
  560. <text top="95" width="120" word_wrap="true" left_delta="0" height="50">Examples:
  561. Small static objects
  562. Less detailed objects
  563. Simple furniture</text>
  564. <text top="180" width="120" word_wrap="true" left_delta="0" height="50">Examples:
  565. Static objects
  566. Detailed objects
  567. Buildings</text>
  568. <button
  569. follows="left|top"
  570. height="20"
  571. label="Recalculate physics"
  572. layout="topleft"
  573. left="80"
  574. name="recalculate_physics_btn"
  575. top_pad="10"
  576. width="150">
  577. </button>
  578. <button
  579. enabled="false"
  580. follows="left|top"
  581. height="20"
  582. label="Recalculating..."
  583. layout="topleft"
  584. left_delta="0"
  585. name="recalculating_physics_btn"
  586. top_delta="0"
  587. visible="false"
  588. width="150">
  589. </button>
  590. <text top="10" right="-10" width="185" text_color="White" follows="left|top" height="15" name="lod_label">
  591. Physics preview
  592. </text>
  593. <panel
  594. right="-10"
  595. top="32"
  596. name="physics_preview_panel"
  597. bevel_style="none"
  598. highlight_light_color="0.09 0.09 0.09 1"
  599. border_style="line"
  600. border="true"
  601. height="185"
  602. follows="all"
  603. width="185">
  604. </panel>
  605. <combo_box left_delta="75" top_pad="10" follows="left|top" list_position="below" height="22"
  606. name="preview_lod_combo2" width="110" tool_tip="LOD to view in preview render">
  607. <combo_item name="high">
  608. High detail
  609. </combo_item>
  610. <combo_item name="medium">
  611. Medium detail
  612. </combo_item>
  613. <combo_item name="low">
  614. Low detail
  615. </combo_item>
  616. <combo_item name="lowest">
  617. Lowest detail
  618. </combo_item>
  619. </combo_box>
  620. </panel>
  621. </panel>
  622. <panel
  623. height="388"
  624. top_delta="0"
  625. name="review_panel"
  626. visible="false"
  627. width="535"
  628. left="0">
  629. <panel
  630. height="22"
  631. top_pad="15"
  632. name="review_header_panel"
  633. width="505"
  634. bg_opaque_color="DkGray2"
  635. background_visible="true"
  636. background_opaque="true"
  637. left="15">
  638. <text
  639. width="200"
  640. left="10"
  641. name="review_header_text"
  642. text_color="White"
  643. top="3"
  644. height="10"
  645. font="SansSerifBig"
  646. layout="topleft">
  647. Review
  648. </text>
  649. </panel>
  650. <panel
  651. top_pad="14"
  652. left="15"
  653. height="310"
  654. width="505"
  655. name="review_content"
  656. bg_opaque_color="DkGray2"
  657. background_visible="true"
  658. background_opaque="true">
  659. <text
  660. top="20"
  661. width="485"
  662. font="SansSerifMedium"
  663. text_color="White"
  664. left="10"
  665. name="review_prim_equiv"
  666. height="16">Impact to parcel/region: [EQUIV] prim equivalents
  667. </text>
  668. <text
  669. top_pad="20"
  670. width="485"
  671. font="SansSerifMedium"
  672. text_color="White"
  673. left="10"
  674. name="review_fee"
  675. height="16">Your account will be charged an upload fee of L$ [FEE].
  676. </text>
  677. <text
  678. top_pad="20"
  679. width="485"
  680. font="SansSerifMedium"
  681. text_color="White"
  682. left="10"
  683. name="review_confirmation"
  684. height="32"
  685. word_wrap="true">By clicking the upload button, you confirm that you have the appropriate rights to the material contained in the model.
  686. </text>
  687. </panel>
  688. </panel>
  689. <panel
  690. height="388"
  691. top_delta="0"
  692. name="upload_panel"
  693. visible="false"
  694. width="535"
  695. left="0">
  696. <panel
  697. height="22"
  698. top_pad="15"
  699. name="upload_header_panel"
  700. width="505"
  701. bg_opaque_color="DkGray2"
  702. background_visible="true"
  703. background_opaque="true"
  704. left="15">
  705. <text
  706. width="200"
  707. left="10"
  708. name="upload_header_text"
  709. top="3"
  710. text_color="White"
  711. height="10"
  712. font="SansSerifBig"
  713. layout="topleft">
  714. Upload complete
  715. </text>
  716. </panel>
  717. <text
  718. top_pad="14"
  719. width="495"
  720. height="16"
  721. font="SansSerifMedium"
  722. layout="topleft"
  723. name="model_uploaded_text"
  724. text_color="White"
  725. word_wrap="true"
  726. left="25">
  727. Your model has been uploaded.
  728. </text>
  729. <text
  730. top_pad="5"
  731. width="495"
  732. height="16"
  733. font="SansSerifMedium"
  734. layout="topleft"
  735. name="inventory_text"
  736. text_color="White"
  737. word_wrap="true"
  738. left="25">
  739. You will find it in the Objects folder in your inventory.
  740. </text>
  741. <text
  742. top_pad="20"
  743. width="495"
  744. font="SansSerifMedium"
  745. text_color="White"
  746. left="25"
  747. name="charged_fee"
  748. height="16">Your account has been charged L$ [FEE].
  749. </text>
  750. </panel>
  751. <button
  752. top="440"
  753. right="-285"
  754. width="90"
  755. height="22"
  756. name="back"
  757. label="&lt;&lt; Back" />
  758. <button
  759. top_delta="0"
  760. right="-190"
  761. width="90"
  762. height="22"
  763. name="next"
  764. label="Next &gt;&gt; " />
  765. <button
  766. top_delta="0"
  767. left_delta="0"
  768. width="160"
  769. height="22"
  770. name="calculate"
  771. label="Calculate weights &amp; fee &gt;&gt; " />
  772. <button
  773. enabled="false"
  774. visible="false"
  775. top_delta="0"
  776. left_delta="0"
  777. width="160"
  778. height="22"
  779. name="calculating"
  780. label="Calculating... " />
  781. <button
  782. enabled="false"
  783. top_delta="0"
  784. right="-150"
  785. width="90"
  786. height="22"
  787. visible="false"
  788. name="upload"
  789. tool_tip="Upload to simulator"
  790. label="Upload" />
  791. <button
  792. top_delta="0"
  793. right="-15"
  794. width="90"
  795. height="22"
  796. name="cancel"
  797. label="Cancel" />
  798. <button
  799. top_delta="0"
  800. right="-15"
  801. width="90"
  802. height="22"
  803. name="close"
  804. visible="false"
  805. label="Close" />
  806. <spinner visible="false" left="10" height="20" follows="top|left" width="80" top_pad="-50" value="1.0" min_val="0.01" max_val="64.0" name="import_scale"/>
  807. <string name="status_idle">Idle</string>
  808. <string name="status_parse_error">Dae parsing issue - see log for details.</string>
  809. <string name="status_reading_file">Loading...</string>
  810. <string name="status_generating_meshes">Generating Meshes...</string>
  811. <string name="status_vertex_number_overflow">Error: Vertex number is more than 65534, aborted!</string>
  812. <string name="bad_element">Error: element is invalid</string>
  813. <string name="high">High</string>
  814. <string name="medium">Medium</string>
  815. <string name="low">Low</string>
  816. <string name="lowest">Lowest</string>
  817. <string name="mesh_status_good">Ship it!</string>
  818. <string name="mesh_status_na">N/A</string>
  819. <string name="mesh_status_none">None</string>
  820. <string name="mesh_status_submesh_mismatch">Levels of detail have a different number of textureable faces.</string>
  821. <string name="mesh_status_mesh_mismatch">Levels of detail have a different number of mesh instances.</string>
  822. <string name="mesh_status_too_many_vertices">Level of detail has too many vertices.</string>
  823. <string name="mesh_status_missing_lod">Missing required level of detail.</string>
  824. <string name="layer_all">All</string>
  825. <!-- Text to display in physics layer combo box for "all layers" -->
  826. </floater>