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:
Diffstat (limited to 'source/blender/freestyle/style_modules_blender/qi0_not_external_contour.py')
-rwxr-xr-xsource/blender/freestyle/style_modules_blender/qi0_not_external_contour.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/style_modules_blender/qi0_not_external_contour.py b/source/blender/freestyle/style_modules_blender/qi0_not_external_contour.py
index c1151f2c231..eed41af32b4 100755
--- a/source/blender/freestyle/style_modules_blender/qi0_not_external_contour.py
+++ b/source/blender/freestyle/style_modules_blender/qi0_not_external_contour.py
@@ -34,7 +34,7 @@ Operators.select(upred)
Operators.bidirectionalChain(ChainSilhouetteIterator(), NotUP1D(upred))
shaders_list = [
SamplingShader(4),
- SpatialNoiseShader(4, 150, 2, 1, 1),
+ SpatialNoiseShader(4, 150, 2, True, True),
IncreasingThicknessShader(2, 5),
BackboneStretcherShader(20),
IncreasingColorShader(1,0,0,1,0,1,0,1),