From 21b81ec4e9924346c3e17582a7dabc8d2a2f2d8f Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Tue, 4 Jul 2023 18:45:32 +0800 Subject: [PATCH] hound fix --- .../hosts/substancepainter/plugins/create/create_textures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpype/hosts/substancepainter/plugins/create/create_textures.py b/openpype/hosts/substancepainter/plugins/create/create_textures.py index d295daf73a..6972ba2794 100644 --- a/openpype/hosts/substancepainter/plugins/create/create_textures.py +++ b/openpype/hosts/substancepainter/plugins/create/create_textures.py @@ -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",