enable timeline option
This commit is contained in:
@@ -1632,6 +1632,9 @@ Here's a list of what's available in this release.
|
||||
<button-custom id="file-submenu-export-depth" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<text text="3D View + Depth" grow="1" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="file-submenu-export-anim" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<text text="Animation Frames" grow="1" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
</popup-menu>
|
||||
</layout>
|
||||
|
||||
@@ -1694,6 +1697,10 @@ Here's a list of what's available in this release.
|
||||
<checkbox id="tools-vr-check" width="20" height="20"/>
|
||||
<text text="Enable VR" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="tools-timeline" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<checkbox id="tools-timeline-check" width="20" height="20"/>
|
||||
<text text="Show Timeline" margin="0 0 0 5"/>
|
||||
</button-custom>
|
||||
<button-custom id="clear-grids" height="40" align="center" color=".2" pad="0 0 0 10" dir="row">
|
||||
<icon icon="bin" width="20"/>
|
||||
<text text="Clear Guides" margin="0 0 0 5"/>
|
||||
@@ -1963,9 +1970,12 @@ Here's a list of what's available in this release.
|
||||
<border color=".3 .3 .3 .4" height="50" width="100%" pad="10" dir="row" mouse-capture="true">
|
||||
<text text="Timeline: " margin="8 10 0 0"/>
|
||||
<slider-h id="frames-slider" width="1" grow="1" margin="0 10 0 0"></slider-h>
|
||||
<node width="30" margin="5 10 0 10">
|
||||
<node width="30" margin="0 10 0 10">
|
||||
<text id="timeline-frame" text="00" font-size="30"/>
|
||||
</node>
|
||||
<button-custom id="btn-add" thickness="1" color="0 0" border-color=".0" shrink="1" margin="0 2 0 5">
|
||||
<icon width="30" icon="add"/>
|
||||
</button-custom>
|
||||
</border>
|
||||
</node>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user