move deadline plugin to correct place

This commit is contained in:
Jakub Jezek 2022-11-25 16:38:14 +01:00
parent f8b00d7ad4
commit 2117df1ad2
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
4 changed files with 2 additions and 1 deletions

View file

@ -71,6 +71,7 @@ class CelActionPlugin(DeadlinePlugin):
# Ignore 'celaction' Pop-up dialog # Ignore 'celaction' Pop-up dialog
self.AddPopupIgnorer(".*Rendering.*") self.AddPopupIgnorer(".*Rendering.*")
self.AddPopupIgnorer(".*AutoRender.*")
# Ignore 'celaction' Pop-up dialog # Ignore 'celaction' Pop-up dialog
self.AddPopupIgnorer(".*Wait.*") self.AddPopupIgnorer(".*Wait.*")

View file

@ -9,7 +9,7 @@ exclude =
*/vendor, */vendor,
website, website,
openpype/vendor, openpype/vendor,
*/deadline_custom_plugin/CelAction *deadline/repository/custom/plugins
max-complexity = 30 max-complexity = 30