Blender Git Commit Log

Git Commits -> Revision d2f4ba4

Revision d2f4ba4 by Martin Poirier (master)
February 14, 2005, 02:53 (GMT)
Initial new transform commit.
Disabled behind defines. Uncomment //#define NEWTRANSFORM in transform.h to enable.

Use at your own risk

For more info, see Wiki: http://wiki.blender.org/bin/view.pl/Blenderdev/TransformRefactoring
And tuhopuu mailing list: http://projects.blender.org/pipermail/tuhopuu-devel/

Notes for Ton (things that could need bulldozing:
- TransData conversions. Objects is ok, but others could be rechecked. (some still use totsel). Need to add pose mode support.
- Need more icons in the PET mode dropdown (in the 3D view header) for the new modes
- Add new transform calls to Toolbox and Menus and the one right after Extrude.

That's pretty much all I can think of now.

Commit Details:

Full Hash: d2f4ba4549d30e9c10ee8e6b9a051c1bb08d9881
SVN Revision: 3831
Parent Commit: 923a9a0
Lines Changed: +2963, -34

8 Added Paths:

/source/blender/src/transform.c (+1375, -0) (View)
/source/blender/src/transform.h (+147, -0) (View)
/source/blender/src/transform_constraints.c (+421, -0) (View)
/source/blender/src/transform_constraints.h (+58, -0) (View)
/source/blender/src/transform_generics.c (+499, -0) (View)
/source/blender/src/transform_generics.h (+63, -0) (View)
/source/blender/src/transform_numinput.c (+238, -0) (View)
/source/blender/src/transform_numinput.h (+62, -0) (View)

4 Modified Paths:

/source/blender/src/drawview.c (+9, -1) (Diff)
/source/blender/src/editobject.c (+19, -12) (Diff)
/source/blender/src/SConscript (+5, -0) (Diff)
/source/blender/src/space.c (+67, -21) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021