mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
adding default value back to Anti-aliasing Quality and fix tab spaces issues in OP settings
This commit is contained in:
parent
b71ca80bdb
commit
c89ccfc3ea
2 changed files with 15 additions and 15 deletions
|
|
@ -108,7 +108,7 @@ class CreateReview(plugin.MaxCreator):
|
|||
label="Pre-View Preset"),
|
||||
EnumDef("antialiasingQuality",
|
||||
anti_aliasing_enum,
|
||||
default="None",
|
||||
default=self.anti_aliasing,
|
||||
label="Anti-aliasing Quality"),
|
||||
BoolDef("vpTexture",
|
||||
label="Viewport Texture",
|
||||
|
|
|
|||
|
|
@ -98,10 +98,10 @@
|
|||
"multiselection": false,
|
||||
"defaults": "exr",
|
||||
"enum_items": [
|
||||
{"exr": "exr"},
|
||||
{"exr": "exr"},
|
||||
{"jpg": "jpg"},
|
||||
{"png": "png"},
|
||||
{"tga": "tga"}
|
||||
{"png": "png"},
|
||||
{"tga": "tga"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -111,11 +111,11 @@
|
|||
"multiselection": false,
|
||||
"defaults": "Realistic",
|
||||
"enum_items": [
|
||||
{"Realistic": "Realistic"},
|
||||
{"Realistic": "Realistic"},
|
||||
{"Shaded": "Shaded"},
|
||||
{"Facets": "Facets"},
|
||||
{"ConsistentColors": "ConsistentColors"},
|
||||
{"HiddenLine": "HiddenLine"},
|
||||
{"Facets": "Facets"},
|
||||
{"ConsistentColors": "ConsistentColors"},
|
||||
{"HiddenLine": "HiddenLine"},
|
||||
{"Wireframe": "Wireframe"},
|
||||
{"BoundingBox": "BoundingBox"},
|
||||
{"Ink": "Ink"},
|
||||
|
|
@ -136,11 +136,11 @@
|
|||
"multiselection": false,
|
||||
"defaults": "Quality",
|
||||
"enum_items": [
|
||||
{"Quality": "Quality"},
|
||||
{"Quality": "Quality"},
|
||||
{"Standard": "Standard"},
|
||||
{"Performance": "Performance"},
|
||||
{"DXMode": "DXMode"},
|
||||
{"Customize": "Customize"}
|
||||
{"Performance": "Performance"},
|
||||
{"DXMode": "DXMode"},
|
||||
{"Customize": "Customize"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -150,10 +150,10 @@
|
|||
"multiselection": false,
|
||||
"defaults": "None",
|
||||
"enum_items": [
|
||||
{"None": "None"},
|
||||
{"None": "None"},
|
||||
{"2X": "2X"},
|
||||
{"4X": "4X"},
|
||||
{"8X": "8X"}
|
||||
{"4X": "4X"},
|
||||
{"8X": "8X"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue