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/include/BDR_editface.h')
-rw-r--r--source/blender/include/BDR_editface.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/include/BDR_editface.h b/source/blender/include/BDR_editface.h
index d46f05667ba..5501709914e 100644
--- a/source/blender/include/BDR_editface.h
+++ b/source/blender/include/BDR_editface.h
@@ -33,13 +33,14 @@
#ifndef BDR_EDITFACE_H
#define BDR_EDITFACE_H
-struct TFace;
+struct MTFace;
struct Mesh;
+struct MCol;
-struct TFace *get_active_tface(void);
+struct MTFace *get_active_tface(struct MCol **mcol);
void calculate_uv_map(unsigned short mapmode);
void default_uv(float uv[][2], float size);
-void default_tface(struct TFace *tface);
+void default_tface(struct MTFace *tface);
void make_tfaces(struct Mesh *me);
void reveal_tface(void);
void hide_tface(void);