Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index 8b5886d65f1..2934745484a 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -43,7 +43,7 @@ struct Depsgraph;
struct IDProperty;
struct ListBase;
struct MeshDeformModifierData;
-struct DerivedMesh;
+struct Mesh;
struct Object;
struct ReportList;
struct Scene;
@@ -230,7 +230,7 @@ struct Object *ED_pose_object_from_context(struct bContext *C);
void ED_mesh_deform_bind_callback(
struct Scene *scene,
struct MeshDeformModifierData *mmd,
- struct DerivedMesh *cagedm,
+ struct Mesh *cagemesh,
float *vertexcos, int totvert, float cagemat[4][4]);
#ifdef __cplusplus