From 8490b0e40ad9cb01d5ec12097e31112a598a3474 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 1 Dec 2016 15:08:18 +0100 Subject: [PATCH] Basic readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2eb2d24 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Blender File +------------ + +Documentation, examples and test yet to come. +Meanwhile you import the module with: + + >>> import blender_file + +This works for in both Python2.x and Python3.x.