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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-21 01:20:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-21 01:20:19 +0300
commitd3a75c48fdb06f7c127fd25544b641dfe44d9f01 (patch)
tree08e7590086bf05af2c22e90adc9a5c22fe1ad3ab /source/blender/editors/include/ED_transform.h
parent34b9bd3a9b3271aeb80b0aec0b3989960ffb2194 (diff)
Cleanup: move extrude gizmo to transform module
Since this is no longer mesh only, move out of mesh, rename next.
Diffstat (limited to 'source/blender/editors/include/ED_transform.h')
-rw-r--r--source/blender/editors/include/ED_transform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index 7adc2d99879..c53dd2a8e96 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -166,6 +166,9 @@ void TRANSFORM_GGT_gizmo(struct wmGizmoGroupType *gzgt);
void VIEW3D_GGT_xform_cage(struct wmGizmoGroupType *gzgt);
void VIEW3D_GGT_xform_shear(struct wmGizmoGroupType *gzgt);
+/* *** transform_gizmo_extrude_3d.c *** */
+void MESH_GGT_extrude(struct wmGizmoGroupType *gzgt);
+
bool ED_widgetgroup_gizmo2d_poll(const struct bContext *C, struct wmGizmoGroupType *gzgt);
void ED_widgetgroup_gizmo2d_setup(const struct bContext *C, struct wmGizmoGroup *gzgroup);
void ED_widgetgroup_gizmo2d_refresh(const struct bContext *C, struct wmGizmoGroup *gzgroup);