CopyBlendRigControls
Only in Wrap4D
Copies selected control values from one Blendshape Rig to another.
Inputs
- Rig to copy controls from
BlendRig
Blendshape Rig to copy control values from.- Rig to copy controls to
BlendRig
Blendshape Rig to copy control values into.
Output
BlendRig
Blendshape Rig with сopied control values.
Parameters
- On Name Mismatch:
what to do if loaded controls differ from input Blendshape Rig controls.
- Error
Stops with error.
- Ignore Missed
Error on extra controls. Any missing loaded controls preserve their values from input rig.
- Ignore New
Error on missing controls. Any extra loaded controls are ignored.
- Ignore Both
Never stops with error, extra controls ignored, missing preserved.
- Include Controls:
whitelist of control names to copy, separated by comma. Example:
JawOpen, Funnel, Blink
.- Exclude Controls:
blacklist of control names, separated by comma. The values of these controls are copied from the input Blendshape Rig.
Note
Blacklist overrides whitelist. If each list contains one control name, this control value will not be copied. If the control name is not on any of the lists, this control will be excluded.
Note
In whitelist and blacklist control name depends on the order of the suffixes. For example, if you will write Jaw_L_Left
, it will not select Jaw_Left_L control value.
Tip
You can use special characters to simplify whitelist and blacklist. ?
equals to one arbitrary character. For example Jaw_?_Left
selects Jaw_L_Left and Jaw_R_Left control values. *
equals to any number of arbitrary characters. For example Jaw*
selects each control value, starting with Jaw
: JawOpenExtreme, Jaw_R_Left, JawOpen, Jaw_Right_L; *
list value selects all control values.
Visual Editor
The visual editor displays a list of output Blendshape Rig controls. In the visual editor, special controls are highlighted:
Copied controls are white.
Excluded controls are gray.
Non specified in the reference Blendshape Rig controls are black.