Forum: Poser Python Scripting


Subject: Deleting Morphs in Python

Dimension3D opened this issue on May 19, 2008 · 11 posts


dennisharoldsen posted Fri, 23 May 2008 at 8:12 AM

Dimension3D:

i think you can do what you want with svdl's RemoveMorphs.py. it removes all the extra delta information so that the scene file is much smaller. i believe it does it by creating a pose but i can't remember exactly. once the information is removed it cannot be reinserted according to svdl.

i would be interested in whatever you come up with because i would like to reduce the file size on scene files in my render library in a batch process and i couldn't arrive at that with svdl's code. i think there is a way but i have other priorities right now.