mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
small setting bug tweaks on ayon setting
This commit is contained in:
parent
be3bc7af8e
commit
02d41c4cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class MaxSettings(BaseSettingsModel):
|
|||
DEFAULT_VALUES = {
|
||||
"unit_scale_settings": {
|
||||
"enabled": True,
|
||||
"scene_unit_scale": "m"
|
||||
"scene_unit_scale": "Centimeters"
|
||||
},
|
||||
"RenderSettings": DEFAULT_RENDER_SETTINGS,
|
||||
"CreateReview": DEFAULT_CREATE_REVIEW_SETTINGS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue