Blender Git Loki
Git Commits -> Revision 7373dcf
Revision 7373dcf by Martin Poirier (master) May 16, 2005, 08:25 (GMT) |
Transform MMB code fixing Ton's last fix. His fix was good, except that it switched to project_float instead of project_short, and that's not good because we're renormalizing the vector after that, which maximizes the float errors. Since it's scalling the axis anyway with the zfac method, it can use project_short safely (I tested it with the bug tracker file that triggered the fix in the first place). |
Commit Details:
Full Hash: 7373dcf7054953a330cd5605040c27bcdd253d37
SVN Revision: 4436
Parent Commit: 9306ff7
Lines Changed: +15, -14
1 Modified Path:
/source/blender/src/transform_constraints.c (+15, -14) (Diff)