[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24414] branches/bmesh/blender/source/ blender/editors/transform/transform.h: missed this header

Joseph Eagar joeedh at gmail.com
Sun Nov 8 23:35:32 CET 2009


Revision: 24414
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24414
Author:   joeedh
Date:     2009-11-08 23:35:31 +0100 (Sun, 08 Nov 2009)

Log Message:
-----------
missed this header

Modified Paths:
--------------
    branches/bmesh/blender/source/blender/editors/transform/transform.h

Modified: branches/bmesh/blender/source/blender/editors/transform/transform.h
===================================================================
--- branches/bmesh/blender/source/blender/editors/transform/transform.h	2009-11-08 22:29:08 UTC (rev 24413)
+++ branches/bmesh/blender/source/blender/editors/transform/transform.h	2009-11-08 22:35:31 UTC (rev 24414)
@@ -699,7 +699,7 @@
 int getTransformOrientation(const struct bContext *C, float normal[3], float plane[3], int activeOnly);
 
 /* also used in view3d_edit.c, todo - move outside of transform */
-void getTransformOrientationMatrix(const struct bContext *C, float twmat[][4], int use_active);
+void getTransformOrientationMatrix(const struct bContext *C, float twmat[][3], int use_active);
 int createSpaceNormal(float mat[3][3], float normal[3]);
 int createSpaceNormalTangent(float mat[3][3], float normal[3], float tangent[3]);
 





More information about the Bf-blender-cvs mailing list