Blender Git Loki
Git Commits -> Revision 3b82210
Revision 3b82210 by Campbell Barton (master) April 24, 2013, 00:25 (GMT) |
simple optimizations for bvhtree_from_mesh_faces() for editmesh, was quite inefficient (unneeded loops, not breaking out of face loop early). also correct own oversight - use TRANSFORM_DIST_MAX_RAY rather then when checking for max value in snapDerivedMesh. |
Commit Details:
Full Hash: 3b8221045f7421952010188049396abbdc5b9cc0
SVN Revision: 56256
Parent Commit: ad6cc0d
Lines Changed: +39, -33