Blender Git Commit Log
Git Commits  -> Revision 979bec7
		
			
			
		
Revision 979bec7 by Campbell Barton (master) July 19, 2009, 17:45 (GMT)  | 
- Support for importing python packages. (directories of python scripts containing an __init__.py) - BLI_add_slash returns the new string length. - BLI_where_am_i() would often have /./ in the path (not incorrect but annoying, got into python exceptions) - release/ui/space_image.py, py error referencing invalid keyword args.  | 
Commit Details:
Full Hash: 979bec79c373b5bfae0bfe6e74e6e92bf3214ff2
SVN Revision: 21705
Parent Commit: d410135
Lines Changed:  +69,  -56
7 Modified Paths:
/release/ui/space_image.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+3, -4) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -1) (Diff)
/source/blender/blenlib/intern/fileops.c (+4, -1) (Diff)
/source/blender/blenlib/intern/util.c (+17, -30) (Diff)
/source/blender/editors/space_file/file_ops.c (+0, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+43, -18) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+3, -4) (Diff)
/source/blender/blenlib/BLI_fileops.h (+1, -1) (Diff)
/source/blender/blenlib/intern/fileops.c (+4, -1) (Diff)
/source/blender/blenlib/intern/util.c (+17, -30) (Diff)
/source/blender/editors/space_file/file_ops.c (+0, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+43, -18) (Diff)


 Master Commits
MiikaHweb | 2003-2021