mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/pipeline/workfile/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
673e7a7359
commit
d6004c2646
1 changed files with 1 additions and 1 deletions
|
|
@ -1574,7 +1574,7 @@ class PlaceholderCreateMixin(object):
|
|||
creator_name = placeholder.data["creator"]
|
||||
create_variant = placeholder.data["create_variant"]
|
||||
|
||||
creator_plugin = get_legacy_creator_by_name(creator_name)
|
||||
creator_plugin = self.builder.get_creators_by_name()[creator_name]
|
||||
|
||||
# create subset name
|
||||
project_name = legacy_io.Session["AVALON_PROJECT"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue