Commit Graph

5 Commits

Author SHA1 Message Date
Frank Fella
65bdbc0eca Sequencer - Fix adding components to actor animations.
[CL 2635638 by Frank Fella in Main branch]
2015-07-28 13:46:13 -04:00
Matt Kuhlenschmidt
611aa622f3 - Rename UMovieSceneAnimation to UMovieSceneSequence (and all related classes to use the term Sequence)
- Fixed shots and sub-movie scene sequences being broken by the removal of UMovieScene as an asset class

[CL 2634030 by Matt Kuhlenschmidt in Main branch]
2015-07-27 12:12:59 -04:00
Max Preussner
b5b4dc52f2 MovieScene: Changed IMovieSceneAnimation interface to UMovieSceneAnimation base class to work around UInterface limitations
#CodeReview: matt.kuhlenschmidt

[CL 2631112 by Max Preussner in Main branch]
2015-07-23 15:29:06 -04:00
Max Preussner
2e63252e8e MovieScene: Fixed shadowed variables
[CL 2629220 by Max Preussner in Main branch]
2015-07-22 14:00:13 -04:00
Max Preussner
eb6a4af8dd MovieScene: Refactored MovieScene and Sequencer to unify the implementation and handling of movie scenes and object bindings
- IMovieSceneAnimation derivatives are now the primary types consumed by Sequencer; they hold a root MovieScene inside
- Object binding managers have been removed; bindings are persisted in UActorAnimation, UNiagaraAnimation, UWidgetAnimation
- MovieSceneAssetEditor is now ActorAnimationEditor and became a plug-in
- MovieSceneRuntimePlayer is now ActorAnimationPlayer; K2Node_PlayMovieScene has been removed

#CodeReview: matt.kuhlenschmidt, frank.fella, nick.darnell, olaf.piesche, max.chen, andrew.rodham

[CL 2628945 by Max Preussner in Main branch]
2015-07-22 10:59:40 -04:00