blender/release/scripts/modules
Campbell Barton 7efc2c2375 modify the python context access so invalid names will raise an exception rather then returning None.
this way the UI scripts are less likely to fail silently and wont let typos work ok.

also allow subclassing of the context, added a copy function,
 bpy.context.copy(), returns the context as a python dict to be modified and used in python.

This also showed up an invalid brush member in the screen context.
2009-11-10 15:09:53 +00:00
..
bpy_ext bpy/rna api class feature 2009-11-08 01:13:19 +00:00
console missed committing this file (from Stani's patch) 2009-11-07 14:17:49 +00:00
bpy_ops.py pep8 whitespace commit 2009-11-07 22:07:46 +00:00
bpy_types.py modify the python context access so invalid names will raise an exception rather then returning None. 2009-11-10 15:09:53 +00:00
bpy_utils.py pep8 whitespace commit 2009-11-07 22:07:46 +00:00
dynamic_menu.py pep8 whitespace commit 2009-11-07 22:07:46 +00:00