Hi, I've been trying for a while to code in maxscript a function to move all the keys of a biped on the time line to make the motion start at an other time. But it's just a nightmare and I did not find any simple way to do it... For others stuffs than a biped the following work fineselectKeys $.controller moveKeys…
Thanks to someone on another forum, I've got my answer... Here is the solution function addOffsetTimeToControllerKeys ctrl offset =( biped.deselectKeys ctrl biped.selectKeys ctrl biped.moveKeys ctrl offset)function setMotionToStartAtFrame bip startFrame =( bipCtrl = bip.controller -- Obtain the subcontrollers vertCont =…
Strange I remember going in tech subforum before posting... must have made an error. Is is possible for a moderator to move the topic? Anyway I found my answer, so if anyone get the same problem here is how I solved it function setMotionToStartAtFrame bip startFrame =( bipCtrl = bip.controller -- Obtain the subcontrollers…