[Bf-committers] Better integration of the python scripts in blender's UI : STUPID!

Jacques Guignot bf-committers@blender.org
Thu, 18 Sep 2003 21:43:34 +0000


Greg, Douglas, tdyar,
sorry, my fault!!!

1) I added the #include<dirent.h>, but forgot it was Unix only...
I'm afraid I'll have to write some platform specific code, somethong like
#ifdef LINUX
#include <dirent.h>
#endif
#ifdef WINDOWS
hmmm...
#endif.

2) I forgot some #defines which were specific to my box (like #define 
SCRIPTREPOSITORY /home/j/.blender/scripts

There is some cleanup to do. Should have looked more carefully, but, 
hrmmm...

I'll mail u as soon as possible.

Thanks for your help!