Files
test/source/blender/blenkernel
Chris Want b41a476401 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
2006-01-03 17:22:42 +00:00
..
2005-12-04 20:43:41 +00:00
2005-10-11 14:04:57 +00:00
2005-12-06 17:05:37 +00:00
2006-01-02 13:06:05 +00:00
2006-01-02 13:06:05 +00:00
2005-10-26 09:56:52 +00:00
2005-12-28 15:42:51 +00:00
2004-01-05 00:06:11 +00:00