Blender Git Commit Log

Git Commits -> Revision bba0e61

Revision bba0e61 by Martin Poirier (master)
October 29, 2005, 12:12 (GMT)
Bug in Ton's mirror clipping feature.
It was assuming the real half is always on the positive, which is not true all the time (the mirror modifier doesn't make that assumption).
It incorrecly snapped everything to 0 if the half is in the negative quadrant.

Fix was to do "if (td->loc[0] * td->loc[0] < 0" instead, only snapping if the sign changed.

NOTE: this is all "in theory", as scons is broken, but I'm pretty sure the bug was real and the fix is.

Commit Details:

Full Hash: bba0e61734d13d5672570d4a5d8d938d0eeefbe4
SVN Revision: 5631
Parent Commit: 750e801
Lines Changed: +3, -3

1 Modified Path:

/source/blender/src/transform_generics.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021