[Bf-committers] CVS commit: blender/source/blender/python/api2_2x Blender.h Object.h Blender.c Makefile.am Object.c modules.h

Michel Selten bf-committers@blender.org
23 Apr 2003 21:57:02 +0200


On Tue, 2003-04-22 at 00:50, Douglas Bischoff wrote:
> On Monday, April 21, 2003, at 04:33 PM, Michel Selten wrote:
> 
> >   * Hopefully fixed a link error on OS X.
> >     Declared g_blenderdict externally in modules.h and moved the real
> >     declaration to Blender.c
> 
> Confirmed: it now compiles & links properly on OS X. THANK YOU!

Great, thanks for testing it!

> Do you have any test programs you would like run to confirm that the 
> functionality is there?

Erm, not yet. I use a small scene that I update just for the specific
thing I want to test and adapt the script accordingly. Writing dedicated
test scripts and scenes is a pretty big - but _very_ important - job.
If you look at the source files for Object, Lamp, Camera, Blender and
Image, you should be able to see what's implemented and what isn't. If
you would like to help out writing test scripts, I can make a list of
functions+variables that are already accessible through the new Python
API.

> Also, the binary through autoconf is 14 megs, dynamic, whereas the 
> binary through the NaN makefiles is 6 or so. What's up?

Probably debug information. Try 'strip blender.app'. I guess this should
work on a Mac too.

With regards,
	Michel