blender/release/scripts/modules
Campbell Barton b06640c583 changed WM_OT_context_* operators to pass through if one of the members in the path is None, rather then raising an error.
This means if you refer to a member of an object it will fail silently if there is no active object, but if you use an invalid attribute of the object it raises an error.
The method to check this is not nice but works well enough.

also removed pageup/down keys for changing the active shape since listviews can do this now.
2009-10-22 16:21:06 +00:00
..
autocomplete.py Added "scripts/modules" as permanent module search path. 2009-09-28 04:29:01 +00:00
bpy_ops.py changed WM_OT_context_* operators to pass through if one of the members in the path is None, rather then raising an error. 2009-10-22 16:21:06 +00:00
bpy_sys.py Added "scripts/modules" as permanent module search path. 2009-09-28 04:29:01 +00:00
dynamic_menu.py - add torus back from 2.4x as an operator 2009-10-10 21:23:20 +00:00