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:
parent
7de29740cc
commit
4a1840f51c
@ -142,7 +142,6 @@ def _expand_generic_idprops(block: blendfile.BlendFileBlock):
|
|||||||
if not id_datablock:
|
if not id_datablock:
|
||||||
continue
|
continue
|
||||||
yield id_datablock
|
yield id_datablock
|
||||||
yield id_datablock.get_pointer(b"lib")
|
|
||||||
|
|
||||||
|
|
||||||
def _expand_generic_nodetree_id(block: blendfile.BlendFileBlock):
|
def _expand_generic_nodetree_id(block: blendfile.BlendFileBlock):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user