Skip to content
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

Streamline the usage of parallel scene play #3

Open
bmmtstb opened this issue Sep 30, 2022 · 0 comments
Open

Streamline the usage of parallel scene play #3

bmmtstb opened this issue Sep 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@bmmtstb
Copy link
Owner

bmmtstb commented Sep 30, 2022

Is your feature request related to a problem? Please describe.
Some functions can be used with scene.play() others can not, it would be helpful for the user to know what to expect. Users may want to execute multiple actions parallel and not one after the other.

Describe the solution you'd like
Somehow return the animatable object so .play() can be used afterwards. So scene.play() can be called for multiple objects at once.

Additional context
e.g. move_vertex_to() can not be called for two vertices at the same time.

@bmmtstb bmmtstb added the enhancement New feature or request label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant