Simplest program code to read the BLEND-file?
Moderators: jesterKing, stiv
Simplest program code to read the BLEND-file?
Can someone help me write the simplest possible programm-code to read the BLEND-file strukture, and print some information about it. ("simplest possible" not to be taken literally!)
-
- Site Admin
- Posts: 207
- Joined: Fri Oct 18, 2002 12:48 pm
- Location: Finland
Check our Python API. It is your best way to get info from a .blend file an the easiest and simplest way:
http://www.blender.org/documentation/24 ... index.html
/Nathan
ps. The vast majority of the exporters and importers that are bundled with Blender are written using our Python API.
http://www.blender.org/documentation/24 ... index.html
/Nathan
ps. The vast majority of the exporters and importers that are bundled with Blender are written using our Python API.
Re: Simplest program code to read the BLEND-file?
The readblend utility can do this. The code is independent from the Blender source code, and has a liberal license BSD-style license.snifi wrote:Can someone help me write the simplest possible programm-code to read the BLEND-file strukture, and print some information about it. ("simplest possible" not to be taken literally!)
Just download the latest Bullet Physics SDK source package, and check out the Extras/readblend folder.
http://bullet.googlecode.com