Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Bug: Wrong task_name retrieval in Substance Painter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprien CAILLOT committed Sep 11, 2024
1 parent d9731d0 commit 8fca892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/substancepainter/api/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _install_shelves(self, project_settings):
if has_formatting_entries:
project_name = self.get_current_project_name()
asset_name = self.get_current_asset_name()
task_name = self.get_current_asset_name()
task_name = self.get_current_task_name()
system_settings = get_system_settings()
formatting_data = get_template_data_with_names(project_name,
asset_name,
Expand Down

0 comments on commit 8fca892

Please sign in to comment.