From d88845324430c4d5d98a828af5cef991f56bcb3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 May 2017 17:58:24 +1000 Subject: Face Maps: custom-data, UI and RNA API Add face maps, needed for face-map widgets, only data structure, widgets will be separate commit. This comes from 'custom-manipulator' branch with only minor changes. --- source/blender/editors/object/object_intern.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/blender/editors/object/object_intern.h') diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h index 854ea9709f2..ed64f1c8ec1 100644 --- a/source/blender/editors/object/object_intern.h +++ b/source/blender/editors/object/object_intern.h @@ -242,6 +242,15 @@ void OBJECT_OT_vertex_weight_set_active(struct wmOperatorType *ot); void OBJECT_OT_vertex_weight_normalize_active_vertex(struct wmOperatorType *ot); void OBJECT_OT_vertex_weight_copy(struct wmOperatorType *ot); +/* object_facemap_ops.c */ +void OBJECT_OT_face_map_add(struct wmOperatorType *ot); +void OBJECT_OT_face_map_remove(struct wmOperatorType *ot); +void OBJECT_OT_face_map_assign(struct wmOperatorType *ot); +void OBJECT_OT_face_map_remove_from(struct wmOperatorType *ot); +void OBJECT_OT_face_map_select(struct wmOperatorType *ot); +void OBJECT_OT_face_map_deselect(struct wmOperatorType *ot); +void OBJECT_OT_face_map_move(struct wmOperatorType *ot); + /* object_warp.c */ void TRANSFORM_OT_vertex_warp(struct wmOperatorType *ot); -- cgit v1.2.3