Blender Git Commit Log

Git Commits -> Revision a8b730e

Revision a8b730e by Hans Goudey (master)
December 10, 2021, 20:54 (GMT)
Cleanup: Use const argument, rename variables

The const argument makes sense because these are the "source"
sockets, even though a const cast is necessary at one point.
The name "interface_socket" is an improvement over "stemp"
because the latter sounds like "temporary", or it confuses
the old socket template system with a node group's interface.

Commit Details:

Full Hash: a8b730e04c658ec72ad22974eb1c3d2493308f44
Parent Commit: 7c2fb00
Lines Changed: +48, -35

4 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+12, -9) (Diff)
/source/blender/nodes/intern/node_common.cc (+19, -12) (Diff)
/source/blender/nodes/intern/node_socket.cc (+13, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021