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/sketchy_topology_broken.py')
-rwxr-xr-xsource/blender/freestyle/style_modules/sketchy_topology_broken.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/style_modules/sketchy_topology_broken.py b/source/blender/freestyle/style_modules/sketchy_topology_broken.py
index c1cefedfad2..7383347a0fb 100755
--- a/source/blender/freestyle/style_modules/sketchy_topology_broken.py
+++ b/source/blender/freestyle/style_modules/sketchy_topology_broken.py
@@ -55,7 +55,7 @@ class pyBackboneStretcherNoCuspShader(StrokeShader):
d1 = p0-p1
d1 = d1/d1.norm()
newFirst = p0+d1*float(self._l)
- v0.SetPoint(newFirst)
+ v0.setPoint(newFirst)
else:
print "got a v0 cusp"
vn_1 = itn_1.getObject()
@@ -66,7 +66,7 @@ class pyBackboneStretcherNoCuspShader(StrokeShader):
dn = pn-pn_1
dn = dn/dn.norm()
newLast = pn+dn*float(self._l)
- vn.SetPoint(newLast)
+ vn.setPoint(newLast)
else:
print "got a vn cusp"