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

[BUG] - Dungeon draw and Sequencer conflct and cause errors #193

Closed CrackJackFlood closed 11 months ago

CrackJackFlood commented 1 year ago

Describe the bug When Dungeon Draw and Sequencer is enabled sequencer doesn't work properly or at all

To Reproduce image

uniwars commented 1 year ago

+1, happens when some animations/effects should play

Foundry V11 last stable Pf2e System last version Dungeon draw and Sequencer last version Pf2e Animation

When adding "mirror image" spell effect the error occurs and the animation doesn't work, nor the mirror image appears

IHaveThatPower commented 12 months ago

This is an issue with DungeonDraw, not Sequencer. DungeonDraw includes its own copy of the PIXI filters, which as far as I can tell is not necessary. I've submitted a pull request there to remove the offending library and its import call: https://github.com/mcglincy/dungeondraw-foundry-vtt/pull/120