Fix for a regression in rBe84732858590.

This commit is contained in:
Tamito Kajiyama 2014-05-22 00:31:00 +09:00
parent 13c92a77d3
commit 0516071a86
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ class pyBackboneStretcherNoCuspShader(StrokeShader):
v1 = it1.object
if (v0.nature & Nature.CUSP) == 0 and (v1.nature & Nature.CUSP) == 0:
d1 = (v0.point - v1.point).normalized()
newFirst = p0+d1*float(self._l)
newFirst = v0.point+d1*float(self._l)
v0.point = newFirst
vn_1 = itn_1.object
vn = itn.object