Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2226)

Unified Diff: source/blender/editors/include/ED_mesh.h

Issue 5306077: Uv tools Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: patch with changes so far. Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/blender/editors/include/ED_image.h ('k') | source/blender/editors/include/ED_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/blender/editors/include/ED_mesh.h
===================================================================
--- source/blender/editors/include/ED_mesh.h (.../https://svn.blender.org/svnroot/bf-blender/trunk/blender) (revision 43172)
+++ source/blender/editors/include/ED_mesh.h (working copy)
@@ -153,8 +153,11 @@
struct UvVertMap *EM_make_uv_vert_map(struct EditMesh *em, int selected, int do_face_idx_array, float *limit);
struct UvMapVert *EM_get_uv_map_vert(struct UvVertMap *vmap, unsigned int v);
-void EM_free_uv_vert_map(struct UvVertMap *vmap);
+void EM_free_uv_vert_map(struct UvVertMap *vmap);
+struct UvElementMap *EM_make_uv_element_map(struct EditMesh *em, int selected, int doIslands);
+void EM_free_uv_element_map(struct UvElementMap *vmap);
+
void EM_add_data_layer(struct EditMesh *em, struct CustomData *data, int type, const char *name);
void EM_free_data_layer(struct EditMesh *em, struct CustomData *data, int type);
« no previous file with comments | « source/blender/editors/include/ED_image.h ('k') | source/blender/editors/include/ED_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b