Blender Git Commit Log
Git Commits -> Revision d9c6866
Revision d9c6866 by Campbell Barton (master) December 7, 2006, 15:22 (GMT) |
Adding a function that gets a list of polylines from a curve object curve2vecs(ob, WORLDSPACE= True): ''' Takes a curve object and returns a list of vec lists (polylines) one list per curve This is usefull as a way to get a polyline per curve so as not to have to deal with the spline types directly ''' |
Commit Details:
Full Hash: d9c68666f38a37b6e62b9ed319a41bffdc6e03d0
SVN Revision: 9235
Parent Commit: e14f608
Lines Changed: +79, -0
1 Added Path:
/release/scripts/bpymodules/BPyCurve.py (+79, -0) (View)