Blender Git Commit Log
Git Commits -> Revision 1b78333
Revision 1b78333 by Ken Hughes (master) July 30, 2008, 21:52 (GMT) |
Tools ----- Minor changes to boolean code; add an new include file to gather various #defines global to the boolean system. Currently, this just allows control of whether some debugging code is compiled or not. This is a precursor commit for some other boolean optimizations/cleanups. But in case that commit is later reverted, this code should still remain. |
Commit Details:
Full Hash: 1b7833308731a4a04cd4fe7928e985d86af8194d
SVN Revision: 15888
Parent Commit: 01b1bd4
Lines Changed: +95, -8
1 Added Path:
/intern/boolop/intern/BOP_Misc.h (+43, -0) (View)
8 Modified Paths:
/intern/boolop/intern/BOP_Edge.cpp (+15, -0) (Diff)
/intern/boolop/intern/BOP_Edge.h (+5, -0) (Diff)
/intern/boolop/intern/BOP_Face.cpp (+2, -0) (Diff)
/intern/boolop/intern/BOP_Face.h (+3, -0) (Diff)
/intern/boolop/intern/BOP_Mesh.cpp (+3, -1) (Diff)
/intern/boolop/intern/BOP_Mesh.h (+0, -7) (Diff)
/intern/boolop/intern/BOP_Vertex.cpp (+19, -0) (Diff)
/intern/boolop/intern/BOP_Vertex.h (+5, -0) (Diff)
/intern/boolop/intern/BOP_Edge.h (+5, -0) (Diff)
/intern/boolop/intern/BOP_Face.cpp (+2, -0) (Diff)
/intern/boolop/intern/BOP_Face.h (+3, -0) (Diff)
/intern/boolop/intern/BOP_Mesh.cpp (+3, -1) (Diff)
/intern/boolop/intern/BOP_Mesh.h (+0, -7) (Diff)
/intern/boolop/intern/BOP_Vertex.cpp (+19, -0) (Diff)
/intern/boolop/intern/BOP_Vertex.h (+5, -0) (Diff)