-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Curve: re-work the way strings animation was handled within the engine. Rather than have a separate StringAnimationmanager that would take care of handling string animation, the Curve class can handle everything on its own. Each KeyFrame now has optional properties (by default it has none) which are not interpolated. For string parameters, each keyframe has a string property. - Add a new Knob type: KnobKeyFrameMarkers which enables to create keyframes without a data type: useful to create specific timeline markers. This is used for example by the Roto node to track user keyframes on the shapes, or by the Tracker to handle manual keyframes on a track. -An effect may now have multiple KnobItemsTable of different types. E.g: an effect could have a table with e.g: "Actors" and another table with e.g: "Rushes".
- Loading branch information
Showing
118 changed files
with
3,509 additions
and
4,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.