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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-02 15:11:57 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-02 15:11:57 +0400
commit438f604d157cd0165abe4c004f23fa3c0783df0c (patch)
tree041e564b19e4341f022a2177ab304a386e46b445 /source/blender/editors/space_image/space_image.c
parent02fbaede8f33b4acc3421e6d641dfa9359a264da (diff)
UV Edit: move uv vertex buttons code to uvedit module.
Diffstat (limited to 'source/blender/editors/space_image/space_image.c')
-rw-r--r--source/blender/editors/space_image/space_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 451e0e6e89b..e923ec5344f 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -989,6 +989,7 @@ void ED_spacetype_image(void)
BLI_addhead(&st->regiontypes, art);
image_buttons_register(art);
+ ED_uvedit_buttons_register(art);
/* regions: statistics/scope buttons */
art= MEM_callocN(sizeof(ARegionType), "spacetype image region");