Forum: Poser - OFFICIAL


Subject: scaling the poser universe....

amacord opened this issue on Dec 29, 2006 · 24 posts


nruddock posted Sun, 31 December 2006 at 11:42 AM

> Quote - Okay, I take it you cannot directly manipulate scale by talking to the method in each actor, which is why you have the first three lines getting a pointer to the scale parameter?  Or could it have been done another way? > > I see what your script does, seems to parent everything to one object/geometry and apply Scale one time, to the parent object, and how you filtered down types of props to exclude various stuff that I was allowing, thanks for that example, always good to see how to do something right :)

The "parent everything to a prop then scale" method is an old one that many people have used before.

The method you had scripted, even when corrected for various miscodings, produced undesirable results.
In cases like this, attention to the fine detail of what's needed can't be avoided (e.g. parent props like magnets are affected by their parents scale setting and so don't need doing seperately).

I've attached a working version of your original script so you can compare it and the one I ended up with (you can start a thread in the Python forum if you want to go into the details).