Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(718)

Unified Diff: source/blender/makesdna/DNA_material_types.h

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/makesdna/DNA_material_types.h
===================================================================
--- source/blender/makesdna/DNA_material_types.h (revision 54826)
+++ source/blender/makesdna/DNA_material_types.h (working copy)
@@ -177,6 +177,11 @@
short shadowonly_flag; /* "shadowsonly" type */
short index; /* custom index for render passes */
+/* #ifdef WITH_FREESTYLE */
+ short vcol_alpha;
+ short pad4[3];
+/* #endif */
+
ListBase gpumaterial; /* runtime */
} Material;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b