mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
3dsmax uses package.py
This commit is contained in:
parent
d5100a1cc5
commit
73782cf148
3 changed files with 3 additions and 5 deletions
3
server_addon/max/package.py
Normal file
3
server_addon/max/package.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
name = "max"
|
||||
title = "Max"
|
||||
version = "0.1.7"
|
||||
|
|
@ -2,14 +2,10 @@ from typing import Type
|
|||
|
||||
from ayon_server.addons import BaseServerAddon
|
||||
|
||||
from .version import __version__
|
||||
from .settings import MaxSettings, DEFAULT_VALUES
|
||||
|
||||
|
||||
class MaxAddon(BaseServerAddon):
|
||||
name = "max"
|
||||
title = "Max"
|
||||
version = __version__
|
||||
settings_model: Type[MaxSettings] = MaxSettings
|
||||
|
||||
async def get_default_settings(self):
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
__version__ = "0.1.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue