From 2fdc73de768caaa58c2a7d1d35911691c8c7bf51 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 7 Nov 2014 16:58:08 +0100 Subject: [PATCH] temp disable library check, need to investigate this more --- modules/blendfile_path_walker.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/blendfile_path_walker.py b/modules/blendfile_path_walker.py index ced5ac9..30aa241 100644 --- a/modules/blendfile_path_walker.py +++ b/modules/blendfile_path_walker.py @@ -205,8 +205,11 @@ class FilePath: id_name = block[b'id.name'] # if we touched this already, don't touch again + # FIXME, works in some cases but not others + ''' if id_name not in block_codes: return False + ''' len_prev = len(expand_codes) expand_codes.add(id_name)