Blender Git Commit Log

Git Commits -> Revision 1048878

Revision 1048878 by Charlie Jolly (master)
October 15, 2021, 14:28 (GMT)
Geometry Nodes: Add Voronoi Texture

Port shader Voronoi to GN

Reviewed By: JacquesLucke

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

Commit Details:

Full Hash: 104887800c0f221fbcffa84bb360dd9ff001d7f1
Parent Commit: 6e4ab5b
Lines Changed: +2016, -2

10 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_float2.hh (+25, -0) (Diff)
/source/blender/blenlib/BLI_float3.hh (+15, -0) (Diff)
/source/blender/blenlib/BLI_float4.hh (+52, -0) (Diff)
/source/blender/blenlib/BLI_noise.hh (+94, -0) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+16, -0) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+13, -0) (Diff)
/source/blender/blenlib/intern/noise.cc (+890, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes_evaluator.cc (+1, -0) (Diff)
/source/blender/nodes/shader/nodes/node_shader_tex_voronoi.cc (+909, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021