Skip to content

Commit f09cfc6

Browse files
committed
Add compatibility check with newer deadline release for rendering support
1 parent 023b4c7 commit f09cfc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@
2020
}
2121
# Mapping of addon name to version requirements
2222
# - if addon is used in same bundle the version range must be valid
23-
ayon_compatible_addons = {}
23+
ayon_compatible_addons = {
24+
# Needs Deadline support for Cinema4D render submissions
25+
"deadline": ">=0.5.19",
26+
}

0 commit comments

Comments
 (0)