diff --git a/server_addon/houdini/server/settings/publish.py b/server_addon/houdini/server/settings/publish.py index c340dbeb27..13d7f4c14f 100644 --- a/server_addon/houdini/server/settings/publish.py +++ b/server_addon/houdini/server/settings/publish.py @@ -30,13 +30,13 @@ def product_types_enum(): {"value": "imagesequence", "label": "Composite (Image Sequence)"}, {"value": "review", "review": "Review"}, {"value": "ass", "label": "Arnold ASS"}, - # {"value": "arnold_rop", "label": "Arnold ROP"}, + {"value": "arnold_rop", "label": "Arnold ROP"}, {"value": "mantraifd", "label": "Mantra IFD"}, - # {"value": "mantra_rop", "label": "Mantra ROP"}, + {"value": "mantra_rop", "label": "Mantra ROP"}, {"value": "redshiftproxy", "label": "Redshift Proxy"}, - # {"value": "redshift_rop", "label": "Redshift ROP"}, - # {"value": "karma_rop", "label": "Karma ROP"}, - # {"value": "vray_rop", "label": "VRay ROP"}, + {"value": "redshift_rop", "label": "Redshift ROP"}, + {"value": "karma_rop", "label": "Karma ROP"}, + {"value": "vray_rop", "label": "VRay ROP"}, ]