Skip to content

Commit

Permalink
Merge pull request #12 from ynput/enhancement/addon-definition
Browse files Browse the repository at this point in the history
Chore: Addon definition
  • Loading branch information
iLLiCiTiT authored Jul 23, 2024
2 parents 9d830d6 + d6ecc7e commit 3404100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/ayon_openrv/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ class OpenRVAddon(AYONAddon, IHostAddon, IPluginPaths):
host_name = "openrv"
version = __version__

def initialize(self, module_settings):
self.enabled = True

def get_plugin_paths(self):
return {}

Expand Down
4 changes: 4 additions & 0 deletions package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@

plugin_for = ["ayon_server"]
build_command = ""
ayon_required_addons = {
"core": ">=0.3.0",
"applications": ">=0.2.0",
}

0 comments on commit 3404100

Please sign in to comment.