blender/release/scripts/modules
Campbell Barton 4b3fd4a8e0 replacement for my own autocomplete module by stani
--- from his patch
All the functionality is in the console
folder:
- intellisense.py: the central module which loads others on demand
- complete_namespace: more or less a replacement for the old autocomplete.py
- complete_import: module completion (I find this very handy, not just luxury)

These complete_* modules work very simple and should also work outside blender. You give some  input and it returns a list with possible completions.

autocomplete.py is now deprecated.
2009-10-29 20:55:45 +00:00
..
bpy_ext ob.getChilren() often requested for 2.4x api, notice this is only 1 line of python. 2009-10-28 09:39:16 +00:00
console replacement for my own autocomplete module by stani 2009-10-29 20:55:45 +00:00
bpy_ops.py Python can now run operators with their own context (data context). 2009-10-29 09:25:11 +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