From 3bd4f229beb1e18802d93c9f5a44b0ec80828a26 Mon Sep 17 00:00:00 2001 From: mano-wii Date: Wed, 11 Sep 2019 13:48:42 -0300 Subject: Transform: Edit Mesh: Support mirror on all axes Part of T68930 Now two other mirror options that can be enabled simultaneously: Mirror Y and Z. Reviewers: campbellbarton Reviewed By: campbellbarton Subscribers: ThatAsherGuy Differential Revision: https://developer.blender.org/D5720 --- source/blender/editors/transform/transform_convert.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/transform/transform_convert.h') diff --git a/source/blender/editors/transform/transform_convert.h b/source/blender/editors/transform/transform_convert.h index 02ad4688ab6..53ff9952d05 100644 --- a/source/blender/editors/transform/transform_convert.h +++ b/source/blender/editors/transform/transform_convert.h @@ -69,6 +69,8 @@ void flushTransGraphData(TransInfo *t); void flushTransMasking(TransInfo *t); /* transform_convert_mesh.c */ void flushTransUVs(TransInfo *t); +void trans_mesh_customdata_correction_init(TransInfo *t); +void trans_mesh_customdata_correction_apply(struct TransDataContainer *tc, bool is_final); /* transform_convert_node.c */ void flushTransNodes(TransInfo *t); /* transform_convert_object.c */ -- cgit v1.2.3