From ffd84d45bb8333df75e54f553e060a907a34ce15 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Mon, 4 Mar 2024 22:44:31 +0200 Subject: [PATCH] uncomment products in product_types_enum --- server_addon/houdini/server/settings/publish.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"}, ]