Move ED_object_facemap functions into ED_object.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user