mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
uncomment products in product_types_enum
This commit is contained in:
parent
4b9a75075a
commit
ffd84d45bb
1 changed files with 5 additions and 5 deletions
|
|
@ -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"},
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue