[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40247] trunk/blender/source/blender/ editors/space_outliner/outliner_tree.c: fix [#28668] Crashes entering edit mode on Armature

Campbell Barton ideasman42 at gmail.com
Fri Sep 16 04:08:04 CEST 2011


Revision: 40247
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40247
Author:   campbellbarton
Date:     2011-09-16 02:08:00 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
fix [#28668] Crashes entering edit mode on Armature

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_outliner/outliner_tree.c

Modified: trunk/blender/source/blender/editors/space_outliner/outliner_tree.c
===================================================================
--- trunk/blender/source/blender/editors/space_outliner/outliner_tree.c	2011-09-15 19:50:21 UTC (rev 40246)
+++ trunk/blender/source/blender/editors/space_outliner/outliner_tree.c	2011-09-16 02:08:00 UTC (rev 40247)
@@ -775,7 +775,7 @@
 					ebone->temp= ten;
 				}
 				/* make hierarchy */
-				ten= te->subtree.first;
+				ten= ((EditBone *)arm->edbo->first)->temp;
 				while(ten) {
 					TreeElement *nten= ten->next, *par;
 					ebone= (EditBone *)ten->directdata;




More information about the Bf-blender-cvs mailing list