Do note that all rotations at zero do not make a (proper) bind pose.
MaxScript:
MaxScript:
Code:
for o in objects where classof( o ) == BoneGeometry do
(
in coordsys ( transmatrix o.transform.pos )
o.rotation = quat 0 0 0 1
)