Blender Git Loki
Git Commits -> Revision 1199551
Revision 1199551 by Brecht Van Lommel (master) September 23, 2010, 20:16 (GMT) |
Fix #22922: adding new nodes didn't add them at the mouse location. This also caused auto connect to not work in some cases, because that now orders nodes and only connects if the new node is to the right of the old node. I doubted between always connecting to the new node as output or keeping this ordering trick also when adding nodes. Decided on the latter because then you can also add a node between two others and have it auto connect to both. |
Commit Details:
Full Hash: 1199551239ed0832e2784718a49ecda1c2614303
SVN Revision: 32084
Parent Commit: 960cdb8
Lines Changed: +13, -0
1 Modified Path:
/source/blender/editors/space_node/node_header.c (+13, -0) (Diff)