Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Bug: Missing classmethod in apply_settings for flame API
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyprien CAILLOT committed Sep 11, 2024
1 parent d9731d0 commit 134efe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openpype/hosts/flame/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ class ClipLoader(LoaderPlugin):
_mapping = None
_host_settings = None

@classmethod
def apply_settings(cls, project_settings, system_settings):

plugin_type_settings = (
Expand Down

0 comments on commit 134efe7

Please sign in to comment.