Files
test2/source/blender/editors/space_script
Campbell Barton 4c7dc3e5c5 changes python initialization
- bpy is now a python package, this makes it easier to add utility modules and adjust python startup which was previously using verbose Py/C api. Access should not be any slower since both C and Python modules use dictionary access.
- loop over scripts and load via python (currently F8 reload isnt working, will add back shortly)
- the C module is kept but renamed to _bpy and not meant for direct access from anything but the bpy package.
- bpy_types.py is an exception since it runs before the bpy package is initialized.
2009-11-13 09:28:05 +00:00
..
2009-06-23 00:09:26 +00:00
2008-12-25 16:02:35 +00:00
2009-11-13 09:28:05 +00:00
2.5
2009-04-15 17:53:12 +00:00
2009-10-08 18:40:03 +00:00
2009-11-10 20:43:45 +00:00
2009-11-10 20:43:45 +00:00