Forum: Poser Python Scripting


Subject: Moving morphs between different figures

Cage opened this issue on Dec 20, 2006 · 1232 posts


Cage posted Sun, 14 January 2007 at 5:25 PM

The triangulation method I've seen involves connecting the start point in the polygon to all of the others which aren't already attached to the start point.  So one loop covers quads and n-gons.  It would seem that we'd get a lot of the "skinny" polys that way, but you're right - it doesn't seem like that would impact us much, if at all.

I think a list to correlate pverts to the broken down polys would be the place to start.  Break them down, create new indices, keep track of how the new and old indices match up.  Then use the list of new indices when listing regions and edges.

Hmm.  Probably more complicated than I think, as usual.  :-P

===========================sigline======================================================

Cage can be an opinionated jerk who posts without thinking.  He apologizes for this.  He's honestly not trying to be a turkeyhead.

Cage had some freebies, compatible with Poser 11 and below.  His Python scripts were saved at archive.org, along with the rest of the Morphography site, where they were hosted.