Fix IES lights blocks2assets #92886

Merged
Sybren A. Stüvel merged 3 commits from oliverpool/blender-asset-tracer:fix_ies_blocks2assets into main 2024-01-11 16:34:29 +01:00
Showing only changes of commit 335d0c4ec3 - Show all commits

View File

@ -244,7 +244,7 @@ def lamp(block: blendfile.BlendFileBlock) -> typing.Iterator[result.BlockUsage]:
if path is None: if path is None:
continue continue
yield result.BlockUsage(block, path, path_full_field=field) yield result.BlockUsage(storage, path, path_full_field=field)
@dna_code("VO") @dna_code("VO")