Blender Git Commit Log

Git Commits -> Revision 875a088

Revision 875a088 by Ton Roosendaal (master)
February 7, 2009, 14:03 (GMT)
2.5

- Node editor: link cut back, now under ALT+LMB, to prevent
accidents. Note it now nicely intersects the real curved
noodles with a line you draw!
- To make above work, replaced ogl curve draw with own bezier
code.
- Added new WM standard operator callback for lines-gesture,
the Lasso gesture now draws a closed line.
- Both callbacks have optional property 'cursor' to make it
give modal info. For future also linestyle or color can be
defined.
- Changed 'pin' icon in Image header to something that looks
less scary... but there's no pin icon yet?

Commit Details:

Full Hash: 875a08884ba670387299a0baef19ace90170d271
SVN Revision: 18849
Parent Commit: d21a478
Lines Changed: +187, -132

10 Modified Paths:

/source/blender/editors/interface/interface_utils.c (+1, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+51, -37) (Diff)
/source/blender/editors/space_node/node_draw.c (+9, -13) (Diff)
/source/blender/editors/space_node/node_edit.c (+85, -77) (Diff)
/source/blender/editors/space_node/node_intern.h (+3, -1) (Diff)
/source/blender/editors/space_node/node_ops.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+7, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+25, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021