13

I am trying to delete the shadow from the heart but I can't:

enter image description here

p2or
  • 15,860
  • 10
  • 83
  • 143
Meri
  • 723
  • 2
  • 10
  • 25
  • Tangentially related, Rendering object without reflection: https://blender.stackexchange.com/questions/142924/make-an-object-not-reflected-by-a-surface/142925#142925 – VampyreSix Aug 21 '19 at 17:48

1 Answers1

24

One option is turning off the Shadow property per object (Properties > Object > Cycles Settings):

enter image description here

As of Blender 2.8x the Cycles Settings panel has been renamed to Visibility and the Shadow property is now part of the new Ray Visibility subpanel. For Eevee you can only turn off the Shadow property per light for the time being (Properties > Object Data > Light):

enter image description here


Another option for Cycles is using the Light Path node. Plug Is Shadow Ray into the Factor socket of a Mix Shader and use a Transparent BSDF for the second Shader input:

enter image description here

Result

enter image description here

p2or
  • 15,860
  • 10
  • 83
  • 143