Forum: Poser Python Scripting


Subject: PMD encoding

PhilC opened this issue on Mar 04, 2011 · 12 posts


semidieu posted Sun, 06 March 2011 at 7:43 AM

Quote - > Quote - I'm also interested of this because...

saving a figure with python scripts and Binary morph deltas enabled creates a pmd... but not usable for injecting using a pose file. It works if you load it with the figure but cannot be used to load morphs on a figure with a pose (pz2) file.

 

I assume you do not know the old Miki2.0 exapnsion morphs (Ultimate Body Morphs) from RDNA where injected pmd's. Granted what you are trying to do and how that file was created might be as different as night and day. When it comes to morph creations, injections and or advanced python scripts, I am a complete rookie.

Hopefully without violating the copyright, the first line in the pz2 file reads. It is edited from the original location by me.

injectPMDFileMorphs :Runtime:libraries:Morphs:Miki2:M2UBM.pmd

 

There's a very little difference: the pmd from Ultimate Body Morphs were created using the default Poser library (the + sign). But when you save a figure using a python script, it seems that it does not save exactly the same pmd! It's a Poser Python bug.