mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update client/ayon_core/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
849ab8b624
commit
d55b756b20
1 changed files with 1 additions and 1 deletions
|
|
@ -1836,7 +1836,7 @@ class PlaceholderCreateMixin(object):
|
||||||
legacy_create = self.builder.use_legacy_creators
|
legacy_create = self.builder.use_legacy_creators
|
||||||
creator_name = placeholder.data["creator"]
|
creator_name = placeholder.data["creator"]
|
||||||
create_variant = placeholder.data["create_variant"]
|
create_variant = placeholder.data["create_variant"]
|
||||||
active = placeholder.data.get("active", True)
|
active = placeholder.data.get("active")
|
||||||
|
|
||||||
creator_plugin = self.builder.get_creators_by_name()[creator_name]
|
creator_plugin = self.builder.get_creators_by_name()[creator_name]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue