mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #6134 from tokejepsen/chore/fix-settings-label-for-maya-render-settings
Maya: change label in the render settings to be more readable
This commit is contained in:
commit
b921d4384d
2 changed files with 6 additions and 5 deletions
|
|
@ -296,6 +296,7 @@ class ArnoldSettingsModel(BaseSettingsModel):
|
|||
title="Additional Arnold Options",
|
||||
description=(
|
||||
"Add additional options - put attribute and value, like AASamples"
|
||||
" and 4"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
@ -323,8 +324,8 @@ class VraySettingsModel(BaseSettingsModel):
|
|||
default_factory=list,
|
||||
title="Additional Vray Options",
|
||||
description=(
|
||||
"Add additional options - put attribute and value,"
|
||||
" like aaFilterSize"
|
||||
"Add additional options - put attribute and value, like "
|
||||
"aaFilterSize and 1.5"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
@ -356,8 +357,8 @@ class RedshiftSettingsModel(BaseSettingsModel):
|
|||
default_factory=list,
|
||||
title="Additional Vray Options",
|
||||
description=(
|
||||
"Add additional options - put attribute and value,"
|
||||
" like reflectionMaxTraceDepth"
|
||||
"Add additional options - put attribute and value, like "
|
||||
"reflectionMaxTraceDepth and 3"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Package declaring addon version."""
|
||||
__version__ = "0.1.7"
|
||||
__version__ = "0.1.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue