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.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
*
|
||||
* This file contains code for polygon tessellation
|
||||
* (creating triangles from polygons).
|
||||
*
|
||||
* \see mesh_tessellate.c for the #Mesh equivalent of this file.
|
||||
*/
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
|
Reference in New Issue
Block a user