Skip to main content

All Questions

Tagged with
18 votes
3 answers
21k views

How to get keyframe data from python?

I am looking for help on how to export armatures and their animations in a custom export script. I wish to have an animation format similar to BVH, i.e. a bunch of ...
rspencer's user avatar
  • 283
3 votes
1 answer
3k views

Blender Python - exporting bone matrices for animation relative to parent

I am making a homegrown 3d engine for my projects. So far, I am able to export: mesh materials Node hierarchy Each node in my engine has it own mesh(optional), material(optional) and a PARENT-...
Valyannan KV's user avatar
3 votes
1 answer
2k views

Convert particles to animated mesh including existing armature animation

The situation I am using a boid physics particle system in Blender 2.82. I am rendering the particles using an object that has armature animation. Following a process similar to what is described in ...
Nick's user avatar
  • 251
6 votes
2 answers
21k views

Is there any USDZ exporter for Blender?

I am trying to export to .usdz. I am using Blender version 2.92+ and I need to export the model along with its animation and the textures into one single ...
user avatar
6 votes
1 answer
1k views

BVH Export/Import, Armature different when re-imported

If I export an armature as bvh and then import it back, the imported armature doesn't look anything like the original. Could anyone please have a look and advise?, blend file
Tak's user avatar
  • 6,323
4 votes
1 answer
3k views

Import a bvh file and export it to be the same

I have a bvh file found here and I want to import it to blender, then export it again so that both the original (imported) and exported bvh files are identical. I'm not sure what options I should ...
Tak's user avatar
  • 6,323
3 votes
1 answer
3k views

FBX export adding extra bone

I'm doing a fbx ascii export on Blender 2.78 to 3ds max 8. This is for Neverwinter Nights 2 models. I notice fbx has added an additional bone, I think it comes from the armature container in Blender, ...
RickjS's user avatar
  • 31
1 vote
0 answers
1k views

how to export armatures

I used to export armatures in 2.49 using the following code: ...
Miguel's user avatar
  • 11