[Bf-python] Remote IPython & PyCrust Shell for Blender

Nathan Letwory jesterking at letwory.net
Fri Mar 28 10:38:52 CET 2008


On Thu, Mar 27, 2008 at 11:50 AM, Dietrich Bollmann <diresu at web.de> wrote:

>   - I could write a simple patch which starts to move the blender
>     option parsing code to GNU getopt().
>     I thing GNU getopt() would be a better option as it goes with the
>     current "best practise" in the c developer community and would
>     make it easy to profit from further development of the GNU
>     getopt() library.

This is feasible only if it is cross-platform and cross-compiler, ie.
it should also compile with MSVC. I haven't researched the GNU
getopt() library though, but ideally it should be available as small
library that we can add to lib/windows if we were to use GNU getopt().

/Nathan



More information about the Bf-python mailing list