mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change label to be more reable.
This commit is contained in:
parent
e9387c1b28
commit
7c41e3346f
1 changed files with 5 additions and 4 deletions
|
|
@ -298,6 +298,7 @@ class ArnoldSettingsModel(BaseSettingsModel):
|
|||
title="Additional Arnold Options",
|
||||
description=(
|
||||
"Add additional options - put attribute and value, like AASamples"
|
||||
" and 4"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
@ -325,8 +326,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"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
@ -358,8 +359,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"
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue