Blender Git Loki
Git Commits -> Revision c14e915
Revision c14e915 by Tamito Kajiyama (master) March 14, 2009, 13:06 (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) |
Commit Details:
Full Hash: c14e91590efd56959eaaaddc47c16817973c59de
SVN Revision: 19283
Parent Commit: c8ac772
Lines Changed: +1, -1
1 Modified Path:
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ShapeUP1D.cpp (+1, -1) (Diff)