You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: