Blender Git Loki
Git Commits -> Revision 9aadcfc
Revision 9aadcfc by Stephen Swaney (master) April 30, 2005, 19:30 (GMT) |
New methods for Image module: .getPixel( x, y ) returns float list of [r, g, b, a] for pixel .getMaxXY() returns image size as float list [x, y] Contributed by Austin Benesh (mchs3d). Thanks! also ran code thru indent. |
Commit Details:
Full Hash: 9aadcfc2c4f46db3ba269d4bd85b049d47d83e46
SVN Revision: 4342
Parent Commit: ec52d4a
Lines Changed: +124, -16