Clarified comment
This commit is contained in:
parent
dcc992f1cd
commit
d5d9c7f52f
@ -142,8 +142,11 @@ def _expand_group(block: blendfile.BlendFileBlock):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if subcoll.dna_type_id == b'ID':
|
if subcoll.dna_type_id == b'ID':
|
||||||
# No idea when this happens, but it happened in the Chimes
|
# This issue happened while recursing a linked-in 'Hidden'
|
||||||
# set of the Spring project. This fixed it.
|
# 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
|
yield subcoll
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user