Forum Moderators: Staff
Poser Technical F.A.Q (Last Updated: 2024 Nov 13 12:50 am)
Welcome to the Poser Technical Forum.
Where computer nerds can Pull out their slide rules and not get laughed at. Pocket protectors are not required. ;-)
This is the place you come to ask questions and share new ideas about using the internal file structure of Poser to push the program past it's normal limits.
New users are encouraged to read the FAQ sections here and on the Poser forum before asking questions.
Yes, that's exactly what happens. I've been messing around with it, using several figures at a time, and it seems that if you load the actors from separate figures in one SET file and just use a generic BODY:1 header, it runs through the entire hierarchy of every figure, and makes the necessary changes. It could be connected to crosstalk. I still haven't installed my poser 5 yet, so I can't check. mac
I made a MAT with 2 materials, each one from a different figure, and it works, although you have to select the figures separately and apply the MAT to each. The problem is..... the MAT adds the material which isn't in the figure, to the figure, if you know what I mean. I used 'back' and 'front' in the MAT. One figure had a 'back' material, the other a 'front'. After applying the MAT, each figure has a new material appended at the end of it's list, front or back, according to whichever one it DIDN'T have before. The new material doesn't do anything, of course, but if you save the figure, it retains the new material. Mixing materials would be useful to me, if I could figure how to NOT get a new material added. Any suggestions? mac
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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