Blender Git Commit Log
Git Commits -> Revision 3a83480
Revision 3a83480 by Ken Hughes (master) March 21, 2007, 02:23 (GMT) |
Python API ---------- Support for new bpy.libraries module, which is being proposed to replace the Blender.Library module. |
Commit Details:
Full Hash: 3a834803ef5d74d68d5aa37b9a23f205a473d27f
SVN Revision: 10318
Parent Commit: a6db9c5
Lines Changed: +1020, -35
2 Added Paths:
/source/blender/python/api2_2x/doc/LibData.py (+137, -0) (View)
/source/blender/python/api2_2x/Library.h (+76, -0) (View)
/source/blender/python/api2_2x/Library.h (+76, -0) (View)
11 Modified Paths:
/source/blender/blenkernel/BKE_library.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+13, -4) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -8) (Diff)
/source/blender/python/api2_2x/Blender.c (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Bpy.py (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/Library.py (+3, -1) (Diff)
/source/blender/python/api2_2x/Library.c (+759, -17) (Diff)
/source/blender/python/api2_2x/Main.c (+7, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+8, -0) (Diff)
/source/blender/python/BPY_interface.c (+3, -2) (Diff)
/source/blender/blenkernel/intern/library.c (+13, -4) (Diff)
/source/blender/blenloader/BLO_readfile.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+9, -8) (Diff)
/source/blender/python/api2_2x/Blender.c (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Bpy.py (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/Library.py (+3, -1) (Diff)
/source/blender/python/api2_2x/Library.c (+759, -17) (Diff)
/source/blender/python/api2_2x/Main.c (+7, -1) (Diff)
/source/blender/python/api2_2x/Scene.c (+8, -0) (Diff)
/source/blender/python/BPY_interface.c (+3, -2) (Diff)