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:
Diffstat (limited to 'source/blender/editors/transform/transform_convert.h')
-rw-r--r--source/blender/editors/transform/transform_convert.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_convert.h b/source/blender/editors/transform/transform_convert.h
index 621c923675a..bbf6bfd7f55 100644
--- a/source/blender/editors/transform/transform_convert.h
+++ b/source/blender/editors/transform/transform_convert.h
@@ -74,10 +74,12 @@ 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_mesh_uv.c */
+void flushTransUVs(TransInfo *t);
+
/* transform_convert_node.c */
void flushTransNodes(TransInfo *t);
@@ -141,7 +143,11 @@ void createTransMBallVerts(TransInfo *t);
/* transform_convert_mesh.c */
void createTransEditVerts(TransInfo *t);
+
+/* transform_convert_mesh_edge.c */
void createTransEdge(TransInfo *t);
+
+/* transform_convert_mesh_uv.c */
void createTransUVs(bContext *C, TransInfo *t);
/* transform_convert_nla.c */