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:
authorCampbell Barton <ideasman42@gmail.com>2019-09-09 23:11:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-09 23:17:59 +0300
commitc8c3e7d284790197d0777059c202b409a696292c (patch)
tree5e29381c90400f0166120bd67f09be1e4dc5c375 /release/scripts/freestyle
parent51334dd3a64ef2fdc4df70e64bad26a95e4358f1 (diff)
Cleanup: trailing space, remove tabs, pep8
Diffstat (limited to 'release/scripts/freestyle')
-rw-r--r--release/scripts/freestyle/styles/apriori_density.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/freestyle/styles/apriori_density.py b/release/scripts/freestyle/styles/apriori_density.py
index 1de2c4c0334..ad5e610e422 100644
--- a/release/scripts/freestyle/styles/apriori_density.py
+++ b/release/scripts/freestyle/styles/apriori_density.py
@@ -41,8 +41,8 @@ Operators.select(AndUP1D(QuantitativeInvisibilityUP1D(0), pyHighViewMapDensityUP
bpred = TrueBP1D()
upred = AndUP1D(QuantitativeInvisibilityUP1D(0), pyHighViewMapDensityUP1D(0.0007,5))
Operators.bidirectional_chain(ChainPredicateIterator(upred, bpred), NotUP1D(QuantitativeInvisibilityUP1D(0)))
-shaders_list = [
+shaders_list = [
ConstantThicknessShader(2),
ConstantColorShader(0.0, 0.0, 0.0, 1.0)
- ]
+]
Operators.create(TrueUP1D(), shaders_list)