Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 09 3:46 am)
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 wanted to change the 'Shadow Blur Radius' for a Light which uses 'Ray Trace shadows'. But, when I set values for "SetShadowBlurRadius", this only sets the Radius for 'depth map shadows' (and not Ray Trace shadows).
I am sure I must be missing something. Any clues anyone?
import poser
scene = poser.Scene()
m = scene.CreateLight()
actor = scene.CurrentActor()
actor.SetRayTraceShadows(1)
actor.SetShadowBlurRadius(5)