[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47654] branches/soc-2012-bratwurst/source /blender/editors/interface/interface_panel.c: This was preventing panels in the 3D view from animating open and closed.

Jorge Rodriguez bs.vino at gmail.com
Sat Jun 9 22:20:46 CEST 2012


Revision: 47654
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47654
Author:   vino
Date:     2012-06-09 20:20:41 +0000 (Sat, 09 Jun 2012)
Log Message:
-----------
This was preventing panels in the 3D view from animating open and closed.

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/editors/interface/interface_panel.c

Modified: branches/soc-2012-bratwurst/source/blender/editors/interface/interface_panel.c
===================================================================
--- branches/soc-2012-bratwurst/source/blender/editors/interface/interface_panel.c	2012-06-09 19:57:14 UTC (rev 47653)
+++ branches/soc-2012-bratwurst/source/blender/editors/interface/interface_panel.c	2012-06-09 20:20:41 UTC (rev 47654)
@@ -133,8 +133,6 @@
 			if (sbuts->re_align || sbuts->mainbo != sbuts->mainb)
 				return 1;
 	}
-	else if (ar->regiontype == RGN_TYPE_UI)
-		return 1;
 	else if (sa->spacetype == SPACE_IMAGE && ar->regiontype == RGN_TYPE_PREVIEW)
 		return 1;
 	else if (sa->spacetype == SPACE_FILE && ar->regiontype == RGN_TYPE_CHANNELS)




More information about the Bf-blender-cvs mailing list