imax24 opened this issue on Aug 25, 2010 ยท 12 posts
lesbentley posted Fri, 27 August 2010 at 10:49 AM
Quote - This REM file seems a bit different than your example. For instance, yours does not include the "hidden" line.
The contents of a REM file can vary a bit depending on what you want it to do. The only line that is absolutely essential is "indexes 0" (not "numbDeltas 0"), eg:
{
version
{
number 4.01
}
actor head
{
channels
{
#
targetGeom PBMCC_42
{
indexes 0
}
}
}
}
"indexes 0" does the actual job of deleting the deltas from the channel. Other lines like "name -" to change the displayed dial name, or "hidden 1" to hide the dial from the parameters palette, or "k 0 0" to set the channel value to zero in frame one, are optional. I think that the people who coded poser can't have been completely sober the day they did this part of the coding, because in Poser Script "indexes" means the number of delta lines in the morph, and "numbDeltas" means the number of vertices in the actor. These meanings are the inverse of what the names would suggest.