Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Dec 22 10:18 pm)
I'm just guessing here, but I saw in the description that the grass and weeds aren't modeled, they are Alpha planes. So for them to render correctly in Superfly, I guess you need a lot of Transmission Bounces, since every plane Needs one bounce. I would start with 20 and see if it makes a difference.
A ship in port is safe;
but that is not what ships are built for.
Sail out to sea and do new things.
-"Amazing
Grace" Hopper
Avatar image of me done by Chidori.
I've had this problem with transmapped hair. Try increasing the Max Transparent Bounces. The default is too low, and often people here recommend a setting that's even lower (to speed up the render). But if you get black blocky shadows, it's too low.
Use area render on a small section with the problem to test it. Increase the Max Transparent Bounces number until the black shadow goes away. I found 16 looked good enough, though Afrodite-Ohki recommends 32.
at a low render setting the grass looks bad, but also there are a couple of things to change on the root node IMHO. I wrote a script to edit the grass planes root nodes.
import poser
scene = poser.Scene()
inps = [ 8,9,20,21]
for actor in scene.Actors():
if "grass" in actor.Name().lower():
for material in actor.Materials():
tree = material.ShaderTree()
for node in tree.Nodes():
if node.Type() == "poser":
inputs = node.Inputs()
for i in inps:
inputs[i].SetFloat( 0.0 )
tree.UpdatePreview()
Locked Out
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 am trying to figure out how to get Flink's Green Hills and/or Instant Meadows to work with Poser 11's Superfly. It renders nicely in Firefly but in Superfly there is a black shadow beneath the grasses. I've tried eliminating the shadows, changing materials in the Materials Room but so far nothing is working. Does anyone have any tips or suggestions that they have used that makes the best of this great resource in PoserPro 11?