Forum: Poser Technical


Subject: SET files - This shouldn't work, but it does. Why?

maclean opened this issue on Apr 13, 2003 ยท 6 posts


maclean posted Sun, 13 April 2003 at 6:20 PM

I made some SET files which 'set' the position and visibility of figures and their body parts. I've been making all these files affect BODY:1, because I discovered that when they're applied to any figure with the same body part names, they work every time. So, I then tried making one which included body parts from 2 different figures, applied it to one, and it also affected the other. Cool...but why? Here's a shortened version of the SET. --------------------------- { version { number 4.01 } actor BODY:1 { channels { translateX xtran { keys { k 0 -2.092 } } } } actor fill_1:1 { on } actor fill_2:1 { off } actor back_1:1 { off } actor back_1:1 { on } } -------------------------------- The actors 'fill' are part of one figure, and 'back' part of another. No use to anyone who doesn't have the figure, of course, but I wondered if anyone else has tried this, and with what results. mac