Feature request: Hang onto last values for Ease In and Ease Out for future animation uploads (Issue 984)
This commit is contained in:
@@ -620,6 +620,28 @@
|
||||
<key>Value</key>
|
||||
<boolean>0</boolean>
|
||||
</map>
|
||||
<key>SinguDefaultEaseIn</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Amount of time (in seconds) over which uploaded bvh animation blends in by default.</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>F32</string>
|
||||
<key>Value</key>
|
||||
<real>0</real>
|
||||
</map>
|
||||
<key>SinguDefaultEaseOut</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Amount of time (in seconds) over which uploaded bvh animation blends out by default.</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>F32</string>
|
||||
<key>Value</key>
|
||||
<real>0</real>
|
||||
</map>
|
||||
<key>SinguMotionResetsCamera</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
|
||||
@@ -164,13 +164,13 @@
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<spinner bottom_delta="-25" follows="left|top" height="18" increment="0.01"
|
||||
initial_val="0" label="Ease In (sec)" label_width="65" left="10"
|
||||
max_val="10" min_val="0" name="ease_in_time"
|
||||
label="Ease In (sec)" label_width="65" left="10"
|
||||
max_val="10" min_val="0" name="ease_in_time" control_name="SinguDefaultEaseIn"
|
||||
tool_tip="Amount of time (in seconds) over which animations blends in."
|
||||
width="125" />
|
||||
<spinner bottom_delta="0" follows="left|top" height="18" increment="0.01"
|
||||
initial_val="0" label="Ease Out (sec)" label_width="75" left="150"
|
||||
max_val="10" min_val="0" name="ease_out_time"
|
||||
label="Ease Out (sec)" label_width="75" left="150"
|
||||
max_val="10" min_val="0" name="ease_out_time" control_name="SinguDefaultEaseOut"
|
||||
tool_tip="Amount of time (in seconds) over which animations blends out."
|
||||
width="135" />
|
||||
<button bottom_delta="-42" follows="top|right" height="28" label="" left="10"
|
||||
|
||||
Reference in New Issue
Block a user