We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023b4c7 commit f09cfc6Copy full SHA for f09cfc6
package.py
@@ -20,4 +20,7 @@
20
}
21
# Mapping of addon name to version requirements
22
# - if addon is used in same bundle the version range must be valid
23
-ayon_compatible_addons = {}
+ayon_compatible_addons = {
24
+ # Needs Deadline support for Cinema4D render submissions
25
+ "deadline": ">=0.5.19",
26
+}
0 commit comments