Go to file
Andrea Weikert 5325f3b2e9 == file browser ==
Patch from Alexander Kuznetsov: Toggle selection rather than just extending.

Implements behaviour that unintendedly was available with previously using macro operator for selection. This was removed and now the functionality is properly implemented.

Patch accepted with minor changes:
1. Used enum rather than #defines and added value for removing from selection (deselect)
2. Moved if (select) outside file_select_do and improved check for whether last file in selection is actually selected. (Necessary since toggle can deselect and toggle select should still make file active)
3. Additionally fixed check in file_select_invoke to be consistent with border select.
2011-03-20 10:22:51 +00:00
build_files Mac OS X cmake changes and bundle fixes 2011-03-16 15:44:17 +00:00
doc add sphinx api reference note that menu's layout.operator_context defaults to EXEC_REGION_WIN rather then INVOKE_DEFAULT. 2011-03-17 22:49:46 +00:00
extern workaround for problem compiling with glu 1.5.8 on windows 2011-03-15 01:31:07 +00:00
intern remove some redundant vars, assignments & checks. 2011-03-19 05:06:06 +00:00
release hide addon_utils in bpy.utils & tag/remove unused vars in recent commits. 2011-03-18 20:57:32 +00:00
source == file browser == 2011-03-20 10:22:51 +00:00
CMakeLists.txt CMake, check for clang++ compiler and disable WITH_IK_ITASC and WITH_MOD_FLUID until there supported. 2011-03-20 01:49:15 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Mac OS X cmake changes and bundle fixes 2011-03-16 15:44:17 +00:00
SConstruct Check the os.environ at the start of the build process. 2011-02-18 09:39:15 +00:00