Add blend shapes to axe rig

This commit is contained in:
Alan O'Cull 2024-01-24 18:04:04 -05:00
parent e86478607e
commit dd52373091
2 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -161,3 +161,7 @@ if axe_base is not None:
## Set up driver constraint for the switches
drv_constraint_1D(axe_constraint, 'slider1d_axe_gripadjust', 0.06)
drv_constraint_1D(lh_constraint, 'slider1d_axe_lefthand_grip', 0.06)
## Set up smear effect drivers for axe
drv_blend_1D('Key', 'smear_down', 'slider1d_axe_smear', 0.03)
drv_blend_1D('Key', 'smear_up', 'slider1d_axe_smear', -0.03)