Blender Git Loki
Git Commits -> Revision d731945
Revision d731945 by Ken Hughes (master) September 7, 2006, 17:22 (GMT) |
===Tools=== Experimental boolean tool optimization: for very large meshes a significant amount of time is spend performing linear searches of edges. This patch implements a "hash" table (really more of a bucket table) to narrow the search space. If someone should need to disable this, just remove the "#define HASH" at the beginning of BOP_Mesh.h |
Commit Details:
Full Hash: d731945f015bd6c51be28d422abb4216a82d8b03
SVN Revision: 8455
Parent Commit: 352d8cd
Lines Changed: +238, -4