Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 12 11:30 pm)
Try this..
Go into the material room and select a material on the figure and save it to the library.
Try it with the bump node connected and disconnected.
Then open that in a text editor and see what might be different.
I would do this myself, but I don't have the files to play with right now.
-Jeff
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.
Hi guys, May be someone can help me... I'm trying to make a MAT files applying/removing bumps from my character and here's the problem: Poser5 applies the bumps, but doesn't remove them: it doesn't disconnect the bump node. I've tested both MAT's in P4 and everything works just fine... Here's a sample of MAT applying the bumps: { figure { material SkinHead { bumpStrength 1 bumpMap ":HeadBump.jpg" 0 0 } (...) } } Here's the file which is supposed to remove them: { figure { material SkinHead { bumpStrength 0 bumpMap NO_MAP } (...) } } Any suggestions on what I'm missing? Larissa