fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
41 stars 19 forks source link

Wait for mesh to generate before animating #187

Closed txm3278 closed 1 year ago

txm3278 commented 1 year ago

As of Foundry v11, createEmbeddedDocuments returns the token document before the mesh is created. If this document is used in sequencer it would throw an error. This waits until the mesh is generated before running any animation.

Haxxer commented 1 year ago

Thanks for the contribution!