Skip to content

Commit

Permalink
Merge pull request #432 from BigRoy/bugfix/maya_collect_file_dependen…
Browse files Browse the repository at this point in the history
…cies_apply_settings

Maya: Collect File Dependencies fix `apply_settings` signature
  • Loading branch information
iLLiCiTiT authored Apr 19, 2024
2 parents 8757051 + 276b293 commit eb69c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CollectFileDependencies(pyblish.api.ContextPlugin):
families = ["renderlayer"]

@classmethod
def apply_settings(cls, project_settings, system_settings):
def apply_settings(cls, project_settings):
# Disable plug-in if not used for deadline submission anyway
settings = project_settings["deadline"]["publish"]["MayaSubmitDeadline"] # noqa
cls.enabled = settings.get("asset_dependencies", True)
Expand Down

0 comments on commit eb69c5c

Please sign in to comment.