[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36469] trunk/blender/source/blender/ editors/sculpt_paint/sculpt_undo.c: Do not lock key whn undoing to another shapekey while sculpting

Sergey Sharybin g.ulairi at gmail.com
Tue May 3 20:47:16 CEST 2011


Revision: 36469
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36469
Author:   nazgul
Date:     2011-05-03 18:47:16 +0000 (Tue, 03 May 2011)
Log Message:
-----------
Do not lock key whn undoing to another shapekey while sculpting

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

Modified: trunk/blender/source/blender/editors/sculpt_paint/sculpt_undo.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/sculpt_undo.c	2011-05-03 18:39:32 UTC (rev 36468)
+++ trunk/blender/source/blender/editors/sculpt_paint/sculpt_undo.c	2011-05-03 18:47:16 UTC (rev 36469)
@@ -112,7 +112,6 @@
 
 				if (kb) {
 					ob->shapenr= BLI_findindex(&key->block, kb) + 1;
-					ob->shapeflag|= OB_SHAPE_LOCK;
 
 					sculpt_update_mesh_elements(scene, ob, 0);
 					WM_event_add_notifier(C, NC_OBJECT|ND_DATA, ob);




More information about the Bf-blender-cvs mailing list