blender/release/scripts/io/netrender
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
..
__init__.py changes python initialization 2009-11-13 09:28:05 +00:00
balancing.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
client.py fluid cache need a +1 offset, their frame 0 is blender frame 1 (fun stuff) 2009-11-07 17:47:54 +00:00
master_html.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
master.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
model.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
operators.py rna structs would not raise an error when assigning invalid properties 2009-11-01 21:53:45 +00:00
slave.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
ui.py rna structs would not raise an error when assigning invalid properties 2009-11-01 21:53:45 +00:00
utils.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00