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

Unified Diff: source/blender/makesdna/intern/makesdna.c

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/intern/makesdna.c
===================================================================
--- source/blender/makesdna/intern/makesdna.c (revision 54826)
+++ source/blender/makesdna/intern/makesdna.c (working copy)
@@ -134,6 +134,10 @@
"DNA_dynamicpaint_types.h",
"DNA_mask_types.h",
"DNA_rigidbody_types.h",
+/* #ifdef WITH_FREESTYLE */
+ "DNA_freestyle_types.h",
+ "DNA_linestyle_types.h",
+/* #endif */
/* empty string to indicate end of includefiles */
""
@@ -1264,4 +1268,8 @@
#include "DNA_dynamicpaint_types.h"
#include "DNA_mask_types.h"
#include "DNA_rigidbody_types.h"
+/* #ifdef WITH_FREESTYLE */
+#include "DNA_freestyle_types.h"
+#include "DNA_linestyle_types.h"
+/* #endif */
/* end of list */

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