[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13727] branches/ndof/source/blender/src/ transform_generics.c: add missing ndofinput init

Martin Poirier theeth at yahoo.com
Sun Feb 17 18:27:49 CET 2008


Revision: 13727
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13727
Author:   theeth
Date:     2008-02-17 18:27:49 +0100 (Sun, 17 Feb 2008)

Log Message:
-----------
add missing ndofinput init

Modified Paths:
--------------
    branches/ndof/source/blender/src/transform_generics.c

Modified: branches/ndof/source/blender/src/transform_generics.c
===================================================================
--- branches/ndof/source/blender/src/transform_generics.c	2008-02-17 15:46:03 UTC (rev 13726)
+++ branches/ndof/source/blender/src/transform_generics.c	2008-02-17 17:27:49 UTC (rev 13727)
@@ -464,6 +464,7 @@
 		t->around = V3D_CENTER;
 
 	setTransformViewMatrices(t);
+	initNDofInput(&(t->ndof));
 }
 
 /* Here I would suggest only TransInfo related issues, like free data & reset vars. Not redraws */





More information about the Bf-blender-cvs mailing list