Forum: Poser Technical


Subject: Hide Channel (another question)

sulian opened this issue on Jun 12, 2002 ยท 8 posts


lesbentley posted Thu, 13 June 2002 at 6:38 PM

Doh! sory for the confusion I've not had much sleep in the last few days, my brain has obviously turned to mush. This is the script for hiding MORPH CHANNEL DIALS. I will try and post a pretty graphic version after I get some sleep.
{
version
{
number 3.0
}
actor head:1
{
channels
{
targetGeom RoundFace
{
hidden 1
}
targetGeom LongFace
{
hidden 1
}
}
}
}