Blender Git Commit Log

Git Commits -> Revision 271f34f

Revision 271f34f by Jacques Lucke (master)
July 14, 2021, 09:21 (GMT)
Geometry Nodes: initial socket inspection

Socket inspection helps with debugging a geometry node group.
Now, when hovering over a socket, a tooltip will appear that provides
information about the data in the socket. Note, socket inspection only
works for sockets that have been computed already. Nodes that are not
connected to an output are not computed.

Future improvements can include ui changes to make the tooltip look
more like in the original design (T85251). Furthermore, additional
information could be shown if necessary.

Differential Revision: https://developer.blender.org/D11842

Commit Details:

Full Hash: 271f34f77e056611e5e227b60823dd94f76340df
Parent Commit: 3e125d1
Lines Changed: +242, -0

3 Modified Paths:

/source/blender/editors/space_node/node_draw.cc (+193, -0) (Diff)
/source/blender/nodes/intern/geometry_nodes_eval_log.cc (+31, -0) (Diff)
/source/blender/nodes/NOD_geometry_nodes_eval_log.hh (+18, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021