Go to file
Sergey Sharybin 987dd55245 Fix #30958: Right click menu and add shortcut for importers/exporters doesn't work
This was caused by how keymap is guessing for importer/exporter:

- In some cases if detected wrong keymap like for IMPORT_CURVE_OT_svg
  curve editing context was used because of CURVE_OT substring in
  operator name
- In other cases no keymap was detected because of substrings
  WM_keymap_guess_opname cheched.

Fixed by using Window keymap for any operator with EXPORT_/IMPORT_ substring
which seems to detect importer/exporter operator and only them nicely.
2012-04-16 09:55:54 +00:00
build_files qtcreator/netbeans generators: fix for error getting project info when svn isnt found (common on windows) 2012-04-15 09:34:57 +00:00
doc updated man page 2012-04-05 09:41:55 +00:00
extern libmv: bundle new upstream version from own branch with rigid registration implementation 2012-04-12 11:37:51 +00:00
intern Fix/tweak for cycles border render, it wasn't generating the exact same samples 2012-04-16 09:52:25 +00:00
release rename wm.blenderplayer_start label from 'Start' to 'Start Game In Player', also made it check if the player is found before running. 2012-04-16 02:28:18 +00:00
source Fix #30958: Right click menu and add shortcut for importers/exporters doesn't work 2012-04-16 09:55:54 +00:00
CMakeLists.txt fix incorrect use of PLATFORM_DEFAULT with cmake 2012-04-15 09:51:30 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Spelling Cleanup 2012-03-01 12:20:18 +00:00
SConstruct Scons: 2012-04-14 22:33:48 +00:00