Cleanup: Move several blenkernel headers to C++
Mostly focus on areas where we're already using C++ features, where combining C and C++ APIs is getting in the way. Pull Request: https://projects.blender.org/blender/blender/pulls/114972
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "BKE_mesh.hh"
|
||||
#include "BKE_mesh_runtime.hh"
|
||||
#include "BKE_volume.h"
|
||||
#include "BKE_volume.hh"
|
||||
#include "BKE_volume_openvdb.hh"
|
||||
|
||||
#include "GEO_mesh_to_volume.hh"
|
||||
|
||||
Reference in New Issue
Block a user