~bf-translators/blender/garlic

« back to all changes in this revision

Viewing changes to source/blender/editors/space_image/space_image.c

  • Committer: nazgul
  • Date: 2011-09-20 12:01:16 UTC
  • Revision ID: svn-v4:954f8c5b-7b00-dc11-b283-0030488c597c:branches/soc-2011-garlic:40393
Merging r40366 through r40392 from trunk into soc-2011-garlic

Show diffs side-by-side

added added

removed removed

Lines of Context:
595
595
                        
596
596
                        tf = EM_get_active_mtface(em, NULL, NULL, 1); /* partially selected face is ok */
597
597
                        
598
 
                        if(tf && (tf->mode & TF_TEX)) {
 
598
                        if(tf) {
599
599
                                /* don't need to check for pin here, see above */
600
600
                                sima->image= tf->tpage;
601
601