blender/release/scripts/modules
Campbell Barton da1765765b many operators uses Bases, for the python to set operators context python too needs to be able to access bases.
- added scene.bases (like scene.objects)
- renamed group create operator.

Example
 scene = bpy.data.scenes[0]
 C = {}
 C["scene"] = scene
 C["selected_editable_bases"] = [scene.bases[2], scene.bases[3]]
 
 bpy.ops.group.create(C)


Also made operator fake modules not return __call__ (reported by Stani, fixes autocomp. bug)
2009-11-02 11:14:22 +00:00
..
bpy_ext Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
console Patch from Stani for autocomplete 2009-10-30 09:34:57 +00:00
bpy_ops.py many operators uses Bases, for the python to set operators context python too needs to be able to access bases. 2009-11-02 11:14:22 +00:00
bpy_sys.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00
dynamic_menu.py Correct GPL license header for all python scripts 2009-11-01 15:21:20 +00:00