Blender Git Loki
Git Commits -> Revision 52e289e
Revision 52e289e by Tamito Kajiyama (master) March 14, 2009, 13:11 (GMT) |
Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argument. Now this method accepts 2D coordinates in the following three forms: a) Python list of 2 real numbers: setPoint([x, y]) b) Blender Vector of 2 elements: setPoint(Vector(x, y)) c) 2 real numbers: setPoint(x, y) [The log of Revision 19283 had a wrong message...] |
Commit Details:
Full Hash: 52e289ee3bfdeb063a3099c0a805a0294044af47
SVN Revision: 19284
Parent Commit: c14e915
Lines Changed: +16, -0
1 Modified Path:
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+16, -0) (Diff)