Blender Git Commit Log

Git Commits -> Revision 2fc4ee3

Revision 2fc4ee3 by Campbell Barton (master)
September 10, 2009, 02:57 (GMT)
Curve cleanup

Renamed BevPoint's members
* x,y,z -> vec[3]; compatible with other functions.
* f1 -> split_tag; used by displist to set the splitting flag.
* f2 -> dupe_tag; used in curve.c to remove duplicates.

BevList
* flag -> dupe_nr; was being used as a counter for duplicate points.

* use arithb.c functions where possible.

* arrays for coords, tilt and radius were being allocated, then copied into the BevPoint's, now write directly into the values without allocing/freeing arrays.

Commit Details:

Full Hash: 2fc4ee354574d52200544eec00aed95442cf4d04
SVN Revision: 23101
Parent Commit: 4cb53d9
Lines Changed: +127, -198

10 Modified Paths:

/source/blender/blenkernel/BKE_curve.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/anim.c (+9, -19) (Diff)
/source/blender/blenkernel/intern/armature.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/colortools.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/curve.c (+80, -145) (Diff)
/source/blender/blenkernel/intern/displist.c (+22, -18) (Diff)
/source/blender/makesdna/DNA_curve_types.h (+3, -3) (Diff)
/source/blender/python/api2_2x/Geometry.c (+1, -1) (Diff)
/source/blender/src/drawipo.c (+2, -2) (Diff)
/source/blender/src/drawobject.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021