Blender Git Loki
Git Commits -> Revision baee9b0
Revision baee9b0 by Philipp Oeser (master) March 4, 2019, 12:04 (GMT) |
Outliner: better support for paintcurves ('Blender File' view) - paintcurves were hitting an assert in outliner_add_element() - missing outliner update when adding a paintcurve - paintcurves were not showing an icon [they dont have a dedicated icon, took the one used elsewhere] Reviewers: brecht Differential Revision: https://developer.blender.org/D4445 |
Commit Details:
Full Hash: baee9b014ab0950db4730439098f35df6ea80291
Parent Commit: a53dccb
Lines Changed: +11, -2
5 Modified Paths:
/source/blender/editors/sculpt_paint/paint_curve.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+5, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -1) (Diff)