mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #663 from BigRoy/bugfix/houdini_usdrender_deadline_submission
Bugfix: Fix usdrender deadline submissions
This commit is contained in:
commit
64946db292
3 changed files with 3 additions and 3 deletions
|
|
@ -6,5 +6,5 @@ FARM_FAMILIES = [
|
||||||
"vrayscene", "maxrender",
|
"vrayscene", "maxrender",
|
||||||
"arnold_rop", "mantra_rop",
|
"arnold_rop", "mantra_rop",
|
||||||
"karma_rop", "vray_rop", "redshift_rop",
|
"karma_rop", "vray_rop", "redshift_rop",
|
||||||
"renderFarm", "usrender", "publish.hou"
|
"renderFarm", "usdrender", "publish.hou"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""Package declaring AYON addon 'deadline' version."""
|
"""Package declaring AYON addon 'deadline' version."""
|
||||||
__version__ = "0.2.1"
|
__version__ = "0.2.2"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name = "deadline"
|
name = "deadline"
|
||||||
title = "Deadline"
|
title = "Deadline"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
|
|
||||||
client_dir = "ayon_deadline"
|
client_dir = "ayon_deadline"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue