Advertisement
Guest User

фрайрендера чёрные дыры

a guest
May 10th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <config>
  4. <version>1.5.2</version>
  5. <cmduis>
  6. <cmdui hash="main.quit">
  7. <icon>quit</icon>
  8. <label>Quit</label>
  9. <tooltip>Quit Application</tooltip>
  10. <command>quit</command>
  11. <shortcut>Ctrl+Q</shortcut>
  12. </cmdui>
  13. <cmdui hash="main.close">
  14. <icon>dont_walk</icon>
  15. <label>Close</label>
  16. <tooltip>Close scene</tooltip>
  17. <shortcut>Ctrl+W</shortcut>
  18. </cmdui>
  19. <cmdui hash="main.load">
  20. <icon>load</icon>
  21. <label>Load</label>
  22. <text>Load .FRY</text>
  23. <tooltip>Load .FRY scene</tooltip>
  24. <shortcut>Ctrl+O</shortcut>
  25. </cmdui>
  26. <cmdui hash="main.save">
  27. <icon>save</icon>
  28. <label>Save</label>
  29. <text>Save .FRY</text>
  30. <tooltip>Save .FRY scene</tooltip>
  31. <shortcut>Ctrl+S</shortcut>
  32. </cmdui>
  33. <cmdui hash="main.import">
  34. <icon>import</icon>
  35. <label>Import</label>
  36. <text>Import .RCS</text>
  37. <tooltip>Import .RCS scene</tooltip>
  38. </cmdui>
  39. <cmdui hash="main.export">
  40. <icon>export</icon>
  41. <label>Export</label>
  42. <text>Export .RCS</text>
  43. <tooltip>Export .RCS scene</tooltip>
  44. </cmdui>
  45. <cmdui hash="main.archive">
  46. <icon>zip</icon>
  47. <label>Archive</label>
  48. <text>Archive .FRY</text>
  49. <tooltip>Archive .FRY scene</tooltip>
  50. <shortcut>Ctrl+A</shortcut>
  51. </cmdui>
  52. <cmdui hash="main.background">
  53. <icon>lo_priority</icon>
  54. <label>Background</label>
  55. <tooltip>Render in the background</tooltip>
  56. <command>priority_lo</command>
  57. </cmdui>
  58. <cmdui hash="main.foreground">
  59. <icon>hi_priority</icon>
  60. <label>Foreground</label>
  61. <tooltip>Render in the foreground</tooltip>
  62. <command>priority_hi</command>
  63. </cmdui>
  64. <cmdui hash="main.dark">
  65. <icon>theme1</icon>
  66. <label>Dark UI</label>
  67. <tooltip>Dark UI theme</tooltip>
  68. <command>theme_dark</command>
  69. </cmdui>
  70. <cmdui hash="main.light">
  71. <icon>theme2</icon>
  72. <label>Light UI</label>
  73. <tooltip>Light UI theme</tooltip>
  74. <command>theme_light</command>
  75. </cmdui>
  76. <cmdui hash="main.about">
  77. <icon>fryrender</icon>
  78. <label>About</label>
  79. <tooltip>About FRYRENDER</tooltip>
  80. </cmdui>
  81. <cmdui hash="main.company">
  82. <icon>internet</icon>
  83. <label>RandomControl</label>
  84. <tooltip>Go to randomcontrol.com</tooltip>
  85. <command>openurl "http://www.randomcontrol.com"</command>
  86. </cmdui>
  87. <cmdui hash="main.product">
  88. <icon>internet</icon>
  89. <label>fryrender</label>
  90. <tooltip>Go to fryrender.com</tooltip>
  91. <command>openurl "http://www.fryrender.com"</command>
  92. </cmdui>
  93. <cmdui hash="main.frybench">
  94. <icon>internet</icon>
  95. <label>frybench</label>
  96. <tooltip>Go to frybench.com</tooltip>
  97. <command>openurl "http://www.frybench.com"</command>
  98. </cmdui>
  99. <cmdui hash="main.license">
  100. <icon>license</icon>
  101. <label>License</label>
  102. <tooltip>RandomControl License Manager</tooltip>
  103. <command>license</command>
  104. </cmdui>
  105. <cmdui hash="main.system">
  106. <icon>config</icon>
  107. <label>System</label>
  108. <tooltip>Open UI System Manager</tooltip>
  109. <command>system</command>
  110. </cmdui>
  111. <cmdui hash="render.start">
  112. <icon>play</icon>
  113. <label>Start</label>
  114. <tooltip>Start render</tooltip>
  115. <shortcut>F9</shortcut>
  116. </cmdui>
  117. <cmdui hash="render.resume">
  118. <icon>resume</icon>
  119. <label>Resume</label>
  120. <tooltip>Resume render</tooltip>
  121. <shortcut>Shift+F9</shortcut>
  122. </cmdui>
  123. <cmdui hash="render.force">
  124. <icon>arrow_auto</icon>
  125. <label>Force</label>
  126. <tooltip>Force autosave</tooltip>
  127. </cmdui>
  128. <cmdui hash="render.stop">
  129. <icon>stop</icon>
  130. <label>Stop</label>
  131. <tooltip>Stop render</tooltip>
  132. <shortcut>Ctrl+F9</shortcut>
  133. </cmdui>
  134. <cmdui hash="render.netwarrior">
  135. <icon>netmonitor</icon>
  136. <label>NetWarrior</label>
  137. <tooltip>Render using NetWarrior</tooltip>
  138. </cmdui>
  139. <cmdui hash="scene.mtled">
  140. <icon>material</icon>
  141. <label>Mtl Ed</label>
  142. <tooltip>Open the Material Editor</tooltip>
  143. </cmdui>
  144. <cmdui hash="scene.update_info">
  145. <icon>undo</icon>
  146. <label>Update</label>
  147. <tooltip>Update the scene counters</tooltip>
  148. </cmdui>
  149. <cmdui hash="frame.load">
  150. <icon>load</icon>
  151. <label>Load</label>
  152. <tooltip>Load .DSI</tooltip>
  153. </cmdui>
  154. <cmdui hash="frame.save">
  155. <icon>save</icon>
  156. <label>Save</label>
  157. <tooltip>Save .DSI</tooltip>
  158. </cmdui>
  159. <cmdui hash="frame.save_rgb8">
  160. <icon>save_rgb</icon>
  161. <label>RGB8</label>
  162. <tooltip>Save tonemapped 8-bpp image</tooltip>
  163. </cmdui>
  164. <cmdui hash="frame.save_rgb16">
  165. <icon>save_rgb</icon>
  166. <label>RGB16</label>
  167. <tooltip>Save tonemapped 16-bpp image</tooltip>
  168. </cmdui>
  169. <cmdui hash="frame.save_rgb32f">
  170. <icon>save_rgb</icon>
  171. <label>RGB32F</label>
  172. <tooltip>Save raw HDR image</tooltip>
  173. </cmdui>
  174. <cmdui hash="frame.merge">
  175. <icon>add</icon>
  176. <label>Merge</label>
  177. <text>Merge .DSI</text>
  178. <tooltip>Merge .DSI into the current framebuffer</tooltip>
  179. </cmdui>
  180. <cmdui hash="frame.clear">
  181. <icon>clear</icon>
  182. <label>Clear</label>
  183. <tooltip>Clear framebuffer</tooltip>
  184. </cmdui>
  185. <cmdui hash="frame.reset_tmap">
  186. <icon>undo</icon>
  187. <label>Reset</label>
  188. <tooltip>Reset tonemapping</tooltip>
  189. </cmdui>
  190. <cmdui hash="frame.info_tag">
  191. <icon>infotag</icon>
  192. <label>Tag</label>
  193. <tooltip>Overlap info tag</tooltip>
  194. </cmdui>
  195. <cmdui hash="frame.info_hst">
  196. <icon>histogram</icon>
  197. <label>Histo</label>
  198. <tooltip>Overlap histogram</tooltip>
  199. </cmdui>
  200. <cmdui hash="frame.sync">
  201. <icon>arrow_dn</icon>
  202. <label>Sync</label>
  203. <tooltip>Sync tonemapping</tooltip>
  204. <shortcut>Ctrl+Space</shortcut>
  205. </cmdui>
  206. <cmdui hash="frame.clear_region">
  207. <icon>delete</icon>
  208. <label>Delete</label>
  209. <tooltip>Delete region marquee</tooltip>
  210. </cmdui>
  211. <cmdui hash="anim.first">
  212. <icon>first_frame</icon>
  213. <label>First</label>
  214. <tooltip>Go to first frame</tooltip>
  215. </cmdui>
  216. <cmdui hash="anim.prev">
  217. <icon>prev_frame</icon>
  218. <label>Prev</label>
  219. <tooltip>Go to prev frame</tooltip>
  220. </cmdui>
  221. <cmdui hash="anim.next">
  222. <icon>next_frame</icon>
  223. <label>Next</label>
  224. <tooltip>Go to next frame</tooltip>
  225. </cmdui>
  226. <cmdui hash="anim.last">
  227. <icon>last_frame</icon>
  228. <label>Last</label>
  229. <tooltip>Go to last frame</tooltip>
  230. </cmdui>
  231. <cmdui hash="lightmixer.import_tonemap">
  232. <icon>import</icon>
  233. <label>Import</label>
  234. <tooltip>Import tonemapping configuration</tooltip>
  235. </cmdui>
  236. <cmdui hash="lightmixer.export_tonemap">
  237. <icon>export</icon>
  238. <label>Export</label>
  239. <tooltip>Export tonemapping configuration</tooltip>
  240. </cmdui>
  241. <cmdui hash="lightmixer.save_keyframes">
  242. <icon>anim_keys</icon>
  243. <label>Keys</label>
  244. <tooltip>Save keyframes only</tooltip>
  245. </cmdui>
  246. <cmdui hash="lightmixer.save_animation">
  247. <icon>anim</icon>
  248. <label>Anim</label>
  249. <tooltip>Save animation</tooltip>
  250. </cmdui>
  251. <cmdui hash="lightmixer.new_keyframe">
  252. <icon>new_key</icon>
  253. <label>Create</label>
  254. <tooltip>Create a new keyframe</tooltip>
  255. </cmdui>
  256. <cmdui hash="lightmixer.del_keyframe">
  257. <icon>del_key</icon>
  258. <label>Delete</label>
  259. <tooltip>Remove the current keyframe</tooltip>
  260. </cmdui>
  261. <cmdui hash="lightmixer.del_keyframes">
  262. <icon>del_keys</icon>
  263. <label>Clear</label>
  264. <tooltip>Remove all the keyframes</tooltip>
  265. </cmdui>
  266. <cmdui hash="lightmixer.mute">
  267. <icon>mute</icon>
  268. <label>Mute</label>
  269. <tooltip>Mute all the layers</tooltip>
  270. </cmdui>
  271. <cmdui hash="lightmixer.all">
  272. <icon>all</icon>
  273. <label>All</label>
  274. <tooltip>Unmute all the layers</tooltip>
  275. </cmdui>
  276. <cmdui hash="lightmixer.reload">
  277. <icon>undo</icon>
  278. <label>Reload</label>
  279. <tooltip>Reload faders</tooltip>
  280. </cmdui>
  281. <cmdui hash="viewport.start">
  282. <icon>go</icon>
  283. <label>Start</label>
  284. <tooltip>Start 3D viewport</tooltip>
  285. </cmdui>
  286. <cmdui hash="viewport.stop">
  287. <icon>dont_walk</icon>
  288. <label>Stop</label>
  289. <tooltip>Stop 3D viewport</tooltip>
  290. </cmdui>
  291. <cmdui hash="viewport.get_cam">
  292. <icon>camera_in</icon>
  293. <label>Fetch</label>
  294. <tooltip>Fetch active camera</tooltip>
  295. </cmdui>
  296. <cmdui hash="viewport.set_cam">
  297. <icon>camera_out</icon>
  298. <label>Hold</label>
  299. <tooltip>Hold active camera</tooltip>
  300. </cmdui>
  301. <cmdui hash="viewport.sky">
  302. <icon>environment</icon>
  303. <label>Sky</label>
  304. <tooltip>View skydome</tooltip>
  305. </cmdui>
  306. </cmduis>
  307. <tools>
  308. <tool hash="frame.panzoom" class="fr_tool_panzoom_c">
  309. <icon>pan</icon>
  310. <label>Pan/Zoom</label>
  311. <tooltip>Pan/Zoom framebuffer</tooltip>
  312. <shortcut>F1</shortcut>
  313. </tool>
  314. <tool hash="frame.sampler" class="fr_tool_sampler_c">
  315. <icon>sampler</icon>
  316. <label>Sampler</label>
  317. <tooltip>Framebuffer sampler</tooltip>
  318. <shortcut>F2</shortcut>
  319. </tool>
  320. <tool hash="frame.marquee" class="fr_tool_marquee_c">
  321. <icon>marquee</icon>
  322. <label>Marquee</label>
  323. <tooltip>Render region marquee</tooltip>
  324. <shortcut>F3</shortcut>
  325. </tool>
  326. <tool hash="viewport.select" class="fr_tool_vp_select_c">
  327. <icon>arrow</icon>
  328. <label>Select object</label>
  329. <tooltip>Render region marquee</tooltip>
  330. </tool>
  331. <tool hash="viewport.focus" class="fr_tool_vp_focus_c">
  332. <icon>dolly_focus</icon>
  333. <label>Dolly focus</label>
  334. <tooltip>Dolly focus / View DOF</tooltip>
  335. </tool>
  336. </tools>
  337. <forms>
  338. <form hash="page.ren">
  339. <toolbar w="36" h="36" style="top nolabels" size="40">
  340. <cmdui>render.start</cmdui>
  341. <cmdui ifdef="fryrender">render.resume</cmdui>
  342. <cmdui>render.stop</cmdui>
  343. <sep ifdef="fryrender"></sep>
  344. <cmdui ifndef="frybench">render.force</cmdui>
  345. <sep ifdef="fryrender"></sep>
  346. <cmdui ifdef="fryrender">render.netwarrior</cmdui>
  347. </toolbar>
  348. <static hash="page.ren.label0" size="20">Render log</static>
  349. <sep size="4"></sep>
  350. <output hash="page.ren.output"></output>
  351. <sep ifdef="fryrender" size="4"></sep>
  352. <automation ifdef="fryrender" hash="page.ren.props_out" size="222"></automation>
  353. <sep ifdef="fryrender" size="12"></sep>
  354. <automation ifdef="fryrender external" hash="page.ren.props_ren" size="196"></automation>
  355. <automation ifdef="fryrender internal" hash="page.ren.props_ren" size="217"></automation>
  356. <sep ifdef="fryrender" size="12"></sep>
  357. <automation ifdef="fryrender external" hash="page.ren.props_krn" size="116"></automation>
  358. <automation ifdef="fryrender internal" hash="page.ren.props_krn" size="160"></automation>
  359. </form>
  360. <form hash="page.obj">
  361. <toolbar w="36" h="36" style="top nolabels" size="40"></toolbar>
  362. <static hash="page.obj.label0" size="20">Scene objects</static>
  363. <sep size="4"></sep>
  364. <custom hash="page.obj.listbox" class="fr_objs_list_c"></custom>
  365. <sep size="4"></sep>
  366. <static hash="page.obj.label1" size="20">Selected object</static>
  367. <sep size="4"></sep>
  368. <output hash="page.obj.output" size="65"></output>
  369. <sep size="4"></sep>
  370. <form hash="page.obj.container" size="291"></form>
  371. </form>
  372. <form hash="page.cam">
  373. <toolbar w="36" h="36" style="top nolabels" size="40"></toolbar>
  374. <static hash="page.cam.label0" size="20">Scene cameras</static>
  375. <sep size="4"></sep>
  376. <custom hash="page.cam.listbox" class="fr_cams_list_c"></custom>
  377. <sep size="4"></sep>
  378. <form hash="page.cam.container" size="481"></form>
  379. </form>
  380. <form hash="page.env">
  381. <toolbar w="36" h="36" style="top nolabels" size="40"></toolbar>
  382. <automation hash="page.env.props_sky" size="279"></automation>
  383. <sep size="12"></sep>
  384. <automation hash="page.env.props_env" size="120"></automation>
  385. <sep size="12"></sep>
  386. <automation hash="page.env.props_bkg" size="120"></automation>
  387. <sep size="12"></sep>
  388. <automation hash="page.env.props_rfl"></automation>
  389. </form>
  390. <form hash="page.mat">
  391. <toolbar w="36" h="36" style="top nolabels" size="40">
  392. <cmdui>scene.mtled</cmdui>
  393. </toolbar>
  394. <static hash="page.mat.label0" size="20">Scene materials</static>
  395. <sep size="4"></sep>
  396. <custom hash="page.mat.listbox" class="fr_mats_list_c"></custom>
  397. <sep size="4"></sep>
  398. <static hash="page.mat.label1" size="20">Material preview</static>
  399. <sep size="4"></sep>
  400. <bitmap hash="page.mat.preview" style="sunken" size="154"></bitmap>
  401. </form>
  402. <form hash="page.cfg">
  403. <toolbar w="36" h="36" style="top nolabels" size="40">
  404. <cmdui>scene.update_info</cmdui>
  405. </toolbar>
  406. <static hash="page.cfg.label0" size="20">Scene information</static>
  407. <sep size="4"></sep>
  408. <output hash="page.cfg.output" size="350"></output>
  409. <sep size="4"></sep>
  410. <automation hash="page.cfg.props_cfg"></automation>
  411. </form>
  412. <form hash="page.context">
  413. <toolbar size="40">
  414. <cmdui ifdef="fryrender">frame.load</cmdui>
  415. <cmdui ifdef="fryrender">frame.merge</cmdui>
  416. <cmdui>frame.save</cmdui>
  417. <sep></sep>
  418. <cmdui>frame.save_rgb8</cmdui>
  419. <cmdui>frame.save_rgb16</cmdui>
  420. <cmdui>frame.save_rgb32f</cmdui>
  421. <sep ifdef="fryrender"></sep>
  422. <cmdui ifdef="fryrender">frame.clear</cmdui>
  423. </toolbar>
  424. <group ifdef="fryrender" layout="hlist" size="145">
  425. <tab hash="page.context.props.tab" style="vertical"></tab>
  426. <toolbar w="34" h="34" style="right nolabels" size="40">
  427. <cmdui>frame.reset_tmap</cmdui>
  428. <cmdui>frame.info_tag</cmdui>
  429. <cmdui>frame.info_hst</cmdui>
  430. <cmdui>frame.sync</cmdui>
  431. </toolbar>
  432. <custom hash="page.context.props.preview" class="fr_context_bmp_c" size="212"></custom>
  433. <toolbar w="34" h="34" style="right nolabels" size="40">
  434. <cmdui>frame.clear_region</cmdui>
  435. <tool>frame.panzoom</tool>
  436. <tool>frame.sampler</tool>
  437. <tool>frame.marquee</tool>
  438. </toolbar>
  439. </group>
  440. <sep ifdef="fryrender" size="1"></sep>
  441. <group ifdef="fryrender" size="16" layout="hlist">
  442. <combobox hash="page.context.statusbar.combo" size="124"></combobox>
  443. <sep size="5"></sep>
  444. <static hash="page.context.statusbar.text00" style="static sunken center" size="130"></static>
  445. <sep size="5"></sep>
  446. <static hash="page.context.statusbar.text01" style="static sunken center"></static>
  447. <sep size="5"></sep>
  448. <static hash="page.context.statusbar.text02" style="static sunken center" size="102"></static>
  449. <sep size="5"></sep>
  450. <static hash="page.context.statusbar.text03" style="static sunken center" size="122"></static>
  451. <sep size="5"></sep>
  452. <static hash="page.context.statusbar.text04" style="static sunken center" size="48"></static>
  453. </group>
  454. <sep size="1"></sep>
  455. <custom hash="page.context.context" class="fr_context_c"></custom>
  456. <sep ifdef="fryrender" size="2"></sep>
  457. <form hash="page.context.animbar" ifdef="fryrender" class="fr_animbar_c" layout="hlist" size="28">
  458. <toolbar w="24" h="24" style="top nolabels" size="128">
  459. <cmdui>anim.first</cmdui>
  460. <sep></sep>
  461. <cmdui>anim.prev</cmdui>
  462. <cmdui>anim.next</cmdui>
  463. <sep></sep>
  464. <cmdui>anim.last</cmdui>
  465. </toolbar>
  466. <sep size="4"></sep>
  467. <slider hash="page.context.animbar.slider" style="dark ticks"></slider>
  468. <sep size="5"></sep>
  469. <group size="100">
  470. <sep></sep>
  471. <static hash="page.context.animbar.text" style="static center" size="16"></static>
  472. <sep></sep>
  473. </group>
  474. </form>
  475. </form>
  476. <form hash="page.lightmixer">
  477. <toolbar size="40">
  478. <cmdui>lightmixer.import_tonemap</cmdui>
  479. <cmdui>lightmixer.export_tonemap</cmdui>
  480. <sep></sep>
  481. <cmdui>lightmixer.save_keyframes</cmdui>
  482. <cmdui>lightmixer.save_animation</cmdui>
  483. <sep></sep>
  484. <cmdui>lightmixer.new_keyframe</cmdui>
  485. <cmdui>lightmixer.del_keyframe</cmdui>
  486. <cmdui>lightmixer.del_keyframes</cmdui>
  487. </toolbar>
  488. <group layout="hlist" size="204">
  489. <custom hash="page.lightmixer.timeline" class="fr_lightmixer_timeline_c"></custom>
  490. <sep size="4"></sep>
  491. <toolbar w="36" h="36" style="left nolabels" size="40">
  492. <cmdui>lightmixer.reload</cmdui>
  493. <sep></sep>
  494. <cmdui>lightmixer.mute</cmdui>
  495. <cmdui>lightmixer.all</cmdui>
  496. <sep></sep>
  497. <cmdui>frame.info_hst</cmdui>
  498. <cmdui>frame.sync</cmdui>
  499. </toolbar>
  500. <sep size="4"></sep>
  501. <custom hash="page.lightmixer.preview" class="fr_context_bmp_c" size="212"></custom>
  502. </group>
  503. <sep size="4"></sep>
  504. <scroll style="autoscrolls">
  505. <page hash="page.lightmixer.faders" layout="hlist" w="1316">
  506. <custom hash="page.lightmixer.master" class="fr_lightmixer_fader_c" size="72"></custom>
  507. <sep size="10"></sep>
  508. <group layout="hlist" pady="4">
  509. <static size="6" style="vline"></static>
  510. <static size="6" style="vline"></static>
  511. </group>
  512. <sep size="10"></sep>
  513. <custom hash="page.lightmixer.fader00" class="fr_lightmixer_fader_c" size="72"></custom>
  514. <sep size="4"></sep>
  515. <custom hash="page.lightmixer.fader01" class="fr_lightmixer_fader_c" size="72"></custom>
  516. <sep size="4"></sep>
  517. <custom hash="page.lightmixer.fader02" class="fr_lightmixer_fader_c" size="72"></custom>
  518. <sep size="4"></sep>
  519. <custom hash="page.lightmixer.fader03" class="fr_lightmixer_fader_c" size="72"></custom>
  520. <sep size="4"></sep>
  521. <custom hash="page.lightmixer.fader04" class="fr_lightmixer_fader_c" size="72"></custom>
  522. <sep size="4"></sep>
  523. <custom hash="page.lightmixer.fader05" class="fr_lightmixer_fader_c" size="72"></custom>
  524. <sep size="4"></sep>
  525. <custom hash="page.lightmixer.fader06" class="fr_lightmixer_fader_c" size="72"></custom>
  526. <sep size="4"></sep>
  527. <custom hash="page.lightmixer.fader07" class="fr_lightmixer_fader_c" size="72"></custom>
  528. <sep size="4"></sep>
  529. <custom hash="page.lightmixer.fader08" class="fr_lightmixer_fader_c" size="72"></custom>
  530. <sep size="4"></sep>
  531. <custom hash="page.lightmixer.fader09" class="fr_lightmixer_fader_c" size="72"></custom>
  532. <sep size="4"></sep>
  533. <custom hash="page.lightmixer.fader10" class="fr_lightmixer_fader_c" size="72"></custom>
  534. <sep size="4"></sep>
  535. <custom hash="page.lightmixer.fader11" class="fr_lightmixer_fader_c" size="72"></custom>
  536. <sep size="4"></sep>
  537. <custom hash="page.lightmixer.fader12" class="fr_lightmixer_fader_c" size="72"></custom>
  538. <sep size="4"></sep>
  539. <custom hash="page.lightmixer.fader13" class="fr_lightmixer_fader_c" size="72"></custom>
  540. <sep size="4"></sep>
  541. <custom hash="page.lightmixer.fader14" class="fr_lightmixer_fader_c" size="72"></custom>
  542. <sep size="4"></sep>
  543. <custom hash="page.lightmixer.fader15" class="fr_lightmixer_fader_c" size="72"></custom>
  544. </page>
  545. </scroll>
  546. </form>
  547. <form hash="page.viewport">
  548. <toolbar size="40">
  549. <cmdui>viewport.start</cmdui>
  550. <cmdui>viewport.stop</cmdui>
  551. <sep></sep>
  552. <cmdui>viewport.get_cam</cmdui>
  553. <cmdui>viewport.set_cam</cmdui>
  554. <sep></sep>
  555. <tool>viewport.select</tool>
  556. <tool>viewport.focus</tool>
  557. <cmdui>viewport.sky</cmdui>
  558. </toolbar>
  559. <custom hash="page.viewport.opengl" class="fr_viewport_c"></custom>
  560. <sep size="2"></sep>
  561. <form hash="page.viewport.subframe" class="fr_subframe_c" layout="hlist" size="28">
  562. <group size="100">
  563. <sep></sep>
  564. <static hash="page.viewport.subframe.text0" style="static center" size="16">Subframe motion</static>
  565. <sep></sep>
  566. </group>
  567. <sep size="4"></sep>
  568. <slider hash="page.viewport.subframe.slider" style="dark ticks"></slider>
  569. <sep size="5"></sep>
  570. <group size="100">
  571. <sep></sep>
  572. <static hash="page.viewport.subframe.text1" style="static center" size="16"></static>
  573. <sep></sep>
  574. </group>
  575. </form>
  576. </form>
  577. <form hash="main">
  578. <menu size="18">
  579. <menu ifdef="fryrender" label="File">
  580. <cmdui>main.close</cmdui>
  581. <sep></sep>
  582. <cmdui>main.load</cmdui>
  583. <cmdui>main.save</cmdui>
  584. <cmdui>main.archive</cmdui>
  585. <sep></sep>
  586. <cmdui>main.import</cmdui>
  587. <cmdui>main.export</cmdui>
  588. <sep></sep>
  589. <cmdui>main.quit</cmdui>
  590. </menu>
  591. <menu ifdef="fryrender" label="Render">
  592. <cmdui>render.start</cmdui>
  593. <cmdui>render.resume</cmdui>
  594. <cmdui>render.stop</cmdui>
  595. <sep></sep>
  596. <cmdui>render.force</cmdui>
  597. <sep></sep>
  598. <cmdui>render.netwarrior</cmdui>
  599. </menu>
  600. <menu ifdef="fryrender" label="Framebuffer">
  601. <cmdui>frame.load</cmdui>
  602. <cmdui>frame.merge</cmdui>
  603. <cmdui>frame.save</cmdui>
  604. <sep></sep>
  605. <cmdui>frame.save_rgb8</cmdui>
  606. <cmdui>frame.save_rgb16</cmdui>
  607. <cmdui>frame.save_rgb32f</cmdui>
  608. <sep></sep>
  609. <tool>frame.panzoom</tool>
  610. <tool>frame.sampler</tool>
  611. <tool>frame.marquee</tool>
  612. <sep></sep>
  613. <cmdui>frame.clear</cmdui>
  614. </menu>
  615. <menu ifdef="fryrender" label="LightMixer">
  616. <cmdui>lightmixer.import_tonemap</cmdui>
  617. <cmdui>lightmixer.export_tonemap</cmdui>
  618. <sep></sep>
  619. <cmdui>lightmixer.save_keyframes</cmdui>
  620. <cmdui>lightmixer.save_animation</cmdui>
  621. <sep></sep>
  622. <cmdui>lightmixer.new_keyframe</cmdui>
  623. <cmdui>lightmixer.del_keyframe</cmdui>
  624. <cmdui>lightmixer.del_keyframes</cmdui>
  625. <sep></sep>
  626. <cmdui>lightmixer.mute</cmdui>
  627. <cmdui>lightmixer.all</cmdui>
  628. <sep></sep>
  629. <cmdui>lightmixer.reload</cmdui>
  630. </menu>
  631. <menu ifdef="fryrender" label="Viewport">
  632. <cmdui>viewport.start</cmdui>
  633. <cmdui>viewport.stop</cmdui>
  634. <sep></sep>
  635. <cmdui>viewport.get_cam</cmdui>
  636. <cmdui>viewport.set_cam</cmdui>
  637. <sep></sep>
  638. <tool>viewport.select</tool>
  639. <tool>viewport.focus</tool>
  640. <cmdui>viewport.sky</cmdui>
  641. </menu>
  642. <menu label="System">
  643. <cmdui>main.background</cmdui>
  644. <cmdui>main.foreground</cmdui>
  645. <sep></sep>
  646. <cmdui>main.dark</cmdui>
  647. <cmdui>main.light</cmdui>
  648. <sep></sep>
  649. <cmdui>main.system</cmdui>
  650. </menu>
  651. <menu label="Help">
  652. <cmdui>main.license</cmdui>
  653. <cmdui>main.about</cmdui>
  654. <sep></sep>
  655. <cmdui>main.company</cmdui>
  656. <cmdui>main.product</cmdui>
  657. <cmdui>main.frybench</cmdui>
  658. </menu>
  659. </menu>
  660. <toolbar style="top ad" size="40">
  661. <cmdui ifdef="fryrender">main.close</cmdui>
  662. <sep ifdef="fryrender"></sep>
  663. <cmdui ifdef="fryrender">main.load</cmdui>
  664. <cmdui ifdef="fryrender">main.save</cmdui>
  665. <cmdui ifdef="fryrender">main.archive</cmdui>
  666. <sep ifdef="fryrender"></sep>
  667. <cmdui ifdef="fryrender">main.import</cmdui>
  668. <cmdui ifdef="fryrender">main.export</cmdui>
  669. <sep ifdef="fryrender"></sep>
  670. <cmdui ifdef="frybench">main.frybench</cmdui>
  671. <cmdui ifndef="frybench">main.background</cmdui>
  672. <cmdui ifndef="frybench">main.foreground</cmdui>
  673. <sep></sep>
  674. <cmdui ifndef="demo">main.license</cmdui>
  675. <cmdui>main.about</cmdui>
  676. <sep></sep>
  677. <cmdui>main.system</cmdui>
  678. </toolbar>
  679. <form hash="main.panel" layout="hlist">
  680. <tab hash="main.panel.tab_l" size="256"></tab>
  681. <custom hash="main.panel.tab_r" class="fr_tab_c"></custom>
  682. </form>
  683. <group layout="hlist" size="20" padx="4" pady="2">
  684. <static hash="main.statusbar.text00" style="static sunken" size="140">Ready!</static>
  685. <sep size="5"></sep>
  686. <static hash="main.statusbar.text01" style="static sunken" size="155"></static>
  687. <sep size="5"></sep>
  688. <static hash="main.statusbar.text02" style="static sunken" size="120"></static>
  689. <sep size="5"></sep>
  690. <static hash="main.statusbar.text03" style="static sunken" size="150"></static>
  691. <sep size="5"></sep>
  692. <static hash="main.statusbar.text04" style="static sunken" size="180"></static>
  693. <sep size="5"></sep>
  694. <progress hash="main.statusbar.progress00"></progress>
  695. <sep size="5"></sep>
  696. <progress hash="main.statusbar.progress01" size="64"></progress>
  697. </group>
  698. </form>
  699. </forms>
  700. <windows>
  701. <window hash="mainfrm" style="resizable">
  702. <form>main</form>
  703. </window>
  704. </windows>
  705. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement