This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
085c94e09dd6e3e9fa9988ce320f0b5e5986eab4
test2
/
source
/
blender
/
editors
/
space_node
History
Lukas Toenne
085c94e09d
Modified behaviour of the link-insertion operator (drag on link, request by Sebastian Koenig). This would previously attempt to find a socket with exactly matching type to the from/to sockets of the cut link, but this is annoying because it often links to the "secondary" sockets, such as Factor input in the Mix node. New behaviour is to choose the input/output for reconnection based on the "highest" (= most important) socket types (in order color, vector, value), like the autoconnect operator (FKEY) also does. It is far from ideal and will probably not work in all situations either, but until we have a detailed design for "best sockets to auto-link" this will have to do.
2012-03-08 12:04:06 +00:00
..
CMakeLists.txt
Texturing: texture and 3d view draw type changes, these should only have any
2011-11-08 13:07:16 +00:00
drawnode.c
A number of improvements for the file output node(s).
2012-03-01 07:56:15 +00:00
node_buttons.c
Display button for hiding unused node sockets in the side bar, as an alternative to the removed node header button.
2011-12-19 11:55:35 +00:00
node_draw.c
style cleanup - use aligned * prefixed blocks for descriptive comments (was already used a lot and part of proposed style guide).
2012-03-03 16:31:46 +00:00
node_edit.c
Modified behaviour of the link-insertion operator (drag on link, request by Sebastian Koenig). This would previously attempt to find a socket with exactly matching type to the from/to sockets of the cut link, but this is annoying because it often links to the "secondary" sockets, such as Factor input in the Mix node. New behaviour is to choose the input/output for reconnection based on the "highest" (= most important) socket types (in order color, vector, value), like the autoconnect operator (FKEY) also does. It is far from ideal and will probably not work in all situations either, but until we have a detailed design for "best sockets to auto-link" this will have to do.
2012-03-08 12:04:06 +00:00
node_header.c
Adds a new node type for saving multiple image files from a single node.
2012-02-22 12:24:04 +00:00
node_intern.h
A number of improvements for the file output node(s).
2012-03-01 07:56:15 +00:00
node_ops.c
A number of improvements for the file output node(s).
2012-03-01 07:56:15 +00:00
node_select.c
Fix for toggle buttons in node headers.
2011-12-18 12:51:50 +00:00
node_state.c
Fix for toggle buttons in node headers.
2011-12-18 12:51:50 +00:00
node_templates.c
Fix for 30439, Cycles node group conversion wasn't checking node->id pointer (group node without internal node tree). This is a somewhat unusual case (UI buttons don't allow unlinking group tree), but not entirely forbidden.
2012-03-06 11:34:57 +00:00
SConscript
svn merge -r41650:41655 ^/trunk/blender --- cycles merge, this wont copile, still need to manually update some funcs
2011-11-10 03:05:11 +00:00
space_node.c
Spelling Cleanup
2012-03-01 12:20:18 +00:00