From d5d9c7f52faaa2a2434a1c19b842805088b13812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 12 Feb 2019 12:48:02 +0100 Subject: [PATCH] Clarified comment --- blender_asset_tracer/trace/expanders.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blender_asset_tracer/trace/expanders.py b/blender_asset_tracer/trace/expanders.py index 5733840..e1a0f83 100644 --- a/blender_asset_tracer/trace/expanders.py +++ b/blender_asset_tracer/trace/expanders.py @@ -142,8 +142,11 @@ def _expand_group(block: blendfile.BlendFileBlock): continue if subcoll.dna_type_id == b'ID': - # No idea when this happens, but it happened in the Chimes - # set of the Spring project. This fixed it. + # This issue happened while recursing a linked-in 'Hidden' + # collection in the Chimes set of the Spring project. Such + # collections named 'Hidden' were apparently created while + # converting files from Blender 2.79 to 2.80. This error + # isn't reproducible with just Blender 2.80. yield subcoll continue