PageRenderTime 137ms CodeModel.GetById 1ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 573 lines | 570 code | 3 blank | 0 comment | 0 complexity | c13d31ea566b35c46f2141b08ed79922 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. can_minimize="false"
  5. height="610"
  6. layout="topleft"
  7. name="Animation Preview"
  8. help_topic="animation_preview"
  9. width="280">
  10. <floater.string
  11. name="failed_to_initialize">
  12. Failed to initialize motion
  13. </floater.string>
  14. <floater.string
  15. name="anim_too_long">
  16. Animation file is [LENGTH] seconds in length.
  17. Maximum animation length is [MAX_LENGTH] seconds.
  18. </floater.string>
  19. <floater.string
  20. name="failed_file_read">
  21. Unable to read animation file.
  22. [STATUS]
  23. </floater.string>
  24. <floater.string
  25. name="E_ST_OK">
  26. Ok
  27. </floater.string>
  28. <floater.string
  29. name="E_ST_EOF">
  30. Premature end of file.
  31. </floater.string>
  32. <floater.string
  33. name="E_ST_NO_CONSTRAINT">
  34. Cannot read constraint definition.
  35. </floater.string>
  36. <floater.string
  37. name="E_ST_NO_FILE">
  38. Cannot open BVH file.
  39. </floater.string>
  40. <floater.string
  41. name="E_ST_NO_HIER">
  42. Invalid HIERARCHY header.
  43. </floater.string>
  44. <floater.string
  45. name="E_ST_NO_JOINT">
  46. Cannot find ROOT or JOINT.
  47. </floater.string>
  48. <floater.string
  49. name="E_ST_NO_NAME">
  50. Cannot get JOINT name.
  51. </floater.string>
  52. <floater.string
  53. name="E_ST_NO_OFFSET">
  54. Cannot find OFFSET.
  55. </floater.string>
  56. <floater.string
  57. name="E_ST_NO_CHANNELS">
  58. Cannot find CHANNELS.
  59. </floater.string>
  60. <floater.string
  61. name="E_ST_NO_ROTATION">
  62. Cannot get rotation order.
  63. </floater.string>
  64. <floater.string
  65. name="E_ST_NO_AXIS">
  66. Cannot get rotation axis.
  67. </floater.string>
  68. <floater.string
  69. name="E_ST_NO_MOTION">
  70. Cannot find MOTION.
  71. </floater.string>
  72. <floater.string
  73. name="E_ST_NO_FRAMES">
  74. Cannot get number of frames.
  75. </floater.string>
  76. <floater.string
  77. name="E_ST_NO_FRAME_TIME">
  78. Cannot get frame time.
  79. </floater.string>
  80. <floater.string
  81. name="E_ST_NO_POS">
  82. Cannot get position values.
  83. </floater.string>
  84. <floater.string
  85. name="E_ST_NO_ROT">
  86. Cannot get rotation values.
  87. </floater.string>
  88. <floater.string
  89. name="E_ST_NO_XLT_FILE">
  90. Cannot open translation file.
  91. </floater.string>
  92. <floater.string
  93. name="E_ST_NO_XLT_HEADER">
  94. Cannot read translation header.
  95. </floater.string>
  96. <floater.string
  97. name="E_ST_NO_XLT_NAME">
  98. Cannot read translation names.
  99. </floater.string>
  100. <floater.string
  101. name="E_ST_NO_XLT_IGNORE">
  102. Cannot read translation ignore value.
  103. </floater.string>
  104. <floater.string
  105. name="E_ST_NO_XLT_RELATIVE">
  106. Cannot read translation relative value.
  107. </floater.string>
  108. <floater.string
  109. name="E_ST_NO_XLT_OUTNAME">
  110. Cannot read translation outname value.
  111. </floater.string>
  112. <floater.string
  113. name="E_ST_NO_XLT_MATRIX">
  114. Cannot read translation matrix.
  115. </floater.string>
  116. <floater.string
  117. name="E_ST_NO_XLT_MERGECHILD">
  118. Cannot get mergechild name.
  119. </floater.string>
  120. <floater.string
  121. name="E_ST_NO_XLT_MERGEPARENT">
  122. Cannot get mergeparent name.
  123. </floater.string>
  124. <floater.string
  125. name="E_ST_NO_XLT_PRIORITY">
  126. Cannot get priority value.
  127. </floater.string>
  128. <floater.string
  129. name="E_ST_NO_XLT_LOOP">
  130. Cannot get loop value.
  131. </floater.string>
  132. <floater.string
  133. name="E_ST_NO_XLT_EASEIN">
  134. Cannot get easeIn values.
  135. </floater.string>
  136. <floater.string
  137. name="E_ST_NO_XLT_EASEOUT">
  138. Cannot get easeOut values.
  139. </floater.string>
  140. <floater.string
  141. name="E_ST_NO_XLT_HAND">
  142. Cannot get hand morph value.
  143. </floater.string>
  144. <floater.string
  145. name="E_ST_NO_XLT_EMOTE">
  146. Cannot read emote name.
  147. </floater.string>
  148. <floater.string
  149. name="E_ST_BAD_ROOT">
  150. Incorrect root joint name, use "hip".
  151. </floater.string>
  152. <text
  153. type="string"
  154. length="1"
  155. bottom="42"
  156. follows="top|left"
  157. height="23"
  158. layout="topleft"
  159. left="10"
  160. name="name_label">
  161. Name:
  162. </text>
  163. <line_editor
  164. bottom_delta="0"
  165. follows="top|left|right"
  166. height="23"
  167. layout="topleft"
  168. left="100"
  169. name="name_form"
  170. right="-10" />
  171. <text
  172. type="string"
  173. length="1"
  174. top_pad="5"
  175. follows="top|left"
  176. height="23"
  177. layout="topleft"
  178. left="10"
  179. name="description_label">
  180. Description:
  181. </text>
  182. <line_editor
  183. bottom_delta="0"
  184. follows="top|left|right"
  185. height="23"
  186. layout="topleft"
  187. left="100"
  188. name="description_form"
  189. right="-10" />
  190. <spinner
  191. decimal_digits="0"
  192. follows="left|top"
  193. height="23"
  194. increment="1"
  195. initial_value="0"
  196. label="Priority"
  197. label_width="88"
  198. layout="topleft"
  199. left="10"
  200. max_val="4"
  201. name="priority"
  202. tool_tip="Controls which other animations can be overridden by this animation"
  203. width="160" />
  204. <check_box
  205. top_pad="0"
  206. height="14"
  207. label="Loop"
  208. layout="topleft"
  209. left="10"
  210. width="100"
  211. name="loop_check"
  212. tool_tip="Makes this animation loop" />
  213. <spinner
  214. follows="left|top"
  215. height="23"
  216. increment="1"
  217. initial_value="0"
  218. label="In(%)"
  219. label_width="70"
  220. layout="topleft"
  221. top_pad="5"
  222. left="15"
  223. max_val="100"
  224. name="loop_in_point"
  225. tool_tip="Sets point in animation that looping returns to"
  226. width="130" />
  227. <spinner
  228. bottom_delta="0"
  229. follows="left|top"
  230. height="23"
  231. increment="1"
  232. initial_value="0"
  233. label="Out(%)"
  234. layout="topleft"
  235. left_pad="10"
  236. max_val="100"
  237. name="loop_out_point"
  238. tool_tip="Sets point in animation that ends a loop"
  239. label_width="60"
  240. width="120" />
  241. <text
  242. type="string"
  243. length="1"
  244. top_pad="0"
  245. follows="top|left"
  246. height="23"
  247. width="110"
  248. word_wrap="true"
  249. layout="topleft"
  250. left="10"
  251. name="hand_label">
  252. Hand Pose
  253. </text>
  254. <combo_box
  255. height="23"
  256. layout="topleft"
  257. left_pad="20"
  258. name="hand_pose_combo"
  259. tool_tip="Controls what hands do during animation"
  260. width="130">
  261. <combo_box.item
  262. label="Spread"
  263. name="Spread"
  264. value="" />
  265. <combo_box.item
  266. label="Relaxed"
  267. name="Relaxed"
  268. value="Hands_Relaxed" />
  269. <combo_box.item
  270. label="Point Both"
  271. name="PointBoth"
  272. value="Hands_Point" />
  273. <combo_box.item
  274. label="Fist"
  275. name="Fist"
  276. value="Hands_Fist" />
  277. <combo_box.item
  278. label="Relaxed Left"
  279. name="RelaxedLeft"
  280. value="Hands_Relaxed_L" />
  281. <combo_box.item
  282. label="Point Left"
  283. name="PointLeft"
  284. value="Hands_Point_L" />
  285. <combo_box.item
  286. label="Fist Left"
  287. name="FistLeft"
  288. value="Hands_Fist_L" />
  289. <combo_box.item
  290. label="Relaxed Right"
  291. name="RelaxedRight"
  292. value="Hands_Relaxed_R" />
  293. <combo_box.item
  294. label="Point Right"
  295. name="PointRight"
  296. value="Hands_Point_R" />
  297. <combo_box.item
  298. label="Fist Right"
  299. name="FistRight"
  300. value="Hands_Fist_R" />
  301. <combo_box.item
  302. label="Salute Right"
  303. name="SaluteRight"
  304. value="Hands_Salute_R" />
  305. <combo_box.item
  306. label="Typing"
  307. name="Typing"
  308. value="Hands_Typing" />
  309. <combo_box.item
  310. label="Peace Right"
  311. name="PeaceRight"
  312. value="Hands_Peace_R" />
  313. </combo_box>
  314. <text
  315. type="string"
  316. length="1"
  317. top_pad="5"
  318. follows="top|left"
  319. height="23"
  320. width="110"
  321. word_wrap="true"
  322. layout="topleft"
  323. left="10"
  324. name="emote_label">
  325. Expression
  326. </text>
  327. <combo_box
  328. height="23"
  329. width="130"
  330. layout="topleft"
  331. left_pad="20"
  332. name="emote_combo"
  333. tool_tip="Controls what face does during animation">
  334. <item
  335. label="(None)"
  336. value=""
  337. name="[None]" />
  338. <item
  339. label="Aaaaah"
  340. value="Aaaaah"
  341. name="Aaaaah" />
  342. <item
  343. label="Afraid"
  344. value="Afraid"
  345. name="Afraid" />
  346. <item
  347. label="Angry"
  348. value="Angry"
  349. name="Angry" />
  350. <item
  351. label="Big Smile"
  352. value="Big Smile"
  353. name="BigSmile" />
  354. <item
  355. label="Bored"
  356. value="Bored"
  357. name="Bored" />
  358. <item
  359. label="Cry"
  360. value="Cry"
  361. name="Cry" />
  362. <item
  363. label="Disdain"
  364. value="Disdain"
  365. name="Disdain" />
  366. <item
  367. label="Embarrassed"
  368. value="Embarrassed"
  369. name="Embarrassed" />
  370. <item
  371. label="Frown"
  372. value="Frown"
  373. name="Frown" />
  374. <item
  375. label="Kiss"
  376. value="Kiss"
  377. name="Kiss" />
  378. <item
  379. label="Laugh"
  380. value="Laugh"
  381. name="Laugh" />
  382. <item
  383. label="Plllppt"
  384. value="Plllppt"
  385. name="Plllppt" />
  386. <item
  387. label="Repulsed"
  388. value="Repulsed"
  389. name="Repulsed" />
  390. <item
  391. label="Sad"
  392. value="Sad"
  393. name="Sad" />
  394. <item
  395. label="Shrug"
  396. value="Shrug"
  397. name="Shrug" />
  398. <item
  399. label="Smile"
  400. value="Smile"
  401. name="Smile" />
  402. <item
  403. label="Surprise"
  404. value="Surprise"
  405. name="Surprise" />
  406. <item
  407. label="Wink"
  408. value="Wink"
  409. name="Wink" />
  410. <item
  411. label="Worry"
  412. value="Worry"
  413. name="Worry" />
  414. </combo_box>
  415. <text
  416. type="string"
  417. length="1"
  418. top_pad="5"
  419. follows="top|left"
  420. height="23"
  421. width="110"
  422. word_wrap="true"
  423. layout="topleft"
  424. left="10"
  425. name="preview_label">
  426. Preview while
  427. </text>
  428. <combo_box
  429. height="23"
  430. width="130"
  431. layout="topleft"
  432. left_pad="20"
  433. name="preview_base_anim"
  434. tool_tip="Use this to test your animation behavior while your avatar performs common actions.">
  435. <item
  436. label="Standing"
  437. value="Standing"
  438. name="Standing" />
  439. <item
  440. label="Walking"
  441. value="Walking"
  442. name="Walking" />
  443. <item
  444. label="Sitting"
  445. value="Sitting"
  446. name="Sitting" />
  447. <item
  448. label="Flying"
  449. value="Flying"
  450. name="Flying" />
  451. </combo_box>
  452. <spinner
  453. follows="left|top"
  454. height="23"
  455. increment="0.01"
  456. initial_value="0"
  457. label="Ease In (sec)"
  458. label_width="140"
  459. layout="topleft"
  460. left="10"
  461. max_val="10"
  462. name="ease_in_time"
  463. tool_tip="Amount of time (in seconds) over which animations blends in"
  464. top_pad="10"
  465. width="210" />
  466. <spinner
  467. follows="left|top"
  468. height="23"
  469. increment="0.01"
  470. initial_value="0"
  471. label="Ease Out (sec)"
  472. label_width="140"
  473. layout="topleft"
  474. top_pad="0"
  475. max_val="10"
  476. name="ease_out_time"
  477. tool_tip="Amount of time (in seconds) over which animations blends out"
  478. width="210" />
  479. <button
  480. follows="top|right"
  481. height="23"
  482. image_overlay="Play_Over"
  483. image_unselected="SegmentedBtn_Left_Off"
  484. image_selected="SegmentedBtn_Left_On_Selected"
  485. image_disabled_selected="SegmentedBtn_Left_Selected_Disabled"
  486. image_disabled="SegmentedBtn_Left_Disabled"
  487. image_pressed="SegmentedBtn_Left_Press"
  488. image_pressed_selected="SegmentedBtn_Left_Selected_Press"
  489. layout="topleft"
  490. left="10"
  491. name="play_btn"
  492. tool_tip="Play your animation"
  493. top_pad="0"
  494. width="23" />
  495. <button
  496. visible = "false"
  497. follows="top|right"
  498. height="23"
  499. image_overlay="Pause_Over"
  500. image_unselected="SegmentedBtn_Left_Off"
  501. image_selected="SegmentedBtn_Left_On_Selected"
  502. image_disabled_selected="SegmentedBtn_Left_Selected_Disabled"
  503. image_disabled="SegmentedBtn_Left_Disabled"
  504. image_pressed="SegmentedBtn_Left_Press"
  505. image_pressed_selected="SegmentedBtn_Left_Selected_Press"
  506. layout="topleft"
  507. left="10"
  508. name="pause_btn"
  509. tool_tip="Pause your animation"
  510. top_pad="-23"
  511. width="23" />
  512. <button
  513. follows="top|right"
  514. height="23"
  515. image_overlay="StopReload_Over"
  516. image_unselected="SegmentedBtn_Right_Off"
  517. image_selected="SegmentedBtn_Right_On_Selected"
  518. image_disabled_selected="SegmentedBtn_Right_Selected_Disabled"
  519. image_disabled="SegmentedBtn_Right_Disabled"
  520. image_pressed="SegmentedBtn_Right_Press"
  521. image_pressed_selected="SegmentedBtn_Right_Selected_Press"
  522. layout="topleft"
  523. name="stop_btn"
  524. tool_tip="Stop animation playback"
  525. top_delta="0"
  526. left_delta="23"
  527. width="23" />
  528. <slider
  529. left_pad="10"
  530. follows="top|right"
  531. height="23"
  532. width="200"
  533. increment="0.0001"
  534. initial_value="0"
  535. layout="topleft"
  536. name="playback_slider"
  537. show_text="false" />
  538. <text
  539. type="string"
  540. length="1"
  541. height="72"
  542. word_wrap="true"
  543. top_pad="5"
  544. text_color="EmphasisColor"
  545. follows="top|left"
  546. layout="topleft"
  547. left="70"
  548. name="bad_animation_text">
  549. Unable to read animation file.
  550. We recommend BVH files exported from Poser 4.
  551. </text>
  552. <button
  553. top="580"
  554. follows="bottom|left"
  555. height="23"
  556. label="Upload (L$[AMOUNT])"
  557. layout="topleft"
  558. left="10"
  559. name="ok_btn"
  560. width="128" />
  561. <button
  562. top="580"
  563. follows="bottom|left"
  564. height="23"
  565. label="Cancel"
  566. layout="topleft"
  567. name="cancel_btn"
  568. left="142"
  569. width="128" />
  570. </floater>