Forum: Poser - OFFICIAL


Subject: How to save Scale Values in Poses?

Leonardis opened this issue on Jan 23, 2004 ยท 5 posts


ockham posted Fri, 23 January 2004 at 1:05 PM

Those lines that look like k 0 1 actually represent keyframes. In an animated pose, there will be a list of 'k' lines, one for each frame marked as a keyframe. In a static pose like you're using, the only 'k' line is for the first frame. (The internal numbering starts from 0 instead of 1.) The first number is the frame, and the second is the value. For scales, the value is represented as a decimal, which means that the 104% you see on the dial becomes 1.04 in the file. So if you want 104% scale, the line should be: k 0 1.04

My python page
My ShareCG freebies