jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

Grouping and batching doesn't work with new make all that recreates all #175

Open jalagar opened 1 year ago

Buooy commented 1 year ago

hi @jalagar where are we on this? happy to see how i can help on making this work if you have a TLDR on the issue

jalagar commented 1 year ago

Hi @Buooy thank you for hopping on this! basically you can't use the grouping functionality (functionality here https://github.com/jalagar/animated-art-engine#nftchef-improvements-z-indexstacking-grouping-if-then-statements-and-incompatibilities) while also using batching (setting useBatching and setNumFrames in the JSON)

I believe the issue is that the NFTs are generated but the grouping doesn't group correctly. Could be wrong though. You can use the layers_grouping folder to test.