blender/source
Bastien Montagne 07578bed4d 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.
2014-03-24 13:08:29 +01:00
..
blender Fix T39383: Blender crash when renaming bone in outliner (weight paint mode). 2014-03-24 13:08:29 +01:00
blenderplayer Code cleanup: modifier_skin_customdata_ensure was a bad level call 2014-03-16 21:55:30 +11:00
creator Code cleanup: naming conventions 2014-03-16 22:11:14 +11:00
gameengine Fix T38051: Even if Color Management is disabled, it is still applied to the background 2014-03-21 14:06:44 +06:00
icons
tests Code cleanup: comments and typos 2014-03-18 05:40:18 +11:00
CMakeLists.txt remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed. 2013-09-03 03:04:44 +00:00
SConscript