mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #1915 from pypeclub/feature/1894_add_host_to_template_name_profiles
#1894 - adds host to template_name_profiles for filtering
This commit is contained in:
commit
53f504cf4e
2 changed files with 9 additions and 1 deletions
|
|
@ -301,7 +301,9 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
task_name = io.Session.get("AVALON_TASK")
|
||||
family = self.main_family_from_instance(instance)
|
||||
|
||||
key_values = {"families": family, "tasks": task_name}
|
||||
key_values = {"families": family,
|
||||
"tasks": task_name,
|
||||
"hosts": instance.data["anatomyData"]["app"]}
|
||||
profile = filter_profiles(self.template_name_profiles, key_values,
|
||||
logger=self.log)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue