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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-24 23:59:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-24 23:59:06 +0400
commite017621f6a42753443c121c765bfd20ff761eb5c (patch)
treeaf3e947b6fff87cb31f1aee2b7773745f9f5712e /source/blender/editors/space_image
parent25b6260c58287619dc9a2c4dae5db899c315bbc4 (diff)
code cleanup: rename UV functions to closer match bmesh api
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/space_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 6d0f0c9323f..08aa69fe499 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -88,7 +88,7 @@ void ED_space_image_set(SpaceImage *sima, Scene *scene, Object *obedit, Image *i
/* context may be NULL, so use global */
ED_uvedit_assign_image(G.main, scene, obedit, ima, sima->image);
- /* change the space ima after because uvedit_face_visible uses the space ima
+ /* change the space ima after because uvedit_face_visible_test uses the space ima
* to check if the face is displayed in UV-localview */
sima->image = ima;