Forum: Poser - OFFICIAL


Subject: Bug-eyed Vicki3--weird 'spawn morph target' problem in P4....

Patricia opened this issue on Jul 12, 2003 ยท 10 posts


Grey_cat posted Sat, 12 July 2003 at 2:56 PM

Yikes! You need to positions the eyes and once they're position, lock them in place. The following is an example of a pose file: { version { number 4.01 } actor leftEye:1 { channels { translateX xtran { forceLimits 1 min -0.0003 max 0.0003 keys { static 0 k 0 0.0003 } } translateY ytran { forceLimits 1 min -0.0001 max 0.0001 keys { static 0 k 0 0 } } translateZ ztran { forceLimits 1 min -0.0001 max 0.0001 keys { static 0 k 0 0 } } } } actor rightEye:1 { channels { translateX xtran { forceLimits 1 min -0.0003 max 0.0003 keys { static 0 k 0 -0.0003 } } translateY ytran { forceLimits 1 min -0.0001 max 0.0001 keys { static 0 k 0 0 } } translateZ ztran { forceLimits 1 min -0.0001 max 0.0001 keys { static 0 k 0 0 } } } } } If you need more information, IM me.