Blender Git Loki

Git Commits -> Revision b41a476

Revision b41a476 by Chris Want (master)
January 3, 2006, 17:22 (GMT)
As positively recieved on the mailing list and irc (and blessed by
guitargeek), this commit enhances the support for temporary storage
for the structs EditVert, EditEdge, and EditFace. The field
"EditVert *vn" has been removed and replaced by a union called
"tmp" that can hold:

v, an EditVert pointer;
e, an EditEdge pointer;
f, an EditFace pointer;
fp, a float pointer;
p, a void pointer;
l, a long;

Please see the mailing list post here for more information about
this:

http://projects.blender.org/pipermail/bf-committers/2005-December/012877.html

Commit Details:

Full Hash: b41a4764011e875c15e853f3a464bd9d3db3248d
SVN Revision: 6286
Parent Commit: af7e7ab
Lines Changed: +347, -260

9 Modified Paths:

/source/blender/blenkernel/intern/displist.c (+4, -4) (Diff)
/source/blender/blenkernel/intern/exotic.c (+12, -3) (Diff)
/source/blender/blenlib/BLI_editVert.h (+33, -3) (Diff)
/source/blender/blenlib/intern/scanfill.c (+13, -11) (Diff)
/source/blender/src/editmesh.c (+25, -25) (Diff)
/source/blender/src/editmesh_lib.c (+108, -72) (Diff)
/source/blender/src/editmesh_mods.c (+40, -54) (Diff)
/source/blender/src/editmesh_tools.c (+98, -76) (Diff)
/source/blender/src/transform_conversions.c (+14, -12) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021