[Bf-python] Cython, cycles and makesrna

Dan Eicher dan at trollwerks.org
Tue May 17 19:06:10 CEST 2011


On Mon, May 16, 2011 at 9:13 AM, Doug Hammond <doug.hammond at luxrender.net>wrote:

> This sounds like it might be very useful for speeding up things like
> geometry processing for exporter addons - is it possible you could provide
> some more information about cython in blender for people who have never
> seen/used cython before ?
>
> Cheers,
> Doug.
>

Basically it'll let you interact with blender's internal .blend database
without having to go through a slow c-to-python conversion -- kind of like
ctypes except that the output of cython is a .c file that you run through
the compiler and import the resulting .so as a python module.

Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.blender.org/pipermail/bf-python/attachments/20110517/2930063b/attachment.html>


More information about the Bf-python mailing list