[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17121] trunk/blender/source/blender/src/ editconstraint.c: Fixed overlapping panels in Armature Buttons that resulted after adding a constraint /IK using the hotkeys.

Joshua Leung aligorith at gmail.com
Mon Oct 20 01:52:28 CEST 2008


Revision: 17121
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17121
Author:   aligorith
Date:     2008-10-20 01:52:28 +0200 (Mon, 20 Oct 2008)

Log Message:
-----------
Fixed overlapping panels in Armature Buttons that resulted after adding a constraint/IK using the hotkeys.

Modified Paths:
--------------
    trunk/blender/source/blender/src/editconstraint.c

Modified: trunk/blender/source/blender/src/editconstraint.c
===================================================================
--- trunk/blender/source/blender/src/editconstraint.c	2008-10-19 23:20:17 UTC (rev 17120)
+++ trunk/blender/source/blender/src/editconstraint.c	2008-10-19 23:52:28 UTC (rev 17121)
@@ -541,6 +541,7 @@
 
 	allqueue(REDRAWVIEW3D, 0);
 	allqueue(REDRAWBUTSOBJECT, 0);
+	allqueue(REDRAWBUTSEDIT, 0);
 	allqueue(REDRAWOOPS, 0);
 	
 	if (only_IK)





More information about the Bf-blender-cvs mailing list