Skip to main content

All Questions

0 votes
1 answer
90 views

Apply the same animation to a group of objects

I am new to blender and am using it to create turntable animations of 3D objects. I have a lot of objects and using the same animation for all objects one by one manually is very time consuming and ...
Hmrishav Bandyopadhyay's user avatar
0 votes
0 answers
236 views

How to extract animation details for export

I want to export all of the animation information from Blender to use in my application. I have written a Blender add-on in Python that mostly works, I am just missing one vital piece of data that I ...
bikeman868's user avatar
0 votes
1 answer
671 views

How to Import Blender 3D Models into Webots

I am having trouble importing a Blender 3D Model into Webots. Currently, I am using Blender 2.79 and the most updated version of Webots. I am attempting to import the default cube model, but I am ...
MatthewD's user avatar
1 vote
1 answer
553 views

Export multiple .MDD at once?

I have 97 MDD files created from different meshes (armature deformed, cloth deformed etc). Is there a way to select multiple meshes and export them as individual <...
Pdhm's user avatar
  • 135
1 vote
1 answer
649 views

How can I make an animation using importing several x3d files to Blender by scripting?

I have some x3d files made by ParaView. I need to write a script to import these objects sequentially to Blender and make an animation. When each object is imported to 3D View Editor, a keyframe ...
Sima's user avatar
  • 11
2 votes
0 answers
263 views

is there a way to export data realtime from blender? [closed]

I am very interested in blenders inverse kinematics and I would like to make a robot that runs on this. example: I want to make so when I move a bone in blender my robot in real life will move as ...
jaka 's user avatar
  • 21
1 vote
1 answer
282 views

Inverse Kinematics - saving, loading file and showing animation in BGE

I'm working on a application where I want to save animations as a script where I write only changes in positions. something like : L_Hand L_Arm -0.015 0.20 -0.18 (Start_of_Chain(dynamic) ...
H3GI's user avatar
  • 21
4 votes
3 answers
2k views

How to tell which object uses which animation/action

I have a scene with multiple objects, each potentially using multiple actions. I want to export the keyframes for each action with my own Python script, but only for the object that uses that action. ...
KTC's user avatar
  • 305
5 votes
1 answer
1k views

Good format for character mesh & animation export?

I've been trying all sorts of different formats but I can't find a decent exporter for character animation from Blender 2.69 which exports mesh, UV wrapped texture info (doesn't have to include the ...
Kaffiene's user avatar
  • 103
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