- Sequencer - As
SequencerDatabasewas deprecated in 2.0.0 in favor ofSequencer.Database, the former has now been removed - Sequencer - Added more validation to the Database methods so that searching with empty strings won't throw hard to read errors
- Sequencer - Removed bogus Effect Player warning about permissions that no longer reflects what Sequencer does
- Sequencer - Fixed some issues when copying and playing effects through the Database Viewer
- Effects - Added
.mask(), which can now clip-mask effects to only show them within tokens, templates, tiles, or drawings - Effects - Added
edgeoption to.attachTo(), which can be set toinner,on, orouterto align the effect on the attached object's edge when used withalign - Effects - Added
.screenSpaceAboveUI(), which causes.screenSpace()effects to play above all UI elements in Foundry - Effects - Fixed
alignon.attachTo()not working as expected when an effect's scale or size was set - Effects - Fixed blur filter not taking given properties into account
- Effects - The following functions now have loud deprecation warnings:
.addPostOverride().reachTowards().gridSize().startPoint().endPoint()
- Effects - Deprecated
.randomOffset()in favor of addingrandomOffsetas a secondary argument on.atLocation(),.stretchTo(),.rotateTowards(), and.attachTo()