BKE_mball: split tessellation into its own file
this has a lot of its own local structs, functions, better to keep isolated from general metaball selection/library logic.
This commit is contained in:
0
source/blender/blenkernel/BKE_mball_tessellate.h
Normal file
0
source/blender/blenkernel/BKE_mball_tessellate.h
Normal file
@@ -119,6 +119,7 @@ set(SRC
|
||||
intern/mask_rasterize.c
|
||||
intern/material.c
|
||||
intern/mball.c
|
||||
intern/mball_tessellate.c
|
||||
intern/mesh.c
|
||||
intern/mesh_evaluate.c
|
||||
intern/mesh_mapping.c
|
||||
@@ -233,6 +234,7 @@ set(SRC
|
||||
BKE_mask.h
|
||||
BKE_material.h
|
||||
BKE_mball.h
|
||||
BKE_mball_tessellate.h
|
||||
BKE_mesh.h
|
||||
BKE_mesh_mapping.h
|
||||
BKE_mesh_remap.h
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1984
source/blender/blenkernel/intern/mball_tessellate.c
Normal file
1984
source/blender/blenkernel/intern/mball_tessellate.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user