Add jetpack to rigging
This commit is contained in:
parent
364678d04a
commit
f7484ce22b
BIN
characters/infantry/p10-rigging.blend
(Stored with Git LFS)
BIN
characters/infantry/p10-rigging.blend
(Stored with Git LFS)
Binary file not shown.
@ -183,6 +183,9 @@ for b in rig.pose.bones:
|
|||||||
arrcopy(b.lock_scale, [True, False, True])
|
arrcopy(b.lock_scale, [True, False, True])
|
||||||
b.lock_rotation_w = True
|
b.lock_rotation_w = True
|
||||||
|
|
||||||
|
elif b.name == "jetpack_grip":
|
||||||
|
b.custom_shape_scale_xyz = (1.25, 2.5, 0.8)
|
||||||
|
|
||||||
## BODY
|
## BODY
|
||||||
elif b.name == "neck.001":
|
elif b.name == "neck.001":
|
||||||
arrcopy(b.lock_location, [True, True, True])
|
arrcopy(b.lock_location, [True, True, True])
|
||||||
|
Loading…
Reference in New Issue
Block a user