Forum: Poser Python Scripting


Subject: Convert Obj groups into separate obj files?

Netherworks opened this issue on Feb 19, 2006 ยท 7 posts


Netherworks posted Sun, 19 February 2006 at 1:41 PM

If possible, I'm making a request for a script that will take a grouped .obj file and separate it into its individual groups as .obj files. So let's say we have a grouped .obj called bubba.obj. It would load bubba.obj and write it into separated obj files: bubba_head.obj bubba_neck.obj bubba_chest.obj and so on. I think many folks might find this useful. It's just way beyond my skill and knowledge of how python handles meshes.

.