Blender Git Loki
Git Commits -> Revision 436f1e3
Revision 436f1e3 by Germano Cavalcante (master) January 27, 2017, 16:02 (GMT) |
Snap Functions: Remove the use of the function 'BLI_bvhtree_find_nearest_to_ray' in transform_snap_object Although the "BLI_bvhtree_find_nearest_to_ray" function is more practical than the generic "BLI_bvhtree_walk_dfs", it does not work to snap in perspective view. This makes it necessary to add "ifs" and functions that make the code difficult to understand patch: D2474 |
Commit Details:
Full Hash: 436f1e334512d4b70832eb02dc28daa9f8e2ca11
Parent Commit: 0330741
Lines Changed: +59, -256
1 Modified Path:
/source/blender/editors/transform/transform_snap_object.c (+59, -256) (Diff)