mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
Account for no overrides.
This commit is contained in:
parent
9a57800d12
commit
97c7c4edb8
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ class ExtractAlembic(publish.Extractor, AYONPyblishPluginMixin):
|
|||
|
||||
@classmethod
|
||||
def get_attribute_defs(cls):
|
||||
if not cls.overrides:
|
||||
return []
|
||||
|
||||
override_defs = {
|
||||
"attr": TextDef(
|
||||
"attr",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue