Blender Git Commit Log
Git Commits -> Revision dab61ac
Revision dab61ac by Campbell Barton (master) September 28, 2009, 04:29 (GMT) |
Added "scripts/modules" as permanent module search path. - added bpy.sys as a python module - with bpy.sys.expandpath() - moved bpy.ops into scripts/modules - moved autocomplete into its own module from space_console.py |
Commit Details:
Full Hash: dab61acd458ef53eee2df014ccb28579b947ec5b
SVN Revision: 23517
Parent Commit: 8ea2904
Lines Changed: +394, -356
3 Added Paths:
/release/scripts/modules/autocomplete.py (+211, -0) (View)
/release/scripts/modules/bpy_ops.py (+141, -0) (View)
/release/scripts/modules/bpy_sys.py (+12, -0) (View)
/release/scripts/modules/bpy_ops.py (+141, -0) (View)
/release/scripts/modules/bpy_sys.py (+12, -0) (View)
1 Deleted Path:
/release/scripts/ui/bpy_ops.py (+0, -141)