mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
create new enum entities used to determine openpype version
This commit is contained in:
parent
88218caf28
commit
2bfdc5c3e9
2 changed files with 57 additions and 1 deletions
|
|
@ -106,7 +106,9 @@ from .enum_entity import (
|
|||
ToolsEnumEntity,
|
||||
TaskTypeEnumEntity,
|
||||
DeadlineUrlEnumEntity,
|
||||
AnatomyTemplatesEnumEntity
|
||||
AnatomyTemplatesEnumEntity,
|
||||
ProductionVersionsEnumEntity,
|
||||
StagingVersionsEnumEntity
|
||||
)
|
||||
|
||||
from .list_entity import ListEntity
|
||||
|
|
@ -169,6 +171,8 @@ __all__ = (
|
|||
"TaskTypeEnumEntity",
|
||||
"DeadlineUrlEnumEntity",
|
||||
"AnatomyTemplatesEnumEntity",
|
||||
"ProductionVersionsEnumEntity",
|
||||
"StagingVersionsEnumEntity",
|
||||
|
||||
"ListEntity",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue