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
167 stars 62 forks source link

useBatches & Number of numFramesPerBatch not working as expected #78

Closed proper-gentleman closed 2 years ago

proper-gentleman commented 2 years ago

Trying to generate NFTs with 60 frames per trait and using useBatches and numFramesPerBatch will only create the frames up to the number inputed in numFramesPerBatch

proper-gentleman commented 2 years ago

My bad, was using the wrong command

jalagar commented 2 years ago

No problem! It brings up a good point that ideally make all should just work for batches vs no batches. But I think once you get used to just running make all_batch it is ok.