Blender Git Commit Log
Git Commits -> Revision f5ccf5f
Revision f5ccf5f by Nathan Craddock (soc-2019-outliner) June 8, 2019, 14:26 (GMT) |
Outliner: Draw constraint icons Draws constraint icons in the outliner for bones and objects. The only icon that has an issue is the Action constraint icon, because it doesn't have a specific constraint icon, so it is drawn white instead of blue. At first I tried to replicate the code for modifier icons, then I found a solution using `te->directdata` that worked for both objects and bones. It works well enough, not sure if that simpler solution should be used for modifiers too. |
Commit Details:
Full Hash: f5ccf5f0354c6581558525fd9d7b91aea8fd6350
Parent Commit: 59955ef
Lines Changed: +95, -0
1 Modified Path:
/source/blender/editors/space_outliner/outliner_draw.c (+95, -0) (Diff)