This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
809fce9d00ecf8eea2c3d2ea52c3de2ec2ede1ee
test
/
source
/
blender
/
nodes
/
intern
History
Lukas Toenne
9a36b51cc7
Fix for the default internal connect function for nodes (used in muting, detaching, etc.). This is supposed to look for the first input/output of every socket type, but was actually taking the first matching link from the link list, regardless of the linked socket's position.
2012-08-09 11:45:54 +00:00
..
node_common.c
Fix for incomplete Reroute node updates. Adding reroute nodes by spliting links would often result in unrelated color sockets or otherwise miss updates.
2012-08-06 18:49:28 +00:00
node_common.h
Fix for incomplete Reroute node updates. Adding reroute nodes by spliting links would often result in unrelated color sockets or otherwise miss updates.
2012-08-06 18:49:28 +00:00
node_exec.c
Added NULL-pointer check to avoid crash in node editor.
Fixes
#31664
2012-06-01 13:42:18 +00:00
node_exec.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
node_socket.c
More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize).
2012-07-03 19:09:07 +00:00
node_util.c
Fix for the default internal connect function for nodes (used in muting, detaching, etc.). This is supposed to look for the first input/output of every socket type, but was actually taking the first matching link from the link list, regardless of the linked socket's position.
2012-08-09 11:45:54 +00:00
node_util.h
Spelling Cleanup
2012-03-01 12:20:18 +00:00