Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
There's another way. svdl did a script that takes a loaded obj which has been broken down with the grouping tool and transfers those morphs into the figure present in the scene. This script has no restrictions on redistribution or modification so I've added a TK GUI to it with options. I'm still testing it out right now but I'll post it soon.
.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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.
.