description updates
This commit is contained in:
@@ -15,18 +15,20 @@
|
||||
"label": "Current Mix",
|
||||
"type": "float",
|
||||
"default": 0.72,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Contribution of the current frame in the temporal blend."
|
||||
},
|
||||
{
|
||||
"id": "trailMix",
|
||||
"label": "Trail Mix",
|
||||
"type": "float",
|
||||
"default": 0.28,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Contribution of older frames in the temporal blend."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user