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>2009-10-27 18:40:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-27 18:40:56 +0300
commitd160891c3695042899e09ad6f39e5427dbe91d51 (patch)
treee3d3f5090a0f2e231e0b510df1c982b655ad591a /source/blender/editors/mesh/mesh_intern.h
parent4e7768066e1d9f83ea2cd4be829bc7f5d05ac3b6 (diff)
Shape Propagate to all back in vertex menu
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index cab56ad5110..9ff3a3b684c 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -226,6 +226,7 @@ void MESH_OT_colors_mirror(struct wmOperatorType *ot);
void MESH_OT_delete(struct wmOperatorType *ot);
void MESH_OT_rip(struct wmOperatorType *ot);
+void MESH_OT_shape_propagate_to_all(struct wmOperatorType *ot);
void MESH_OT_blend_from_shape(struct wmOperatorType *ot);
/* ******************* mesh_layers.c */