Blender Git Commit Log

Git Commits -> Revision 4c4d3b2

Revision 4c4d3b2 by Campbell Barton (soc-2021-curves)
June 21, 2021, 14:31 (GMT)
Cleanup: move mesh tessellation into it's own file

This matches BMesh which also has tessellation in it's own file.

Using a separate file helps with organization when
extracting code into smaller functions.

Commit Details:

Full Hash: 4c4d3b2481778d3f1366871e32e374f91efcd89a
Parent Commit: db98e9b
Committed By: Dilith Jayakody
Lines Changed: +613, -550

1 Added Path:

/source/blender/blenkernel/intern/mesh_tessellate.c (+584, -0) (View)

5 Modified Paths:

/source/blender/blenkernel/BKE_mesh.h (+26, -21) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/intern/mesh.c (+0, -16) (Diff)
/source/blender/blenkernel/intern/mesh_evaluate.c (+0, -513) (Diff)
/source/blender/bmesh/intern/bmesh_mesh_tessellate.c (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021