VNyan blendshapes
vnyan_blendshapeRead live blendshape values and apply or remove overrides that take precedence over tracking.
Instructions
Read live blendshape values (all, or one by name) and set/clear override values that take priority over tracking - the same mechanism as the Blendshape node. Source: plugin (live, read+write).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | For 'get': instant value or accumulated last-frame value | |
| name | No | Blendshape name (required except for 'list') | |
| value | No | RAW value, on the same scale 'get'/'list' report and pendulum outputs write - roughly 0-1 for full deflection, and NOT clamped (set 250 and it stores 250). This is deliberately NOT the 0-100 convention BlendshapeNode uses in a node graph: only BlendshapeNode divides by 100, so an int 37 there lands here as 0.37. Passing 50 expecting half deflection would give you 50x. Setting 0 removes the override entirely. Required for set actions. | |
| action | Yes | Which blendshape operation to perform |