Blender Git Commit Log

Git Commits -> Revision 61c4110

Revision 61c4110 by Lukas Toenne (master)
November 6, 2013, 19:21 (GMT)
Patch #37274: Circle select for node editor, by Henrik Aarnio (hjaarnio).

Circle select was missing from node editor, and C key was assigned to now defunct "show cyclic dependencies". This patch remaps the key and adds circle select operator.
Functions to check intersection between rctf/rcti and a circle were also added to rct.c for code cleanliness and consistency.

Commit Details:

Full Hash: 61c411068b4b6c593a3bb05b073b26e0d0227995
SVN Revision: 61173
Parent Commit: 549ed3d
Lines Changed: +91, -0

7 Modified Paths:

/release/scripts/startup/bl_ui/space_node.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_rect.h (+2, -0) (Diff)
/source/blender/blenlib/intern/rct.c (+26, -0) (Diff)
/source/blender/editors/space_node/node_intern.h (+1, -0) (Diff)
/source/blender/editors/space_node/node_ops.c (+3, -0) (Diff)
/source/blender/editors/space_node/node_select.c (+57, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021