mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/pipeline/publish/publish_plugins.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
64b6729eec
commit
e1438ed597
1 changed files with 6 additions and 4 deletions
|
|
@ -309,10 +309,12 @@ class OptionalPyblishPluginMixin(AYONPyblishPluginMixin):
|
|||
label = cls.label or cls.__name__
|
||||
|
||||
return [
|
||||
BoolDef("active",
|
||||
default=active,
|
||||
label=label,
|
||||
tooltip=cls.optional_tooltip)
|
||||
BoolDef(
|
||||
"active",
|
||||
default=active,
|
||||
label=label,
|
||||
tooltip=cls.optional_tooltip,
|
||||
)
|
||||
]
|
||||
|
||||
def is_active(self, data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue