mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound fix
This commit is contained in:
parent
950c5f6b04
commit
21b81ec4e9
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ class CreateTextures(Creator):
|
|||
raise CreatorError("Can't create a Texture Set instance without "
|
||||
"an open project.")
|
||||
# Transfer settings from pre create to instance
|
||||
creator_attributes = instance_data.setdefault("creator_attributes", dict())
|
||||
creator_attributes = instance_data.setdefault(
|
||||
"creator_attributes", dict())
|
||||
for key in [
|
||||
"exportPresetUrl",
|
||||
"exportFileFormat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue