Blender Git Commit Log
Git Commits -> Revision d82bb1f
Revision d82bb1f by Dalai Felinto (master) February 9, 2017, 16:52 (GMT) |
Main fix for outliner, but still need changes Fix outliner related crashes. Basically in some functions bContext was not passed around, so CTX_data_scene_layer(C) was crashing. Right now we still rely on ob->flag SELECT in some places. In order to use the base flag we will need to bring back the Bases to the outliner. |
Commit Details:
Full Hash: d82bb1f634831d6f7fc5f55f5ad43e62c04f5e09
Parent Commit: 1bcf199
Lines Changed: +89, -86
5 Modified Paths:
/source/blender/blenkernel/intern/scene.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+21, -20) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+63, -62) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+21, -20) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -2) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+63, -62) (Diff)