Blender Git Commit Log
Git Commits -> Revision cd4152c
Revision cd4152c by Jacques Lucke (builtin-simulation-nodes) March 19, 2020, 15:34 (GMT) |
add ui for surface nodes |
Commit Details:
Full Hash: cd4152c242f7357ccfaf35dec3ed31116026a8f0
Parent Commit: c836bec
Lines Changed: +142, -4
5 Added Paths:
/source/blender/nodes/function/nodes/node_fn_closest_surface.cc (+23, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_color.cc (+22, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_normal.cc (+20, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_position.cc (+20, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_weight.cc (+21, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_color.cc (+22, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_normal.cc (+20, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_position.cc (+20, -0) (View)
/source/blender/nodes/function/nodes/node_fn_surface_weight.cc (+21, -0) (View)
6 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+7, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+7, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+5, -0) (Diff)
/source/blender/nodes/NOD_function.h (+5, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+7, -2) (Diff)
/source/blender/blenkernel/BKE_node.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+7, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+5, -0) (Diff)
/source/blender/nodes/NOD_function.h (+5, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+7, -2) (Diff)