Remove code that's both bad and unnecessary

The library link will be picked up anyway, and not all datablocks have
a "lib" property.
This commit is contained in:
Sybren A. Stüvel 2021-07-27 16:59:28 +02:00
parent 7de29740cc
commit 4a1840f51c

View File

@ -142,7 +142,6 @@ def _expand_generic_idprops(block: blendfile.BlendFileBlock):
if not id_datablock:
continue
yield id_datablock
yield id_datablock.get_pointer(b"lib")
def _expand_generic_nodetree_id(block: blendfile.BlendFileBlock):