BPython:
- New module + doc: Blender.Library: It's like File->Append, loads datablocks from .blend files. - small updates to fix warnings and accomodate for the new module, in readfile.[ch] - New Blender.sys module function: time, a wrapper of the PIL get time function. - Updated original makefile and scons builds.
This commit is contained in:
@@ -18,6 +18,7 @@ source_files = ['BPY_interface.c',
|
||||
'api2_2x/World.c',
|
||||
'api2_2x/Lamp.c',
|
||||
'api2_2x/Lattice.c',
|
||||
'api2_2x/Library.c',
|
||||
'api2_2x/Curve.c',
|
||||
'api2_2x/Armature.c',
|
||||
'api2_2x/Bone.c',
|
||||
@@ -53,6 +54,7 @@ source_files = ['BPY_interface.c',
|
||||
python_env.Append (CPPPATH = ['api2_2x',
|
||||
'../blenkernel',
|
||||
'../blenlib',
|
||||
'../blenloader',
|
||||
'../render/extern/include',
|
||||
'../makesdna',
|
||||
'#/intern/guardedalloc',
|
||||
|
||||
Reference in New Issue
Block a user