Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a 3D model with bones using blender software. now i want to know how can i access this 3d model(access skeleton bones of 3d model) programmatically by passing parameters using C# or C++ (or even with python but as Visual studio project).... please give me help regarding this...
Posted
Comments
Matthew Faithfull 5-Feb-13 12:41pm    
You're going to need to know what file format blender has saved your model in, then find or write a parser to read that file format and make data structures in memory from it. Then you can write code which manipulates the model and possibly writes the data back to the file. I don't know blender but if it's open source then all the code you need is in there. Otherwise the Ogre project will likely have code to read blenders output. Google for the format name along with "open source" and "parser" to get started.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900