mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
don't transfere creator attribute
This commit is contained in:
parent
1733edff68
commit
eea5669799
1 changed files with 0 additions and 7 deletions
|
|
@ -128,13 +128,6 @@ class CreateHDA(plugin.HoudiniCreator):
|
|||
def create(self, product_name, instance_data, pre_create_data):
|
||||
instance_data.pop("active", None)
|
||||
|
||||
# Transfer settings from pre create to instance
|
||||
creator_attributes = instance_data.setdefault(
|
||||
"creator_attributes", dict())
|
||||
for key in {"use_project"}:
|
||||
if key in pre_create_data:
|
||||
creator_attributes[key] = pre_create_data[key]
|
||||
|
||||
return super(CreateHDA, self).create(
|
||||
product_name,
|
||||
instance_data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue