blender/release/scripts/startup/bl_operators
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
..
__init__.py Merged changes in the trunk up to revision 54110. 2013-01-26 23:49:13 +00:00
add_mesh_torus.py I18n: various fixing. 2013-03-28 15:41:43 +00:00
anim.py fix [#34805] Bake action ignores parent motion 2013-04-11 08:42:25 +00:00
clip.py Hide preview for nodes created with Setup Tracking Scene 2013-04-11 13:34:51 +00:00
console.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
freestyle.py Usual typo fixes... ;) 2013-04-07 10:21:22 +00:00
image.py Fix for [#34898] Typo in error message of mathutils.Vector 2013-04-07 15:09:06 +00:00
mesh.py style cleanup: pep8 2012-10-08 08:28:05 +00:00
node.py Fix for add nodes search box showing nasty "UUUUUUUU"-like entries with some python builds... 2013-04-21 13:51:51 +00:00
object_align.py use more conventional names in rigid body script. 2013-01-28 12:15:50 +00:00
object_quick_effects.py code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00
object_randomize_transform.py code cleanup: dont use 'bpy.context' when 'context' is available 2013-01-23 07:52:31 +00:00
object.py select-camera operator could select hidden cameras, also disable freestyle for make lite target. 2013-04-08 04:54:57 +00:00
presets.py Fix for [#34901] "Add SSS Preset" gives error. 2013-04-07 15:18:12 +00:00
rigidbody.py code cleanup: simplify python rigidbody operators. 2013-04-20 13:22:08 +00:00
screen_play_rendered_anim.py fix for 'Playanim' playing past the last frame of an animation. also print -s and -e in help message. 2012-11-17 01:15:28 +00:00
sequencer.py code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00
uvcalc_follow_active.py style cleanup 2013-01-15 23:15:32 +00:00
uvcalc_lightmap.py code cleanup: dont use 'bpy.context' when 'context' is available 2013-01-23 07:52:31 +00:00
uvcalc_smart_project.py Fix for [#34898] Typo in error message of mathutils.Vector 2013-04-07 15:09:06 +00:00
vertexpaint_dirt.py code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00
view3d.py Fix #34350: Maya Keyboard map preset problems 2013-04-22 14:56:41 +00:00
wm.py code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00