On Sun, 2011-04-03 at 16:17 +0000, Brecht Van Lommel wrote:
> Revision: 35976
>           
> http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35976
> Author:   blendix
> Date:     2011-04-03 16:17:39 +0000 (Sun, 03 Apr 2011)
> Log Message:
> -----------
> Image pixel acces, through Image.pixels as floating point values.
> 
> It's not the most efficient solution, but this can be optimized later. It's
> best to copy out all the pixels at once into a list, rather than accessing
> them one by one.

Thanks for that. It is considerably slower than using pydna, but at
least everyone can use it easily :)

I've posted a simple ImageBuffer class here
http://blenderartists.org/forum/showthread.php?213940-Image-Buffer-Pixel-level-access-to-images

Cheers,
Domino

_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to