EmotionFX: Ability for SimpleMotionComponent & AnimGraphComponent to exist on same entity#19192
Merged
nick-l-o3de merged 2 commits intoo3de:developmentfrom Aug 16, 2025
Conversation
f176efc to
24af643
Compare
lsemp3d
approved these changes
Aug 13, 2025
nick-l-o3de
approved these changes
Aug 14, 2025
…exist on same entity Signed-off-by: Ross Charles C. <10781734+rossbridger@users.noreply.github.com>
Contributor
|
Looks like a test may need to be updated - maybe the test is no longer valid? Please fix the test
|
Signed-off-by: Ross Charles C. <10781734+rossbridger@users.noreply.github.com>
24af643 to
f074043
Compare
nick-l-o3de
approved these changes
Aug 16, 2025
Contributor
nick-l-o3de
left a comment
There was a problem hiding this comment.
What a terribly weird test!
The test was named CanAddSimpleMotionComponent and previously made sure the added component was not able to be active.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR is a revival of aws/lumberyard#540, I revived it so that I can play an animation clip on the editor without having to disable or enable the simple motion component.
How was this PR tested?
Manually tested