[Bf-blender-cvs] [c9eaf04afbc] master: Cleanup: remove outdated comment

Campbell Barton noreply at git.blender.org
Mon Jul 5 11:09:52 CEST 2021


Commit: c9eaf04afbc1d9a389903248e4bcad93aadac2f0
Author: Campbell Barton
Date:   Mon Jul 5 19:08:19 2021 +1000
Branches: master
https://developer.blender.org/rBc9eaf04afbc1d9a389903248e4bcad93aadac2f0

Cleanup: remove outdated comment

===================================================================

M	source/blender/editors/space_image/image_edit.c

===================================================================

diff --git a/source/blender/editors/space_image/image_edit.c b/source/blender/editors/space_image/image_edit.c
index 1b8cbf3f744..169dafcb8d0 100644
--- a/source/blender/editors/space_image/image_edit.c
+++ b/source/blender/editors/space_image/image_edit.c
@@ -64,8 +64,6 @@ void ED_space_image_set(Main *bmain, SpaceImage *sima, Object *obedit, Image *im
     sima->pin = true;
   }
 
-  /* 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;
 
   if (ima == NULL || ima->type == IMA_TYPE_R_RESULT || ima->type == IMA_TYPE_COMPOSITE) {



More information about the Bf-blender-cvs mailing list