Blender Git Loki
Git Commits -> Revision 59286dd
Revision 59286dd by Germano Cavalcante (master) July 23, 2018, 14:04 (GMT) |
transform_snap_object: Better bvhtree creation management for editing multiple objects. - Use the object referenced in `BMEditMesh` as the `ghash` key to save the bvhtrees in cache; - Create a boundbox around edit_mesh to test the snap before creating bvhtree; - Save the `edit_mesh`s bvhtree in the mesh bvh_cache; This is a part of the D3504. |
Commit Details:
Full Hash: 59286ddcf80c391094d64dcbbb94640bf73bd0d9
Parent Commit: 1333cec
Lines Changed: +203, -33