Move ED_object_facemap functions into ED_object.h

This commit is contained in:
2017-05-31 01:31:14 +10:00
parent fb27bde1c8
commit 272ec8a7cf
2 changed files with 5 additions and 6 deletions

View File

@@ -35,6 +35,7 @@
extern "C" {
#endif
struct bFaceMap;
struct BaseLegacy;
struct EnumPropertyItem;
struct ID;
@@ -221,6 +222,10 @@ struct EnumPropertyItem *ED_object_vgroup_selection_itemf_helper(
void ED_object_check_force_modifiers(struct Main *bmain, struct Scene *scene, struct Object *object);
/* object_facemap_ops.c */
void ED_object_facemap_face_add(struct Object *ob, struct bFaceMap *fmap, int facenum);
void ED_object_facemap_face_remove(struct Object *ob, struct bFaceMap *fmap, int facenum);
#ifdef __cplusplus
}
#endif