=== 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:
2006-12-23 00:52:34 +00:00
parent 48b62511bf
commit 1ad1522d10
4 changed files with 141 additions and 58 deletions

View File

@@ -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 */