1

I want to make leaves with a texture on a plane, so that the leaves are colored and background transparent?

Ray Mairlot
  • 29,192
  • 11
  • 103
  • 125
aky-her
  • 2,094
  • 5
  • 32
  • 45
  • Use an alpha channel or enable "Alpha" under Image setting and "RGB to Color" in BI. – ruckus Dec 08 '15 at 17:41
  • In case of cycles: use a mix shader, with transparent and texture as input – Faceb Faceb Dec 08 '15 at 18:07
  • 1
    related: http://blender.stackexchange.com/questions/27633/image-alpha-background-renders-black-when-using-import-images-as-planes/27635#27635 –  Dec 08 '15 at 18:49

1 Answers1

0

if you're using cycles you can use a configuration like that..

image texture -> diffuse shader -> 
                                     mix shader ->  output 
             transparent shader ->

in the node material editor.
Enrico
  • 92
  • 1
  • 5