[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45813] trunk/blender/source/blender/ editors/mesh/editmesh_knife.c: Knife tool: Increase the header string length to avoid clipping the message.

Antony Riakiotakis kalast at gmail.com
Fri Apr 20 16:46:46 CEST 2012


Revision: 45813
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45813
Author:   psy-fi
Date:     2012-04-20 14:46:46 +0000 (Fri, 20 Apr 2012)
Log Message:
-----------
Knife tool: Increase the header string length to avoid clipping the message.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/mesh/editmesh_knife.c

Modified: trunk/blender/source/blender/editors/mesh/editmesh_knife.c
===================================================================
--- trunk/blender/source/blender/editors/mesh/editmesh_knife.c	2012-04-20 14:36:06 UTC (rev 45812)
+++ trunk/blender/source/blender/editors/mesh/editmesh_knife.c	2012-04-20 14:46:46 UTC (rev 45813)
@@ -205,7 +205,7 @@
 
 static void knife_update_header(bContext *C, KnifeTool_OpData *kcd)
 {
-	#define HEADER_LENGTH 170
+	#define HEADER_LENGTH 180
 	char header[HEADER_LENGTH];
 
 	BLI_snprintf(header, HEADER_LENGTH, "LMB: define cut lines, Return: confirm, Esc or RMB: cancel, E: new cut, Ctrl: midpoint snap (%s), "




More information about the Bf-blender-cvs mailing list