uncomment products in product_types_enum

This commit is contained in:
MustafaJafar 2024-03-04 22:44:31 +02:00
parent 4b9a75075a
commit ffd84d45bb

View file

@ -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"},
]