Blender Git Commit Log
Git Commits -> Revision 96e39af
Revision 96e39af by Germano Cavalcante (master) November 21, 2018, 15:07 (GMT) |
transform_snap_object: Fix snap to curves. Use `BKE_curve_texspace_get` instead `BKE_curve_boundbox_get`. The snap to curve, even out of edit mode, is not done on the displist. So test a boundbox that covers the points seens in edit mode. |
Commit Details:
Full Hash: 96e39af9481cdaf644a80936af5dda2539d60cf9
Parent Commit: cec83e9
Lines Changed: +5, -3