[Bf-blender-cvs] [7a5098f78e4] custom-manipulators: Fix blenderplayer build (ED_object_facemap*)

Dalai Felinto noreply at git.blender.org
Thu Jun 1 12:45:37 CEST 2017


Commit: 7a5098f78e432df2e33a46b97fc12410d8333d79
Author: Dalai Felinto
Date:   Thu Jun 1 12:45:23 2017 +0200
Branches: custom-manipulators
https://developer.blender.org/rB7a5098f78e432df2e33a46b97fc12410d8333d79

Fix blenderplayer build (ED_object_facemap*)

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index d09f15a4c4e..5f87b4f1ad3 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -546,8 +546,6 @@ void ED_object_constraint_tag_update(struct Object *ob, struct bConstraint *con)
 void ED_vgroup_vert_add(struct Object *ob, struct bDeformGroup *dg, int vertnum, float weight, int assignmode) RET_NONE
 void ED_vgroup_vert_remove(struct Object *ob, struct bDeformGroup *dg, int vertnum) RET_NONE
 float ED_vgroup_vert_weight(struct Object *ob, struct bDeformGroup *dg, int vertnum) RET_ZERO
-void ED_object_facemap_face_add(struct Object *ob, struct bFaceMap *fmap, int facenum) RET_NONE
-void ED_object_facemap_face_remove(struct Object *ob, struct bFaceMap *fmap, int facenum) RET_NONE
 int ED_mesh_mirror_topo_table(struct Object *ob, struct DerivedMesh *dm, char mode) RET_ZERO
 int ED_mesh_mirror_spatial_table(struct Object *ob, struct BMEditMesh *em, struct DerivedMesh *dm, const float co[3], char mode) RET_ZERO




More information about the Bf-blender-cvs mailing list