Blender Git Commit Log
Git Commits -> Revision 9a4ba57
Revision 9a4ba57 by Diego Borghetti (master) May 12, 2010, 12:03 (GMT) |
Node Space: Small feature for Venomgfx, Shift + F select node of the same type This is a small request from Venomgfx, select a node and then press Shift + F to select all the nodes of the same type (of the active node). The key binding can be change, we thing in a "Find Next" (that is way the FKEY) with venomgfx, but no problem with change that. Also I add the entry in the select menu. |
Commit Details:
Full Hash: 9a4ba57ee9fc8005f734c961b73b99398880b37f
SVN Revision: 28736
Parent Commit: 285a73d
Lines Changed: +62, -0
5 Modified Paths:
/release/scripts/ui/space_node.py (+1, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+32, -0) (Diff)
/source/blender/editors/space_node/node_intern.h (+2, -0) (Diff)
/source/blender/editors/space_node/node_ops.c (+2, -0) (Diff)
/source/blender/editors/space_node/node_select.c (+25, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+32, -0) (Diff)
/source/blender/editors/space_node/node_intern.h (+2, -0) (Diff)
/source/blender/editors/space_node/node_ops.c (+2, -0) (Diff)
/source/blender/editors/space_node/node_select.c (+25, -0) (Diff)