Forum Moderators: Staff
Poser Technical F.A.Q (Last Updated: 2024 Nov 13 12:50 am)
Welcome to the Poser Technical Forum.
Where computer nerds can Pull out their slide rules and not get laughed at. Pocket protectors are not required. ;-)
This is the place you come to ask questions and share new ideas about using the internal file structure of Poser to push the program past it's normal limits.
New users are encouraged to read the FAQ sections here and on the Poser forum before asking questions.
Yes, you can use 'MAT' files from the Pose folder. As les said, Pose files don't hold scale info, but you can add that info and use them from the Pose library. They're called SET files and I use them for all sorts of things, from positioning to changing joint parameters. Here's a simple 'SET' file for scale which works in both the Pose folder and Cameras. { version { number 4.01 } actor BODY:1 { channels { scaleY yScale { keys { k 0 1.1 } } } } actor hip:1 { channels { scale scale { keys { k 0 1.5 } } } } } --------------------- Copy the above and save it with the extension .pz2 (for Poses) or .cm2 (for Cameras). Apply it to any figure (with a hip) and it will scale the BODY to Yscale 110% and the hip to Scale 150% (main scale dial). This is just for illustration purposes. You can make your own like this. 1. Make the version section. { version { number 4.01 } 2. Add a BODY section (if required) actor BODY:1 { channels { scaleY yScale { keys { k 0 1.1 } } } } 3. Add the actors you need. actor hip:1 { channels { scale scale { keys { k 0 1.5 } } } } 4. Add the closing brace. } --------------------------------- Note that for each actor you add, it's name must correspond exactly with the actor in the figure. To make the other scale channels, these are the names you use scale scale (= main scale dial) scaleY yscale (= Yscale dial) scaleX xscale (= Xscale dial) scaleZ zscale (= Zscale dial) As les pointed out, a value of 1 = 100%. A value of 1.1 would be 110%, 2 = 200% and 1.25 = 125%. For 212% your Key line would read 'k 0 2.12' Any problems, just shout. mac
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
I've been searching around and I can't seem to find a way to allow pose files to change the "Scale" of bodyparts. Something like the way Blackhearted made a MOR file for his "Ki" model. Is there a way to do this. Specifically, I'm looking for a way to allow Pose Injections to alter the Scale of Victoria 3. Thanks.