Skip to content

Commit

Permalink
Merge pull request #392 from ynput/bugfix/blender-load-layout-fix
Browse files Browse the repository at this point in the history
Blender: Fix used load layout plugin
  • Loading branch information
iLLiCiTiT authored Apr 12, 2024
2 parents 6c2aa22 + e69ac72 commit 7646378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def process_asset(self,
asset_group.empty_display_type = 'SINGLE_ARROW'
avalon_container.objects.link(asset_group)

self._process(libpath, asset, asset_group, None)
self._process(libpath, asset_name, asset_group, None)

bpy.context.scene.collection.objects.link(asset_group)

Expand Down

0 comments on commit 7646378

Please sign in to comment.