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

[QUAD] Bug: Missing classmethod in apply_settings for flame API #6294

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading