-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnimComposer: return AnimLayer on the makeLayer and removeLayer methods. #2231
AnimComposer: return AnimLayer on the makeLayer and removeLayer methods. #2231
Conversation
Are there any updates on this proposal? Has anyone had a chance to review it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look fine to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd take the opportunity to rename "l" "layer", but the method is so short it doesn't really matter.
I used GitHub's web editor to resolve the merge conflict. |
That broke the build. Hang on while I fix it... |
All set. Thanks for this contribution, @capdevon ! |
Standardize the
AnimComposer.makeLayer()
andAnimComposer.removeLayer()
methods similar toAnimComposer.makeAction()
andAnimComposer.removeAction()
to simplify interaction with created and deleted objects.