mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
narrow down to the 4 image formats support for review
This commit is contained in:
parent
6fb8caeb5e
commit
439afe4adb
1 changed files with 1 additions and 4 deletions
|
|
@ -33,10 +33,7 @@ class CreateReview(plugin.MaxCreator):
|
|||
pre_create_data)
|
||||
|
||||
def get_instance_attr_defs(self):
|
||||
image_format_enum = [
|
||||
"bmp", "cin", "exr", "jpg", "hdr", "rgb", "png",
|
||||
"rla", "rpf", "dds", "sgi", "tga", "tif", "vrimg"
|
||||
]
|
||||
image_format_enum = ["exr", "jpg", "png", "tif"]
|
||||
|
||||
visual_style_preset_enum = [
|
||||
"Realistic", "Shaded", "Facets",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue