missed this in recent api edits

This commit is contained in:
Campbell Barton 2010-04-29 18:40:33 +00:00
parent 08c3bfdfaf
commit dfc1b8428e

@ -963,7 +963,7 @@ def main(context, island_margin, projection_limit):
newProjectMeshFaces.append(tempMeshFaces.pop(fIdx))
# Add the average of all these faces normals as a projectionVec
averageVec = Vector(0.0, 0.0, 0.0)
averageVec = Vector((0.0, 0.0, 0.0))
if USER_AREA_WEIGHT:
for fprop in newProjectMeshFaces:
averageVec += (fprop.no * fprop.area)