=== Transform Snap ===
==== Rotation Snap ==== Snap is no longer limited to Translation, it works in Rotation too. There's some bugs left with rotation snap when using constraints, I'll be ironing that next. ==== Bug Fixes ==== * Fix manipulators to always use Grid. * Fix initialization bug (took two transform call to do a correct snap init when changing between Grid and Snap)
This commit is contained in:
@@ -494,7 +494,6 @@ void initTrans (TransInfo *t)
|
||||
t->around = V3D_CENTRE;
|
||||
|
||||
setTransformViewMatrices(t);
|
||||
initSnapping(t);
|
||||
}
|
||||
|
||||
/* Here I would suggest only TransInfo related issues, like free data & reset vars. Not redraws */
|
||||
|
||||
Reference in New Issue
Block a user