mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix host name
This commit is contained in:
parent
78d107f485
commit
28bdf2f2ca
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ BLENDER_ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|||
|
||||
|
||||
class BlenderModule(OpenPypeModule, IHostModule):
|
||||
name = "nuke"
|
||||
host_name = "nuke"
|
||||
name = "blender"
|
||||
host_name = "blender"
|
||||
|
||||
def initialize(self, module_settings):
|
||||
self.enabled = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue