blender/release
Sergey Sharybin 75f1157b80 Fix #34350: Maya Keyboard map preset problems
Two main things:

- Made a python operator for selection in a viewport
  which will de-select everything if nothing is under
  the mouse.

  To do so needed to modify VIEW3D_OT_select, so invoke
  sets mouse location which is later used by exec
  function.

  This way it's possible to select stuff from python
  defined operator.

  Not best-ever solution since ideally exec() shall not
  do OpenGL stuff, but we've got this issue in some
  other operators. We'll solve this later.

- Used a keymap from Gianmichele Mariani as a reference,
  updated his keymap to latest changes in operators.

  We shall match Maya keymap much better now, thanks
  for the keymap dude!
2013-04-22 14:56:41 +00:00
..
bin Freestyle changes: 2013-03-26 09:59:43 +00:00
darwin OSX: remove the applescript and env var for omp_set_treads from plist 2013-04-10 15:22:39 +00:00
datafiles edits to startup.blend 2013-04-14 15:26:35 +00:00
freedesktop patch to our desktop file from debian, German translation. 2012-04-16 09:56:12 +00:00
scripts Fix #34350: Maya Keyboard map preset problems 2013-04-22 14:56:41 +00:00
text Release Logs: 2013-04-04 16:23:00 +00:00
windows misc minor edits. 2013-03-29 06:25:22 +00:00
environment-macosx
environment-mswindows set svn end of lines to native 2011-05-09 08:15:38 +00:00
environment-unix