mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
move deadline plugin to correct place
This commit is contained in:
parent
f8b00d7ad4
commit
2117df1ad2
4 changed files with 2 additions and 1 deletions
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
|
@ -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.*")
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue