gdkchan / SPICA

Experimental H3D tool
The Unlicense
93 stars 46 forks source link

Making gifs with animations? #54

Open ivanshiny opened 6 years ago

ivanshiny commented 6 years ago

Hi, I'm trying to get some models into gifs (for example, a pokemon doing an attack animation), but I don't know how to do so, and since the "save" option only allows to export as .dae, .smd and .bch.

Is there any way for me to create a gif using those files???

Thanks in advance.

legoj15 commented 6 years ago

Not with this program, no. You'll have to export the models, textures, and animations and import them into a animation software to render it.

ivanshiny commented 6 years ago

Oh OK, do you know any software I can use?

legoj15 commented 6 years ago

Blender has native support for .dae files, and you can install a plugin that lets you import smd animations. It's also free.

ivanshiny commented 6 years ago

I tried blender with the dae files, but it didn't load the texture, only the white model

legoj15 commented 6 years ago

yeah, that's where it gets trickier.... the only thing I can tell you is that what you're trying to do, I've done in blender, but it requires experience. the most I can tell you to do is search up "how to add image textures in blender"

waielal commented 6 years ago

The "white model" results from not setting the specular hardness by the exporter. Blender defaults back to the value -1 which is an invalid value and therefore results in this weird behavior.

Wambosa commented 6 years ago

another cheap trick is to just screen record the section where the animation is playing. If you need fanciness like transparency, then this won't work.