From c8c3e7d284790197d0777059c202b409a696292c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Sep 2019 06:11:52 +1000 Subject: Cleanup: trailing space, remove tabs, pep8 --- release/scripts/freestyle/styles/apriori_density.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/freestyle') 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) -- cgit v1.2.3