mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
include only one setting in collect_textures, only in publish tab
This commit is contained in:
parent
fe58cb3c7c
commit
9ccbaed576
1 changed files with 0 additions and 6 deletions
|
|
@ -34,7 +34,6 @@ class CreateTextures(Creator):
|
|||
if not substance_painter.project.is_open():
|
||||
raise CreatorError("Can't create a Texture Set instance without "
|
||||
"an open project.")
|
||||
|
||||
instance = self.create_instance_in_context(subset_name,
|
||||
instance_data)
|
||||
set_instance(
|
||||
|
|
@ -76,7 +75,6 @@ class CreateTextures(Creator):
|
|||
return instance
|
||||
|
||||
def get_instance_attr_defs(self):
|
||||
|
||||
return [
|
||||
EnumDef("exportPresetUrl",
|
||||
items=get_export_presets(),
|
||||
|
|
@ -156,7 +154,3 @@ class CreateTextures(Creator):
|
|||
UILabelDef("*only used with "
|
||||
"'Dilation + <x>' padding"),
|
||||
]
|
||||
|
||||
def get_pre_create_attr_defs(self):
|
||||
# Use same attributes as for instance attributes
|
||||
return self.get_instance_attr_defs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue