ModifyBlendRigControls
Only in Wrap4D
Modifies your BlendRig control values. Works both for any frame range. Available modes: multiply, offset, clamp and symmetrize.
Inputs
- Blendshape Rig
BlendRigRig with input control values.
Output
- Blendshape Rig
BlendRigSame rig with modified control values.
Parameters
- Mode:
- Multiply
scales control values by a multiplier.
- Offset
adds a constant value to control values.
- Clamp
restricts control values within a minimum/maximum range.
- Clamp Magnitude
limits the absolute value of controls while preserving sign.
- Symmetrize
creates or enhances facial symmetry across specified axes.
- Include Controls:
whitelist of control names to modify, separated by comma. You can use whole control names, e.g.
JawOpen, Funnel, Blink, or masks, e.g.Jaw*, *Brow*.- Exclude Controls:
blacklist of control names, separated by comma. The values of these controls are copied from the input Blendshape Rig without changes.
Multiply parameter tab
- Multiplier:
scale factor applied to control values.
Offset parameter tab
- Offset:
сonstant value added to control values.
Clamp parameter tab
- Lower Limit:
minimum allowed value for control values. Values below this threshold are raised to the lower limit.
- Upper Limit:
maximum allowed value for control values. Values above this threshold are reduced to the upper limit.
Clamp Magnitude parameter tab
- Magnitude Limit:
maximum absolute value allowed for control values. Controls are limited to the range
[-Magnitude Limit, +Magnitude Limit]while preserving their original sign.
Symmetrize parameter tab
- Strength:
intensity of the symmetry effect (
0.0= no symmetry,1.0= full symmetry).- Side Suffix:
suffix identifying the primary side of controls.
- Other Side Suffix:
suffix identifying the opposite side of controls.
- Side Dominance:
blending bias between sides (
0.0= balanced, positive = favor primary side, negative = favor opposite side).