Blender Git Commit Log
Git Commits -> Revision 6a62487
Revision 6a62487 by Fabian Schempp (soc-2021-porting-modifiers-to-nodes-merge-by-distance) September 26, 2021, 19:46 (GMT) |
Changes based on review by Hans Goudey (HooglyBoogly) |
Commit Details:
Full Hash: 6a62487f83d55c20610f83b78f1ca4293491db43
Parent Commit: 04ba70c
Lines Changed: +2317, -2247
4 Added Paths:
/source/blender/geometry/GEO_mesh_merge_by_distance.hh (+42, -0) (View)
/source/blender/geometry/GEO_pointcloud_merge_by_distance.hh (+29, -0) (View)
/source/blender/geometry/intern/mesh_merge_by_distance.cc (+1932, -0) (View)
/source/blender/modifiers/intern/MOD_weld.cc (+181, -0) (View)
/source/blender/geometry/GEO_pointcloud_merge_by_distance.hh (+29, -0) (View)
/source/blender/geometry/intern/mesh_merge_by_distance.cc (+1932, -0) (View)
/source/blender/modifiers/intern/MOD_weld.cc (+181, -0) (View)
4 Deleted Paths:
/source/blender/geometry/GEO_mesh_merge_by_distance.h (+0, -39)
/source/blender/geometry/GEO_pointcloud_merge_by_distance.h (+0, -33)
/source/blender/geometry/intern/mesh_merge_by_distance.c (+0, -1927)
/source/blender/modifiers/intern/MOD_weld.c (+0, -184)
/source/blender/geometry/GEO_pointcloud_merge_by_distance.h (+0, -33)
/source/blender/geometry/intern/mesh_merge_by_distance.c (+0, -1927)
/source/blender/modifiers/intern/MOD_weld.c (+0, -184)