[Bf-blender-cvs] [67ae1f7] bake-cycles: Cycles-Bake: bring back the SHADOW pass

Dalai Felinto noreply at git.blender.org
Tue Apr 29 18:46:30 CEST 2014


Commit: 67ae1f7d000031fd7b8feea54d48c3cf5ba440fb
Author: Dalai Felinto
Date:   Tue Apr 29 13:46:15 2014 -0300
https://developer.blender.org/rB67ae1f7d000031fd7b8feea54d48c3cf5ba440fb

Cycles-Bake: bring back the SHADOW pass

===================================================================

M	intern/cycles/blender/addon/properties.py

===================================================================

diff --git a/intern/cycles/blender/addon/properties.py b/intern/cycles/blender/addon/properties.py
index 747d900..7205a27 100644
--- a/intern/cycles/blender/addon/properties.py
+++ b/intern/cycles/blender/addon/properties.py
@@ -478,6 +478,7 @@ class CyclesRenderSettings(bpy.types.PropertyGroup):
             items = (
                 ('COMBINED', "Combined", ""),
                 ('AO', "Ambient Occlusion", ""),
+                ('SHADOW', "Shadow", ""),
                 ('NORMAL', "Normal", ""),
                 ('UV', "UV", ""),
                 ('EMIT', "Emit", ""),




More information about the Bf-blender-cvs mailing list