Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'materials_library_vx/createlib.py')
-rw-r--r--materials_library_vx/createlib.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/materials_library_vx/createlib.py b/materials_library_vx/createlib.py
new file mode 100644
index 00000000..a98c6833
--- /dev/null
+++ b/materials_library_vx/createlib.py
@@ -0,0 +1,3 @@
+
+import bpy
+bpy.ops.wm.save_mainfile(filepath="D:\\Blender Foundation\\Blender\\2.73\\scripts\\addons\\matlib\\Otherlib.blend", check_existing=False, compress=True) \ No newline at end of file