Blender Git Commit Log

Git Commits -> Revision 07578be

Revision 07578be by Bastien Montagne (master)
March 24, 2014, 12:08 (GMT)
Fix T39383: Blender crash when renaming bone in outliner (weight paint mode).

Outliner rename callback is supposed to activate affected element before actually renaming,
but for bones this was not working because the function used to activate the object explicitely
ignored ID_OB case! Added a bool flag to allow handing this case without (possibly) breaking
the other usecases.

Commit Details:

Full Hash: 07578bed4dec4a63e904fe3f20ca2107a76021fe
Parent Commit: f8c247f
Lines Changed: +17, -13

3 Modified Paths:

/source/blender/editors/space_outliner/outliner_draw.c (+6, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -3) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+9, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021