[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28113] branches/soc-2008-mxcurioni/ release/scripts/freestyle/style_modules/long_anisotropically_dense.py: Fixed a TabError: inconsistent use of tabs and spaces in indentation.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sat Apr 10 16:29:11 CEST 2010


Revision: 28113
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28113
Author:   kjym3
Date:     2010-04-10 16:29:11 +0200 (Sat, 10 Apr 2010)

Log Message:
-----------
Fixed a TabError: inconsistent use of tabs and spaces in indentation.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/long_anisotropically_dense.py

Modified: branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/long_anisotropically_dense.py
===================================================================
--- branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/long_anisotropically_dense.py	2010-04-10 09:31:41 UTC (rev 28112)
+++ branches/soc-2008-mxcurioni/release/scripts/freestyle/style_modules/long_anisotropically_dense.py	2010-04-10 14:29:11 UTC (rev 28113)
@@ -44,7 +44,7 @@
 ## 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





More information about the Bf-blender-cvs mailing list