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

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

Issue 7416049: Freestyle r54826 branch review Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 11 years 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_action_types.h
===================================================================
--- source/blender/makesdna/DNA_action_types.h (revision 54826)
+++ source/blender/makesdna/DNA_action_types.h (working copy)
@@ -556,6 +556,9 @@
ADS_FILTER_NONTREE = (1 << 19),
ADS_FILTER_NOTEX = (1 << 20),
ADS_FILTER_NOSPK = (1 << 21),
+/* #ifdef WITH_FREESTYLE */
+ ADS_FILTER_NOLINESTYLE = (1 << 22),
+/* #endif */
/* NLA-specific filters */
ADS_FILTER_NLA_NOACT = (1 << 25), /* if the AnimData block has no NLA data, don't include to just show Action-line */

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