Lukas Toenne f961afece0 Fix for incomplete Reroute node updates. Adding reroute nodes by spliting links would often result in unrelated color sockets or otherwise miss updates.
The reason is that the per-node updates used for Reroute node type inheritance are not supposed to be looking at connected nodes, they are purely for "local" updates. For this sort of "global" update which requires depth-first search, the update function on the node tree level must be used instead.
2012-08-06 18:49:28 +00:00
2012-08-04 20:25:04 +00:00
2012-07-30 10:44:57 +00:00
2012-08-06 10:03:17 +00:00
2012-08-04 20:25:04 +00:00
2010-10-13 14:44:22 +00:00
2012-07-04 15:04:38 +00:00
Description
No description provided
841 MiB
Languages
C++ 78%
Python 14.9%
C 2.9%
GLSL 1.9%
CMake 1.2%
Other 0.9%