Blender Git Commit Log
Git Commits -> Revision dcda17b
Revision dcda17b by Andrea Weikert (master) November 6, 2010, 16:09 (GMT) |
== filebrowser == Bringing back missing feature: Create new directory by typing a not existing name into the directory button. Note: Small issue still with autocomplete -> if typing the new directory directly after autocomplete, it doesn't execute the operator yet. Also fixed some minor compile/cleanup issues with warning about signed/unsigned comparison and missing header. |
Commit Details:
Full Hash: dcda17b3b322cd9658dda2c9365eb4b5ff903f07
SVN Revision: 32889
Parent Commit: a1c7ccc
Lines Changed: +115, -10
8 Modified Paths:
/CMakeLists.txt (+2, -2) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface.c (+39, -0) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+67, -7) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/blender/quicktime/apple/quicktime_export.c (+3, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/interface.c (+39, -0) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -1) (Diff)
/source/blender/editors/space_file/file_intern.h (+1, -0) (Diff)
/source/blender/editors/space_file/file_ops.c (+67, -7) (Diff)
/source/blender/editors/space_file/space_file.c (+1, -0) (Diff)
/source/blender/quicktime/apple/quicktime_export.c (+3, -0) (Diff)