Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2008-10-20 13:35:07 +0400
committerJoshua Leung <aligorith@gmail.com>2008-10-20 13:35:07 +0400
commit25859cf1f76d5c2363672bf17f5e328455d1f6af (patch)
tree43690a14a114212153cc058850c0e614483c16ce
parent81c21128bb598f3b037264b5df1966d22ab24ad3 (diff)
Another constraint panel (in Armature Editing Panels) bugfix. This time, when adding a new constraint using vertical layout.
-rw-r--r--source/blender/src/buttons_editing.c2
-rw-r--r--source/blender/src/buttons_object.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c
index dbf7e76d5f6..b586302053b 100644
--- a/source/blender/src/buttons_editing.c
+++ b/source/blender/src/buttons_editing.c
@@ -6645,7 +6645,7 @@ void editing_panels()
editing_panel_links(ob);
editing_panel_curve_type(ob, cu);
editing_panel_modifiers(ob);
-// editing_panel_shapes(ob);
+// editing_panel_shapes(ob); /* there are some backend things that are not ready for this yet */
if(G.obedit) {
editing_panel_curve_tools(ob, cu);
editing_panel_curve_tools1(ob, cu);
diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c
index c86d5193a5a..841a55d7ae1 100644
--- a/source/blender/src/buttons_object.c
+++ b/source/blender/src/buttons_object.c
@@ -1847,6 +1847,7 @@ void do_constraintbuts(unsigned short event)
case B_CONSTRAINT_TEST:
allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWBUTSOBJECT, 0);
+ allqueue(REDRAWBUTSEDIT, 0);
break; // no handling
case B_CONSTRAINT_INF:
/* influence; do not execute actions for 1 dag_flush */