Jim Burton opened this issue on Nov 01, 2000 ยท 15 posts
Jim Burton posted Thu, 02 November 2000 at 7:33 PM
This is going to be of academic intrest, for reasons you can read inn my next post, but if you want to edit the problem joints in the CR2 here is an example: actor rPinky1:1 { name GetStringRes(1024,25) on bend 1 dynamicsLock 0 hidden 0 addToMenu 1 castsShadow 1 includeInDepthCue 1 parent rHand:1 channels { A lot of stuff follows which I'm going to leave out, then: translateZ ztran { name GetStringRes(1028,14) initValue -0.001 hidden 1 forceLimits 4 min -0.001 max -0.001 trackingScale 0.002 keys { static 0 k 0 -0.001 } interpStyleLocked 0 } } Edit this to be: name GetStringRes(1028,14) initValue 0 hidden 1 forceLimits 0 min -1 max 1 trackingScale 0.002 keys { static 0 k 0 0 } interpStyleLocked 0 }