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;
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs