Blender Git Loki
Git Commits -> Revision 8d496b3
Revision 8d496b3 by Campbell Barton (master) August 14, 2012, 08:24 (GMT) |
fix [#32315] Circle select unreliable when in vertex+edge select mode dist_squared_to_line_segment_v2() was returning the sqrt'd value in some cases. also use int's for edge_inside_circle() rather then shorts since it was doing int/float/short conversions and we're now using int's for screen vars in more places. |
Commit Details:
Full Hash: 8d496b3bf2c58a0a161c20c987f414953a6d1e87
SVN Revision: 49884
Parent Commit: b2943da
Lines Changed: +22, -20