Add jetpack to rigging

This commit is contained in:
Alan O'Cull 2024-02-26 22:30:04 -05:00
parent 364678d04a
commit f7484ce22b
2 changed files with 5 additions and 2 deletions

BIN
characters/infantry/p10-rigging.blend (Stored with Git LFS)

Binary file not shown.

View File

@ -183,6 +183,9 @@ for b in rig.pose.bones:
arrcopy(b.lock_scale, [True, False, True])
b.lock_rotation_w = True
elif b.name == "jetpack_grip":
b.custom_shape_scale_xyz = (1.25, 2.5, 0.8)
## BODY
elif b.name == "neck.001":
arrcopy(b.lock_location, [True, True, True])