Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2005-05-15 09:44:11 +0400
committerMartin Poirier <theeth@yahoo.com>2005-05-15 09:44:11 +0400
commit70c0f60df584240a8286e563402c3bf979ac4042 (patch)
tree54c16b1ea82dc1ee4e2762a55fd25220a250ebc1 /source/blender/include
parent1533b6fd32005b30de1891be55bd6439733ffc44 (diff)
Fixing bug #2556: http://projects.blender.org/tracker/?func=detail&atid=125&aid=2556&group_id=9
MEMSET was clearing the TransInfo struct after the constraint setup call has been made. Temporary fix until the manipulator transform init is split off, like normal transform.
Diffstat (limited to 'source/blender/include')
-rwxr-xr-xsource/blender/include/transform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/transform.h b/source/blender/include/transform.h
index 74857c1e527..cc3dccb6007 100755
--- a/source/blender/include/transform.h
+++ b/source/blender/include/transform.h
@@ -211,6 +211,8 @@ typedef struct TransInfo {
#define TD_NOTCONNECTED 8
#define TD_SINGLESIZE 16 /* used for scaling of MetaElem->rad */
+void checkFirstTime(void);
+
void initWarp(TransInfo *t);
int Warp(TransInfo *t, short mval[2]);