mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
renamed aftereffects to addon
This commit is contained in:
parent
a991d4b6fe
commit
3d7b2179c8
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from .module import AfterEffectsModule
|
||||
from .addon import AfterEffectsAddon
|
||||
|
||||
|
||||
__all__ = (
|
||||
"AfterEffectsModule",
|
||||
"AfterEffectsAddon",
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ from openpype.modules import OpenPypeModule
|
|||
from openpype.modules.interfaces import IHostAddon
|
||||
|
||||
|
||||
class AfterEffectsModule(OpenPypeModule, IHostAddon):
|
||||
class AfterEffectsAddon(OpenPypeModule, IHostAddon):
|
||||
name = "aftereffects"
|
||||
host_name = "aftereffects"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue