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 'io_blend_utils/blender_bam-unpacked.whl/bam/pack.py')
-rw-r--r--io_blend_utils/blender_bam-unpacked.whl/bam/pack.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/io_blend_utils/blender_bam-unpacked.whl/bam/pack.py b/io_blend_utils/blender_bam-unpacked.whl/bam/pack.py
new file mode 100644
index 00000000..8df5b9d4
--- /dev/null
+++ b/io_blend_utils/blender_bam-unpacked.whl/bam/pack.py
@@ -0,0 +1,10 @@
+"""CLI interface to BAM-pack.
+
+Run this using:
+
+python -m bam.pack
+"""
+
+if __name__ == '__main__':
+ from bam.blend import blendfile_pack
+ blendfile_pack.main()