Earen Posted March 8, 2015 Posted March 8, 2015 As topic name says, I'm trying to rotate bones (passing float[3], Euler angles), but the bone only temporarily moves/rotates and then restores its previous state. Can idle animation cause the issue?
jacques00 Posted March 8, 2015 Posted March 8, 2015 If I remember correctly, possibly yes. It's better to rotate a proxy bone with the animated bone nested underneath it (if that makes sense). I'm not sure if Expired produced any documentation on it, but I do remember that particular issue being brought up when talking about the rotation functions with other mod authors.
Earen Posted March 8, 2015 Author Posted March 8, 2015 If I remember correctly, possibly yes. It's better to rotate a proxy bone with the animated bone nested underneath it (if that makes sense). I'm not sure if Expired produced any documentation on it, but I do remember that particular issue being brought up when talking about the rotation functions with other mod authors. Thanks for that. That probably means that skeleton should be edited (to add extra bone which won't be affected by animations?) since it may not have animated bones? And I'm newb in rigging
Recommended Posts
Archived
This topic is now archived and is closed to further replies.