-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Export All Angles? #3
Comments
It's definitely possible in a future release, and might not even be very hard for me to add. Right now, any turntable requires drawing 128 images that get put into one GIF animation; only the frames per second number changes if users want slower or faster rotations through that sequence of 128. There's nothing specifically in the code that requires 128, I just couldn't see much change with smaller rotations. That means right now, 128 images are generated, put into the GIF, and discarded without writing them to file individually. The option here would just allow writing some amount of images to file individually. Any complete rotation at a constant speed should be do-able with very few changes, as long as the user specifies how many images they want. In your case, that sounds like 360, but even something weird like 43 images should work, though it wouldn't be perfectly grid-aligned except maybe at the start. I'll start tinkering with this now, I think. |
I'll push a release if this does what it should.
I believe this is complete, less than half an hour later! I should make some samples that use it, but for now, here are two zips of PNGs, one of 360 rotations, one of 43. |
That is beautiful! Below is a gif for a quick pass of what I wanted to accomplish. Model isn't oriented and centered but it looks really good with nice smooth rotation. Take your time! Glad it wasn't too time consuming. I had tried exporting to turn table and then from gif to individual images but the resolution drop was 50% and it looked terrible. So, this will be exponentially better! Really appreciate your fast turnaround! I was about to make this in 3D instead of iso because of the 8 slice and how rigid it looked. |
exciting release, can't wait to make 16 rotation sprites! |
This should be fixed now that release 0.0.6 is out. Those rotating Eye Tyrants look great! |
Love the tool!
Not sure if this is currently possible? I don't see that it is.
Would it be possible to export 360 angle sprites for a model? I'd like to load all 360 to a dictionary and use the one for my current angle.
Maybe an additional option for every 2nd, 4th, 8th, 15th, etc. angle as well so others who don't want so many sprites have an option to do something similar. Easily divisible sets.
Thank you!
The text was updated successfully, but these errors were encountered: