Forum: Poser - OFFICIAL


Subject: Completely baffled by conforming clothes.

ElZagna opened this issue on Dec 20, 2012 · 33 posts


grichter posted Sun, 23 December 2012 at 3:24 PM

I scale almost all of my figures now in PP2012 to make them have different heights

V4 is tall enough already for my use. I have scaled M4 taller and also shorter then the female character in the scene. If you don't want to go thru all the clothes loaded on your characters and check the boxes one by one or uncheck the boxes one by one. Copy the below and save to a text file with the extension of .py and put where ever you like in your scripts folder...(1) checks the boxes. Duplicate the script and change the (1) to (0) to make an uncheck script.

 

import poser
scene = poser.Scene()
scene.SetFrame(0)

for OneFig in scene.Figures():
    OneFig.SetIncludeScalesWhenConforming(1)
    OneFig.SetIncludeMorphsWhenConforming(1)

scene.DrawAll()

Gary

"Those who lose themselves in a passion lose less than those who lose their passion"