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

Unified Diff: source/blender/makesdna/DNA_ID.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_ID.h
===================================================================
--- source/blender/makesdna/DNA_ID.h (revision 54826)
+++ source/blender/makesdna/DNA_ID.h (working copy)
@@ -212,6 +212,9 @@
#define ID_WM MAKE_ID2('W', 'M') /* WindowManager */
#define ID_MC MAKE_ID2('M', 'C') /* MovieClip */
#define ID_MSK MAKE_ID2('M', 'S') /* Mask */
+/* #ifdef WITH_FREESTYLE */
+# define ID_LS MAKE_ID2('L', 'S') /* FreestyleLineStyle */
+/* #endif */
/* NOTE! Fake IDs, needed for g.sipo->blocktype or outliner */
#define ID_SEQ MAKE_ID2('S', 'Q')

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