From 878d9f9c68901e934581232d3d53f927032e3c32 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 14 Jan 2007 15:19:27 +0000 Subject: Fix for bug #5680: Vertex color node worked only if VCol Paint/Light was enabled. Fixed that, and removed the vertex color node making it part of the geometry node instead. Also, preview.blend had black vertex colors for the sphere, so set them to white like the other primitives. --- source/blender/makesdna/DNA_node_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_node_types.h') diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h index 905767d9f66..27765b2ff34 100644 --- a/source/blender/makesdna/DNA_node_types.h +++ b/source/blender/makesdna/DNA_node_types.h @@ -215,6 +215,7 @@ typedef struct NodeChroma { typedef struct NodeGeometry { char uvname[32]; + char colname[32]; } NodeGeometry; typedef struct NodeVertexCol { -- cgit v1.2.3