This commit is contained in:
Tommy Hochstetler 2024-02-27 19:14:55 -05:00
commit 2a1d92b615
3 changed files with 7 additions and 4 deletions

BIN
animations/infantry/anims-alan.blend (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

View File

@ -182,6 +182,9 @@ for b in rig.pose.bones:
arrcopy(b.lock_rotation, [True, True, True])
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":