Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp b/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
index 05da47914f3..697531b383f 100755
--- a/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
+++ b/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp
@@ -365,6 +365,8 @@ Smoother::copyVertices ()
}
+#if 0 // FIXME
+
/////////////////////////////////////////
//
// OMISSION SHADER
@@ -429,3 +431,5 @@ Omitter::omit (real sizeWindow, real thrVari, real thrFlat, real lFlat)
}
}
+
+#endif