AtelierAriel opened this issue on Jul 03, 2005 ยท 10 posts
AtelierAriel posted Tue, 05 July 2005 at 11:22 AM
Now trying to do this without a lock command and getting the finger from Poser. I spent all yesterday looking at braces and today looks like the same. Just for this one thing. Sigh... The following is the code for the eyes which is the part that's giving me grief. How do you know how many braces you need? Or how few? How many between body parts. I have CR2Edit but can't figure it out. I know...she can't figure that program out? What's she think she's doing here anyway? Code: Comes at the very end after all the other body parts which work. Just the eyes aren't working. So something is off. actor leftEye:1 { bend 0 channels { targetGeom Dilate { keys { static 0 k 0 1 } } translateZ ztran { forceLimits 4 min -0.002 max -0.002 } } scale scale { keys { static 0 k 0 1.3 } } } } actor rightEye:1 { bend 0 channels { targetGeom Dilate { keys { static 0 k 0 1 } } translateZ ztran { forceLimits 4 min -0.002 max -0.002 } } scale scale { keys { static 0 k 0 1.3 } } } } figure { } }