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:
authorJonathan deWerd <jjoonathan@gmail.com>2014-08-22 12:59:21 +0400
committerJonathan deWerd <jjoonathan@gmail.com>2014-08-22 12:59:21 +0400
commit942f5b12df3545ea139fff199b3f32f9872764b5 (patch)
tree678016e8b1280f1ab05dd48359a14826d95047ee /source/blender/editors/include/ED_uvedit.h
parent63dd004afdb58b76a5606344500683bdee09d651 (diff)
Chrome improvements: shortcuts, trim select/drag, Shift-D, per-trim tessellation resolution, etc.soc-2014-nurbs
Diffstat (limited to 'source/blender/editors/include/ED_uvedit.h')
-rw-r--r--source/blender/editors/include/ED_uvedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_uvedit.h b/source/blender/editors/include/ED_uvedit.h
index 6e2adaca004..e11b8883a70 100644
--- a/source/blender/editors/include/ED_uvedit.h
+++ b/source/blender/editors/include/ED_uvedit.h
@@ -49,6 +49,7 @@ struct wmKeyConfig;
/* uvedit_ops.c */
void ED_operatortypes_uvedit(void);
void ED_keymap_uvedit(struct wmKeyConfig *keyconf);
+void ED_operatormacros_uvedit(void);
void ED_uvedit_assign_image(struct Main *bmain, struct Scene *scene, struct Object *obedit, struct Image *ima, struct Image *previma);
bool ED_uvedit_minmax(struct Scene *scene, struct Image *ima, struct Object *obedit, float min[2], float max[2]);