[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15160] trunk/blender/source/blender/src/ drawview.c: Bugfix #13667: Outliner doesn' t update when changing Parent in Transform Properties

Joshua Leung aligorith at gmail.com
Sun Jun 8 12:46:58 CEST 2008


Revision: 15160
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15160
Author:   aligorith
Date:     2008-06-08 12:46:30 +0200 (Sun, 08 Jun 2008)

Log Message:
-----------
Bugfix #13667: Outliner doesn't update when changing Parent in Transform Properties

There was a missing refresh call for the Outliner.

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

Modified: trunk/blender/source/blender/src/drawview.c
===================================================================
--- trunk/blender/source/blender/src/drawview.c	2008-06-08 09:35:05 UTC (rev 15159)
+++ trunk/blender/source/blender/src/drawview.c	2008-06-08 10:46:30 UTC (rev 15160)
@@ -2154,6 +2154,7 @@
 			}
 			allqueue(REDRAWVIEW3D, 1);
 			allqueue(REDRAWBUTSOBJECT, 0);
+			allqueue(REDRAWOOPS, 0);
 		}
 		break;
 		





More information about the Bf-blender-cvs mailing list