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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-04-10 18:29:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-04-10 18:29:11 +0400
commitcc3ca0f041a60924d3b5963f9cffeb927904966b (patch)
tree554e60995f35e3749c221873dfa645c12bede226 /release/scripts/freestyle/style_modules/long_anisotropically_dense.py
parent67ca348be36b026f35fd093fd5b68be2f9e33d39 (diff)
Fixed a TabError: inconsistent use of tabs and spaces in indentation.
Diffstat (limited to 'release/scripts/freestyle/style_modules/long_anisotropically_dense.py')
-rwxr-xr-xrelease/scripts/freestyle/style_modules/long_anisotropically_dense.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/freestyle/style_modules/long_anisotropically_dense.py b/release/scripts/freestyle/style_modules/long_anisotropically_dense.py
index 52bb2dd1170..155ee489680 100755
--- a/release/scripts/freestyle/style_modules/long_anisotropically_dense.py
+++ b/release/scripts/freestyle/style_modules/long_anisotropically_dense.py
@@ -44,7 +44,7 @@ from shaders import *
## custom density predicate
class pyDensityUP1D(UnaryPredicate1D):
def __init__(self,wsize,threshold, integration = IntegrationType.MEAN, sampling=2.0):
- UnaryPredicate1D.__init__(self)
+ UnaryPredicate1D.__init__(self)
self._wsize = wsize
self._threshold = threshold
self._integration = integration