Blender Git Commit Log

Git Commits -> Revision eec4e32

Revision eec4e32 by Ton Roosendaal (master)
May 8, 2005, 12:00 (GMT)
Another Transform todo: correct Undo names for using Transform.

Martin; I've added calls like:
BIF_TransformSetUndo("Add Duplicate");
In advance of calling transform itself, to indicate that this is the
string name to be used for Undo, and also has to be done on ESC.
To make that possible I had to add a memset() to zero the global struct
TransInfo. Nicely done with if(Trans.mode==TRANS_INIT)

Not sure how this relates to setting constraints in advance... I always
found it tricky to work a non-initalized global struct. :)

Commit Details:

Full Hash: eec4e3271442808f47bc8f4226b82692ffbcc541
SVN Revision: 4393
Parent Commit: 744bb6f
Lines Changed: +71, -13

9 Modified Paths:

/source/blender/include/BIF_transform.h (+3, -0) (Diff)
/source/blender/include/transform.h (+2, -0) (Diff)
/source/blender/src/editarmature.c (+2, -1) (Diff)
/source/blender/src/editcurve.c (+6, -2) (Diff)
/source/blender/src/editmball.c (+1, -0) (Diff)
/source/blender/src/editmesh_add.c (+1, -0) (Diff)
/source/blender/src/editmesh_tools.c (+1, -0) (Diff)
/source/blender/src/editobject.c (+4, -2) (Diff)
/source/blender/src/transform.c (+51, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021