Cleanup: Move BKE_deform.h to C++

This commit is contained in:
Hans Goudey
2024-01-29 18:57:16 -05:00
parent e72dae4949
commit 961783c444
141 changed files with 209 additions and 229 deletions

View File

@@ -31,7 +31,7 @@
#include "BLI_math_vector.h"
#include "BLI_utildefines.h"
#include "BKE_deform.h"
#include "BKE_deform.hh"
#include "bmesh.hh"
#include "bmesh_py_types_meshdata.h"