Open
Description
Description of proposed feature
This feature will allow you to wait until the scene has run for a specific duration.
Lots of people overlay audio onto their videos and this will make it easier to sync audio and animation.
How can the new feature be used?
# play animations
self.wait_upto(60)
# scene has run for 1 minute
# play more animations
self.wait_upto(90)
# another 30 seconds have passed
Additional comments
I've been using it in my own projects and would be happy to implement it and submit a PR when if that's fine.
I just want to get a go-ahead and any comments about things I might not have thought of.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New