[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40597] trunk/blender/source/blender/ editors/sculpt_paint/sculpt.c: Fixing typo in comment - no functional changes

Sergey Sharybin g.ulairi at gmail.com
Tue Sep 27 11:21:17 CEST 2011


Revision: 40597
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40597
Author:   nazgul
Date:     2011-09-27 09:21:17 +0000 (Tue, 27 Sep 2011)
Log Message:
-----------
Fixing typo in comment - no functional changes

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sculpt_paint/sculpt.c

Modified: trunk/blender/source/blender/editors/sculpt_paint/sculpt.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/sculpt.c	2011-09-27 09:09:55 UTC (rev 40596)
+++ trunk/blender/source/blender/editors/sculpt_paint/sculpt.c	2011-09-27 09:21:17 UTC (rev 40597)
@@ -154,7 +154,7 @@
 
 	if(mmd) return 0;
 
-	/* non-locked shaoe keys could be handled in the same way as deformed mesh */
+	/* non-locked shape keys could be handled in the same way as deformed mesh */
 	if((ob->shapeflag&OB_SHAPE_LOCK)==0 && me->key && ob->shapenr)
 		return 1;
 




More information about the Bf-blender-cvs mailing list