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:
authorJuho Vepsalainen <bebraw@gmail.com>2007-05-25 10:08:13 +0400
committerJuho Vepsalainen <bebraw@gmail.com>2007-05-25 10:08:13 +0400
commit1f3d1b10f036b38df13ecbe57914738caa904863 (patch)
treeb165b83a4089e6a3862aab769991b770a645051c /source/blender/src/outliner.c
parent617200a01a727944bc19837143c57bfcab073c70 (diff)
Fixed following issues:
*if a vertex group was renamed in the outliner, the name was not updated correctly in visible buttons window *certain buttons in Render panel didn't update other buttons windows in case their value was changed *same goes for Logic context of the Buttons Window *also cleaned up unnecessary code from Logic context and made Timer field to work correctly when pressed with left mouse button
Diffstat (limited to 'source/blender/src/outliner.c')
-rw-r--r--source/blender/src/outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index 97d862383bd..271d002e464 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -3351,6 +3351,7 @@ static void namebutton_cb(void *tep, void *oldnamep)
switch(tselem->type) {
case TSE_DEFGROUP:
unique_vertexgroup_name(te->directdata, (Object *)tselem->id); // id = object
+ allqueue(REDRAWBUTSEDIT, 0);
break;
case TSE_NLA_ACTION:
test_idbutton(tselem->id->name+2);