Blender Git Loki
Git Commits -> Revision 1190b45
Revision 1190b45 by Campbell Barton (master) February 22, 2007, 14:37 (GMT) |
Adding a new way of dealing with library data in blender, Blender.Base Has a number of advantages over the existing method, described here. http://wiki.blender.org/index.php/User:Ideasman42#Post_2.43_Update_to_the_Python_API Only missing functionality is the ability to add new data through Base.scenes.new('name'), where scenes could be meshes, texts etc. Other changes are minor, Scene.h, bad var name in definition. Text.c/h - moved the Python Struct into the header file, added BPy_Text_Check() |
Commit Details:
Full Hash: 1190b452634170f248e36c807feb76d0c005a74e
SVN Revision: 10122
Parent Commit: def30c5
Lines Changed: +791, -9
2 Added Paths:
/source/blender/python/api2_2x/Base.c (+723, -0) (View)
/source/blender/python/api2_2x/Base.h (+55, -0) (View)
/source/blender/python/api2_2x/Base.h (+55, -0) (View)