On Mon, May 18, 2009 at 3:02 AM, Alberto Villa <villa.alberto at gmail.com> wrote: > > some time ago someone wrote on the forums about a project, > gvfx.blogspot.com, which is actually a python script to embed images and > videos in blender animation
I took a look at this again last night and today. Again, I had hoped to avoid temp files. For the input, there is no way to load Image objects beside files other than setting each pixel - uh, in python, no thanks. Not that it is difficult, it just does not perform well. On the output side, there is no way to get a rendered image in memory. There is this wonderful frameserver mode, which makes it possible to get specific frames via HTTP, but, it only works in blender's interactive mode (not with -b). Now that I understand what I can not do... to be continued -- +-DRD-+
