Blender Git Loki
Git Commits -> Revision 9dcf337
Revision 9dcf337 by Campbell Barton (master) September 20, 2007, 22:38 (GMT) |
image display option for viewing non square pixels (x/y aspect for each image) - useful when editing UV coords with textures that have been resized to values that run fast in openGL (256/512/1024) but have lost their original aspect ratio, especially useful when rotating UV's. Bumped the subversion to 2, so the default aspect is set to 1:1. Made "Repeat Image" option time image drawing and bail out early if its taking too long. (quater of a sec max) this could be avoided if the texture was drawn on a quad, but that wouldnt support other image draw options. This is a good short term solution because it was possibly to lock up blender if you zoomed out a long way then enabled "Repeat Image". |
Commit Details:
Full Hash: 9dcf337e93e02300e66739bb647031c94551a10d
SVN Revision: 12097
Parent Commit: d3a8bcc
Lines Changed: +93, -39
6 Modified Paths:
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -1) (Diff)
/source/blender/include/BIF_editsima.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_image_types.h (+3, -0) (Diff)
/source/blender/src/drawimage.c (+57, -34) (Diff)
/source/blender/src/editsima.c (+22, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -1) (Diff)
/source/blender/include/BIF_editsima.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_image_types.h (+3, -0) (Diff)
/source/blender/src/drawimage.c (+57, -34) (Diff)
/source/blender/src/editsima.c (+22, -3) (Diff)