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