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);

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to