archive
/
blender-file
Archived
1
1
Fork 0
.blend file reading utilities
This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sybren A. Stüvel 74d5d1d4c8 Add deprecation notice 2022-01-13 11:31:26 +01:00
blendfile Comments: some minor clarifications 2016-12-02 10:22:41 +01:00
tests Include query to get current/start/end frames into unittest 2017-03-06 15:47:29 +01:00
.arcconfig .arcconfig 2016-12-02 10:21:07 +01:00
.gitignore .gitignore update 2016-12-01 16:44:25 +01:00
README.md Add deprecation notice 2022-01-13 11:31:26 +01:00
setup.cfg Remove extense line-coverage report, we re-add later once the test suit is > 90% 2016-12-02 10:43:42 +01:00
setup.py From review (by Sybren Stüvel): use tox for py2/py3 tests 2016-12-02 11:07:08 +01:00
tox.ini From review (by Sybren Stüvel): use tox for py2/py3 tests 2016-12-02 11:07:08 +01:00

README.md

Blender File

DEPRECATION NOTICE: This repository has been deprecated. The blendfile module lives on, in Blender Asset Tracer.

Just use from blender_asset_tracer import blendfile.


Module to inspect a .blend file from Python. Basic usage can be grasped from the test suit.

Import the module in your script and you are good to go:

import blendfile

This module supports both Python2.x and Python3.x at the moment. Python 2.x support may be dropped in the future.

Test Suit

To run the tests just do:

pip install tox tox