[Poser] Combining dialed head morphs into 1 morph dial
First and foremost,
DISABLE EXTERNAL BINARY MORPH TARGETS IN YOUR PREFS WINDOW
1. Morph your figure using dials
2. go to file > export > wavefront
3. Single frame > uncheck everything, by unchecking 'Universe', then check "head", click ok
4. Uncheck every option except "Export as Morph target", click ok.
5. After saving the .obj to a familiar place, open a new project, load the BLANK version of your figure (v3/s3/a3)
6. Select the head, and go to "Object > Load Morph Target", browse to your newly saved .obj and name it whatever you want. Click ok.
7. a dial should be in your parameters window with the name you specified, set it to 1. Your morph should be set.
8. Go to your Figures Library and click the + at the bottom of the window. This should add the blank model with your morph to the library.
9. Open the newly added .cr2 in notepad ( NOT WORD ) and locate your morphdial name by searching for it.
10. You are looking for 3 sections of text: Indexes *** , NumDeltas ***, and Deltas { abillionnumbers }
11. Copy and paste from Indexes to the last row of numdeltas into a new file. I've attached a dummy .PZ2 file for you to use as a template. once you've added the delta info to the new file, save it to the POSE library.
Attached .PZ2
[php]
{
version
{
number 4.01
}
actor head:1
{
channels
{
targetGeom PBMCC_01 // This MUST be named PBMCC_01-50 in order to INJ properly
{
name MorphName // this is the dial you will see in parameters window
hidden 0 // this is vital for showing up in parameters window
keys
{
static 0
k 0 1 // the "1" signifies that the morph dial is set to "1" when its INJ
}
interpStyleLocked 0
indexes // if this line is blank, your pz2 won't work
numbDeltas // If this line is blank, your pz2 won't work
deltas
{
// A HUGE list of numbers goes between these brackets
}
}
}
}
}
[/php]