Skip to content

Commit

Permalink
Adjust dependency to core addons.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Oct 7, 2024
1 parent 0e0c10c commit 0170d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/ayon_resolve/plugins/create/create_workfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def _create_new_instance(self):
variant = self.default_variant
project_name = self.create_context.get_current_project_name()
host_name = self.create_context.host_name
folder_entity = self.get_current_folder_entity()
task_entity = self.get_current_task_entity()
folder_entity = self.create_context.get_current_folder_entity()
task_entity = self.create_context.get_current_task_entity()
folder_path = folder_entity["path"]
task_name = task_entity["name"]
product_name = self.get_product_name(
Expand Down
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

ayon_server_version = ">=1.1.2"
ayon_required_addons = {
"core": ">0.3.2",
"core": ">=1.0.1",
}
ayon_compatible_addons = {}

0 comments on commit 0170d01

Please sign in to comment.