Blender Git Commit Log
Git Commits -> Revision e2f4395
Revision e2f4395 by Sergey Sharybin (master) September 18, 2010, 08:37 (GMT) |
Fixed problems with outliner update in same cases caused by my previous commit. This troubles were caused by "break" of ND_OBJECT case in outliner area listener, so not all cases were handled. Handle more data and actions in outline listener, but not refresh when it's actually unneeded (there where problems with it without that "break" -- extra refreshing could be made). |
Commit Details:
Full Hash: e2f439586498992969be5ac5631c51533545f3d4
SVN Revision: 31995
Parent Commit: d81315e
Lines Changed: +17, -3
6 Modified Paths:
/source/blender/editors/object/object_constraint.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+12, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+12, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)