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:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-21 12:49:36 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-21 12:49:36 +0300
commit08ee275f528f22a17c4a1a47fe509a916ef9acab (patch)
tree7835d80c464df9bc06d27f34308d97bf8b5e90f6 /io_blend_utils
parent7345ae6a1a86fac6e7991de41061ffd58f36e89d (diff)
io_blend_utils: updated BAM 1.1.4 → 1.1.5
Diffstat (limited to 'io_blend_utils')
-rw-r--r--io_blend_utils/__init__.py4
-rw-r--r--io_blend_utils/blend/blendfile_path_walker.py5
-rw-r--r--io_blend_utils/blender_bam-1.1.5-py3-none-any.whl (renamed from io_blend_utils/blender_bam-1.1.4-py3-none-any.whl)bin49430 -> 49439 bytes
3 files changed, 7 insertions, 2 deletions
diff --git a/io_blend_utils/__init__.py b/io_blend_utils/__init__.py
index 7e3464ff..ed91248e 100644
--- a/io_blend_utils/__init__.py
+++ b/io_blend_utils/__init__.py
@@ -19,7 +19,7 @@
bl_info = {
"name": "Blend File Utils",
"author": "Campbell Barton and Sybren A. Stüvel",
- "version": (1, 1, 3),
+ "version": (1, 1, 5),
"blender": (2, 76, 0),
"location": "File > External Data > Blend Utils",
"description": "Utility for packing blend files",
@@ -29,7 +29,7 @@ bl_info = {
"category": "Import-Export",
}
-BAM_WHEEL_FILE = 'blender_bam-1.1.4-py3-none-any.whl'
+BAM_WHEEL_FILE = 'blender_bam-1.1.5-py3-none-any.whl'
import logging
diff --git a/io_blend_utils/blend/blendfile_path_walker.py b/io_blend_utils/blend/blendfile_path_walker.py
index 1c7b0270..df07235e 100644
--- a/io_blend_utils/blend/blendfile_path_walker.py
+++ b/io_blend_utils/blend/blendfile_path_walker.py
@@ -581,6 +581,11 @@ class FilePath:
if block[b'source_mode'] == C_defs.CACHE_LIBRARY_SOURCE_CACHE:
yield FPElem_block_path(basedir, level, (block, b'input_filepath')), extra_info
+ @staticmethod
+ def _from_block_CF(block, basedir, extra_info, level):
+ yield FPElem_block_path(basedir, level, (block, b'filepath')), extra_info
+
+
@staticmethod
def _from_block_SC(block, basedir, extra_info, level):
block_ed = block.get_pointer(b'ed')
diff --git a/io_blend_utils/blender_bam-1.1.4-py3-none-any.whl b/io_blend_utils/blender_bam-1.1.5-py3-none-any.whl
index 7535f822..49cc13d8 100644
--- a/io_blend_utils/blender_bam-1.1.4-py3-none-any.whl
+++ b/io_blend_utils/blender_bam-1.1.5-py3-none-any.whl
Binary files differ