RNA functions can now return dynamic arrays (float, int/boolean). RNA handles freeing memory.

Example code: http://pastebin.mozilla.org/662154.
This commit is contained in:
2009-07-11 16:11:26 +00:00
parent f221d9128d
commit 870a9d6104
7 changed files with 54 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ Import ('env')
sources = env.Glob('intern/*.c')
incs = '. ../editors/include ../makesdna ../makesrna ../blenlib ../blenkernel ../nodes'
incs = '. ../editors/include ../makesdna ../makesrna ../makesrna/intern ../blenlib ../blenkernel ../nodes'
incs += ' ../imbuf ../blenloader ../render/extern/include ../windowmanager'
incs += ' #intern/guardedalloc #intern/memutil #extern/glew/include'
incs += ' ' + env['BF_PYTHON_INC']