Lady Cherry opened this issue on Mar 28, 2003 ยท 20 posts
Maveris posted Sat, 29 March 2003 at 12:22 PM
Hi Lady Cherry, I think that Jim is talking about this: search in cr2 file the actor lThigh, this is an example for make your cr2 working: actor lThigh:1 . . . rotateZ zrot { name GetStringRes(1028,3) initValue 0 hidden 1 forceLimits 0 min -180 max 180 trackingScale 1 keys { static 0 k 0 -30 } interpStyleLocked 0 valueOpDeltaAdd Figure 1 lThigh:1 Side-Side deltaAddDelta 1.000000 } valueParm Side-Side { name Side-Side initValue 0 hidden 0 forceLimits 0 min -180 max 180 trackingScale 1 keys { static 0 k 0 0 } interpStyleLocked 0 } . . . you must replace the rotateZ zrot definition with the code above... the rThigh is similar (angular inversion). Hope help you and sorry for my poor english, Mav :)