mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Append Antialiasing and MotionBlur Sampling
This commit is contained in:
parent
697916c3cd
commit
ed0ba7e3ab
1 changed files with 16 additions and 0 deletions
|
|
@ -201,6 +201,14 @@
|
|||
"label": "Texture Clamp Resolution",
|
||||
"decimal": 0
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "lineAAEnable",
|
||||
"label": "Smooth Wireframe"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"key": "multiSample",
|
||||
|
|
@ -209,6 +217,9 @@
|
|||
"minimum": 0,
|
||||
"maximum": 32
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "shadows",
|
||||
|
|
@ -303,6 +314,11 @@
|
|||
"key": "motionBlurShutterOpenFraction",
|
||||
"label": "Shutter Open Fraction"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"key": "motionBlurSampleCount",
|
||||
"label": "Sample Count"
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue