Blender Git Commit Log

Git Commits -> Revision 121dab1

Revision 121dab1 by Martin Poirier (master)
November 26, 2007, 01:52 (GMT)
Fixes for some long standing transform bugs.

- [#6112] is this an extrusion bug?

When extruding, x-mirror was giving weird behavior since the extruded vertice could match with their non-extruded counterpart on the other side.

The solution is to disable x-mirror (with a transform context flag, like disabling PET) in that case.

- External constraint setup calls (BIF_*) didn't setup some internal structs properly.

For the user, this resulted in some transform (extrude particularly) showing a full 3d vector in the header instead of a scalar along the constraint axis (this messed up num input a bit too, you could type values in unused axis).

Commit Details:

Full Hash: 121dab1bcd9467bd8e11d0a82e83a1621758fd8e
SVN Revision: 12676
Parent Commit: a29f082
Lines Changed: +35, -10

5 Modified Paths:

/source/blender/include/BIF_transform.h (+1, -0) (Diff)
/source/blender/src/editmesh_tools.c (+3, -3) (Diff)
/source/blender/src/transform_constraints.c (+24, -5) (Diff)
/source/blender/src/transform_conversions.c (+6, -1) (Diff)
/source/blender/src/transform_generics.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021