Anthony Appleyard opened this issue on Oct 19, 2014 · 8 posts
Jaager posted Sun, 19 October 2014 at 6:39 PM
Left the : out of the injectPMDFileMorphs line
should be injectPMDFileMorphs :***.pmd
Here is an INJ.pz2 that is the pattern for including custom data for the Master and the group morph channel:
{
version
{
number 10
}
injectPMDFileMorphs :***.pmd
createFullBodyMorph zzz
createFullBodyMorph xxx
actor BODY:1
{
channels
{
groups
{
groupNode Morphs
{
collapsed 1
parmNode zzz
parmNode xxx
}
}
valueParm zzz
{
name YOURS
initValue 0
hidden 0
enabled 1
forceLimits 1
min 0
max 16
trackingScale 0.05
keys
{
k 0 0
}
}
valueParm xxx
{
name YOURS
initValue 0
hidden 0
enabled 1
forceLimits 1
min -1
max 1.6
trackingScale 0.05
keys
{
k 0 0
}
}
}
}
actor chest:1
{
channels
{
groups
{
groupNode chest
{
collapsed 1
parmNode zzz
parmNode xxx
}
}
targetGeom zzz
{
name YOURS
initValue 0
hidden 0
enabled 1
forceLimits 1
min 0
max 1
trackingScale 0.01
}
targetGeom xxx
{
name YOURS
initValue 0
hidden 0
enabled 1
forceLimits 1
min 0
max 1
trackingScale 0.01
}
}
}
}