Forum: Poser Technical


Subject: Is it possible....

shadownet opened this issue on Jan 30, 2004 ยท 8 posts


lesbentley posted Fri, 30 January 2004 at 3:30 PM

You can use a pz2 to smartparent a prop to an actor in a figure. For example:

{
actor box_1
        {
        smartparent lShin
        }
}

Although this works for "smartparent" it does not seem to work for "parent". Note the use of "actor box_1" not "prop box_1". To remove parenting use: { actor box_1 { smartparent UNIVERSE } }