.gitignore update
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -0,0 +1,4 @@
|
|||||||
|
*.pyc
|
||||||
|
*.blend[1-9]
|
||||||
|
__pycache__
|
||||||
|
/dist/
|
||||||
|
16
README.md
16
README.md
@@ -1,9 +1,19 @@
|
|||||||
Blender File
|
Blender File
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Documentation, examples and test yet to come.
|
Module to inspect a .blend file from Python.
|
||||||
Meanwhile you import the module with:
|
Basic usage can be grasped from the test suit.
|
||||||
|
|
||||||
|
Import the module in your script and you are good to go:
|
||||||
|
|
||||||
>>> import blender_file
|
>>> import blender_file
|
||||||
|
|
||||||
This works for in both Python2.x and Python3.x.
|
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 pytest
|
||||||
|
>>> py.test tests/
|
||||||
|
Reference in New Issue
Block a user