Announcement

Collapse
No announcement yet.

Sun shows shadows on 3dviewport

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sun shows shadows on 3dviewport

    - Sun shows shadows on 3dviewport, like spot lamp.
    - Deleting World allows to create new World, not leaving empty panel.
    http://screencast.com/t/aGyWTjtmFwf
    Win7 Ultimate 64bit, GTX 970, Standalone version: V-Ray Next 4.30.03,

  • #2
    Sun shows shadows on 3dviewport, like spot lamp.
    Thats how Blender works, can't do anything about it =)

    Deleting World allows to create new World, not leaving empty panel.
    Thanks, fixed with https://github.com/bdancer/vb30/comm...b0f1b4678a5aef.
    V-Ray For Houdini | V-Ray Hydra Delegate | VRayScene
    andrei.izrantcev@chaos.com
    Support Request

    Comment


    • #3
      Blender uses these two shadow options for sun lamp:
      bpy.context.active_object.data.shadow_method = 'NOSHADOW'
      bpy.context.active_object.data.shadow_method = 'RAY_SHADOW'

      and shows shadows in 3dviewport is its ray shadow.
      Vray both sun types has [x]shadows option, maybe its possible to set shadow method (for 3d viewport) based of that Vray sun shadow option.
      Win7 Ultimate 64bit, GTX 970, Standalone version: V-Ray Next 4.30.03,

      Comment

      Working...
      X