Blender Git Loki
Git Commits -> Revision 84a464a
Revision 84a464a by M.G. Kishalmi (master) January 9, 2011, 18:59 (GMT) |
several cosmetic changes to the node-editor + changed lines connecting nodes: they now use a linewidth of 1.5px for the light foreground and 4px for the dark background. this should fix node-lines not being visible on almost black or all white backdrops. + muted nodes now also show a red tinted header if they are hidden (collapsed) + both active and selected nodes show a (now properly antialiased) highlighting frame + fixed a small error in dropshadow code resulting in a gap at borders + fixed a tiny error for the collapsing indicators (triangles) - they were not symmetrical. Ton will add proper theme colors for the node-editor in the coming days. |
Commit Details:
Full Hash: 84a464ab62e67eb21e12d0c3b0fad061c38d9e4a
SVN Revision: 34207
Parent Commit: 4a8dd84
Lines Changed: +74, -31
5 Modified Paths:
/source/blender/editors/interface/interface_draw.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_panel.c (+3, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+37, -10) (Diff)
/source/blender/editors/space_node/node_draw.c (+32, -17) (Diff)
/source/blender/editors/space_node/node_intern.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_panel.c (+3, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+37, -10) (Diff)
/source/blender/editors/space_node/node_draw.c (+32, -17) (Diff)
/source/blender/editors/space_node/node_intern.h (+1, -1) (Diff)