mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
fix wrong enum items
This commit is contained in:
parent
5733fb7426
commit
00366b447e
1 changed files with 2 additions and 2 deletions
|
|
@ -24,11 +24,11 @@ def product_types_enum():
|
|||
return [
|
||||
{"value": "camera", "label": "Camera (Abc)"},
|
||||
{"value": "pointcache", "label": "PointCache (Abc)/PointCache (Bgeo)"},
|
||||
{"value": "review", "staticMesh": "Static Mesh (FBX)"},
|
||||
{"value": "review", "label": "Review"},
|
||||
{"value": "staticMesh", "label": "Static Mesh (FBX)"},
|
||||
{"value": "usd", "label": "USD (experimental)"},
|
||||
{"value": "vdbcache", "label": "VDB Cache"},
|
||||
{"value": "imagesequence", "label": "Composite (Image Sequence)"},
|
||||
{"value": "review", "review": "Review"},
|
||||
{"value": "ass", "label": "Arnold ASS"},
|
||||
{"value": "arnold_rop", "label": "Arnold ROP"},
|
||||
{"value": "mantraifd", "label": "Mantra IFD"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue