mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
tweaks on the settings for variable
This commit is contained in:
parent
aac075f93b
commit
cc77114db9
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ class CreateReview(plugin.MaxCreator):
|
|||
visual_style = "Realistic"
|
||||
viewport_preset = "Quality"
|
||||
vp_texture = True
|
||||
anti_aliasing = None
|
||||
anti_aliasing = "None"
|
||||
|
||||
def apply_settings(self, project_settings):
|
||||
settings = project_settings["max"]["CreateReview"] # noqa
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"CreateReview": {
|
||||
"review_width": 1920,
|
||||
"review_height": 1080,
|
||||
"percentSize": 100,
|
||||
"percentSize": 100.0,
|
||||
"keep_images": false,
|
||||
"image_format": "png",
|
||||
"visual_style": "Realistic",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue