Difference between revisions of "Template:KeyframeAddRemoveDuplicate"

From Synfig Studio :: Documentation
Jump to: navigation, search
(creation)
 
m (add link)
 
Line 15: Line 15:
  
 
Of course, duplicate a keyframe will produce a new keyframe at the place pointed by the time cursor and will add a new one to the keyframe list in the proper place. In the keyframe list, the new added keyframe have the same description than the original, plus a {{Literal|(Duplicate)}} at the end.
 
Of course, duplicate a keyframe will produce a new keyframe at the place pointed by the time cursor and will add a new one to the keyframe list in the proper place. In the keyframe list, the new added keyframe have the same description than the original, plus a {{Literal|(Duplicate)}} at the end.
 +
 +
[https://youtu.be/qvRt3ITSkrQ video explanation]
  
 
===Remove a keyframe===
 
===Remove a keyframe===

Latest revision as of 21:59, 11 March 2019

Add a keyframe

KeyframeButton AddNew 0.63.06.png

Place the time cursor at a frame where there isn't currently any keyframe. Then press the "Add new Keyframe" button. If you place the time cursor at a frame where there is currently an existing keyframe or if animation Start Time egals animation End Time (animation Duration is 0m 0s 1f) then the "Add new Keyframe" button is disabled. Once you press the button then a new entry is added to the list of keyframes and a vertical dashed line is added in the time line. No waypoint is created.

Duplicate a keyframe

KeyframeButton Duplicate 0.63.06.png

Select a keyframe in the keyframe list of the Keyframes Panel and place the cursor at a frame where there isn't currently any keyframe. Then press the "Duplicate Keyframe" button. This would have two separated effects:

  1. If there is a waypoint at the original keyframe then the waypoint is duplicated. Its duplication includes the parameter value and its interpolation types.
  2. If there is no waypoint in the original keyframe for any particular parameter then two things could happen:
    • There is no waypoint for that parameter at ANY frame in the time line: Then NO waypoint is created.
    • If there is a waypoint in the time line for that parameter, but not in the keyframe that is going to be duplicated, then in the duplicated keyframe is created a new waypoint with a value for the parameter of the result of the current value at the original keyframe and a "TCB Smooth" interpolation type for both "In" and "Out".

Of course, duplicate a keyframe will produce a new keyframe at the place pointed by the time cursor and will add a new one to the keyframe list in the proper place. In the keyframe list, the new added keyframe have the same description than the original, plus a "(Duplicate)" at the end.

video explanation

Remove a keyframe

KeyframeButton Remove 0.63.06.png

Just select a keyframe from the keyframe list and press the Remove keyframe button. It will remove the keyframe and all the waypoints for all parameters for all layers that are currently there.

NOTE: If you move a keyframe by modifying its time in the keyframe list dialog and immediately press the Remove Keyframe button then the waypoints are not deleted. It seems to be a bug but also can be considered a feature if you really want to keep the waypoints and not the keyframe.