mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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__ = (
|
__all__ = (
|
||||||
"BlenderModule",
|
"BlenderAddon",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ from openpype.modules.interfaces import IHostAddon
|
||||||
BLENDER_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
BLENDER_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
|
|
||||||
class BlenderModule(OpenPypeModule, IHostAddon):
|
class BlenderAddon(OpenPypeModule, IHostAddon):
|
||||||
name = "blender"
|
name = "blender"
|
||||||
host_name = "blender"
|
host_name = "blender"
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue