Forum: Poser Python Scripting


Subject: remove a slice from bottom of a prop..??

dennisharoldsen opened this issue on Apr 08, 2008 ยท 32 posts


PhilC posted Tue, 08 April 2008 at 4:29 PM

It is possible that the process could be scripted.

Work flow:-

For each polygon in the model.
Does polygon intersect the ground? If so move lower verts to y = zero.
Is polygon below the ground? If so assign to a discard group/material.
Perform some Poser Python sleight of hand to effectively delete the unwanted portion.

The Scissors script will do it. I guess with some manipulation that could be adapted to batch process.