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 5:18 PM

The OBJ file format is reasonably well documented. The best info I've found on it is at http://www.royriggs.com/obj.html 

It is possible to use Poser Python to write OBJ files from scratch. A number of my scripts do this when the standard OBJ export options do not give sufficient control.