blender/release/scripts/freestyle
Tamito Kajiyama 1db5b6d283 Fix for Stroke.Resample(float iSampling) and Stroke.UpdateLength() using
StrokeVertex.point2d() instead of .getPoint().  It is noted that .point2d()
returns a 3-dimensional vector representing a 2D-projected point, with the z
component indicating a normalized depth of the original 3D point, whereas
.getPoint() returns a plain 2-dimensional vector.  This fix should have been
done in revision 48510...

Also made fix for callers of Stroke.Resample() not calling stroke.UpdateLength().
2013-01-22 01:46:16 +00:00
..
data/env_map Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
style_modules Fix for Stroke.Resample(float iSampling) and Stroke.UpdateLength() using 2013-01-22 01:46:16 +00:00