Forum: Poser - OFFICIAL


Subject: How to make INJ/REM pose files from a Custom Morph...

jartz opened this issue on Jun 09, 2006 · 7 posts


jartz posted Fri, 09 June 2006 at 3:01 AM

I made with Miki.  Is there a program where I can do that.

I heard some of a Poser's Little Helper.  I also have the Poser Tool Collection.

How can I go about this?

Thank you,

J B

____________________________________________________________________________________________________________________________

Asus N50-600 - Intel Core i5-8400 CPU @ 2.80GHz · Windows 10 Home/11 upgrade 64-bit · 16GB DDR4 RAM · 1TB SSD and 1TB HDD; Graphics: NVIDIA Geforce GTX 1060 - 6GB GDDR5 VRAM; Software: Poser Pro 11x


sixus1 posted Fri, 09 June 2006 at 1:18 PM

You will need remove all morphs from the figure that aren't yours. Then set your general prefs in Poser to use external Binary Morph Targets. Save out your figure. This will create a CR2 file as well as a pmd file. The morphs are stored in the PMD file.  You won't need the Cr2, but the pmd contains your morph data.

You will need to manually create a file to load in the pmd.

Here are several examples:

{
version
{
number 6
}
injectPMDFileMorphs "S1M-MikiAlien.pmd"
readScript "S1M-MikiAlien.txt"
}

The first line loads in the morphs. The readScript line loads in a text file that creates a group node for the morphs.

**{
version
{
number 6
}
actor head:1
{
channels
{
groups
{
groupNode S1M-Alien
{
parmNode 1Horn1
parmNode 1Horn2
parmNode BackConeHead
parmNode BackCrown
parmNode HeadVeins1
parmNode CheekboneHorn2
parmNode NoseHook
parmNode TragusStretch
}
}
}

}
}**

and here is an example from Poser 6 for Jessi with FBMs:

**{
version
{
number 6
}

injectPMDFileMorphs "JessiFBM.pmd"

createFullBodyMorph mesomorphFBM
createFullBodyMorph ectomorphFBM
createFullBodyMorph endomorphFBM

attachFBMdial mesomorphFBM mesomorphNoGenFBM
attachFBMdial ectomorphFBM ectomorphNoGenFBM
attachFBMdial endomorphFBM endomorphNoGenFBM

}**

But I have seen some problems with the noGen FBM on the hips...so I would be careful if you plan to use NoGen FBMs They seem to be compounding. I don't know if it is the morphs themselves or the code.

Hope that helps a bit at least,

--Rebekah--


jartz posted Fri, 09 June 2006 at 3:14 PM

Thanks a lot for the comments, at first I thought I would be in a loss.

The examples you gave me will be useful.  However, I am working on a face morph for her.  Just sculpting her with Hex2, and making the face as unique and different as possible, and it's quite a thrill to do, despite having to go through the mill to load the morph target for the face [forgot to select the Head first instead of the body], of which I did it with no qualms.

Now, will the making a head morph pose file will be the same way as do the Full Body morph example you gave me? 

I will bookmark this for future reference since this would be as quite different as say doing it with DAZ's Injection Dials and Injection Pose folders or what have you.  :blushing:

Thanks again,

JB.

P.S.:  To Rebekah et al., as a customer and admirer to Sixus1 and your Poser products, I wish you the very best in luck, hope and success.  I also look forward to what is planned for the future of Sixus1.  👍

____________________________________________________________________________________________________________________________

Asus N50-600 - Intel Core i5-8400 CPU @ 2.80GHz · Windows 10 Home/11 upgrade 64-bit · 16GB DDR4 RAM · 1TB SSD and 1TB HDD; Graphics: NVIDIA Geforce GTX 1060 - 6GB GDDR5 VRAM; Software: Poser Pro 11x


momodot posted Sat, 10 June 2006 at 6:05 PM

I hope it is not unseemly of me to ask... but by anychance have you made a European-style head for Miki you could share with me? Just eyes and nose even? Thanks.



sixus1 posted Mon, 12 June 2006 at 9:22 PM

**{
version
{
number 6
}

injectPMDFileMorphs "S1M-Alien .pmd"

}**

Simple pose file for a head only.  And if you were doing several body parts, but didn't want full body morph dials....then same thing.

Hope that helps.  :)

and thanks for the well wishes, we aren't going to be gone, but definately doing more diverse things.  :)

Good luck with your morphs!!

--Rebekah--


rofocale posted Tue, 13 June 2006 at 12:00 PM

momodot!  Check out "Eugenie" at runtime dna´s site.


Angelouscuitry posted Tue, 13 June 2006 at 6:18 PM

Go to the Python Scripting Forum, and look for a thread named Spawn Character.  This is python that SVDL is working on to do all sorts of stuff.  It already can do waht you're asking.  I've bothered hime enough, maybe you could go cheer him on a bit for me, and ask hime when he expects to finish?