mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed nuke to addon
This commit is contained in:
parent
511bf71f61
commit
310bc6b705
2 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
from .module import (
|
||||
from .addon import (
|
||||
NUKE_ROOT_DIR,
|
||||
NukeModule,
|
||||
NukeAddon,
|
||||
)
|
||||
|
||||
|
||||
__all__ = (
|
||||
"NUKE_ROOT_DIR",
|
||||
"NukeModule",
|
||||
"NukeAddon",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ from openpype.modules.interfaces import IHostAddon
|
|||
NUKE_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
class NukeModule(OpenPypeModule, IHostAddon):
|
||||
class NukeAddon(OpenPypeModule, IHostAddon):
|
||||
name = "nuke"
|
||||
host_name = "nuke"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue