[Bf-committers] Freestyle branch status report May 2012

Dan Eicher dan at trollwerks.org
Tue May 22 04:05:08 CEST 2012


Quickly looking over the python part of the patch, there's lots of
places where you should be using PyGetSetDef for attributes instead of
function getters/setters -- for eg StrokeShader.name instead of
StrokeShader.getName().

Don't know if makesrna can do C++ but that would make it a lot easier
than maintaining a bunch of hand written python bindings. Probably
really depends on if the generated code is compiled by C++ or not
because the access functions would be a breeze.

Dan


More information about the Bf-committers mailing list