Post #4572: Yes they were changed in 3.2 release

📋 Metadata

  • Author: Juso3D
  • Date: 2022-11-25 11:18:01
  • Type: answer
  • Quality Score: 8/10
  • Reply to: post_04571

🏷️ Tags

hotkeys advanced solved

  • Hotkey Configuration

💬 Content

Yes they were changed in 3.2 release

Tweak events have been removed fromKeyMapItem.type. (EVT_TWEAK_L, EVT_TWEAK_M, EVT_TWEAK_R)

Instead of special types, regular mouse button types should be used (LEFTMOUSE, MIDDLEMOUSE, RIGHTMOUSE) with the KeyMapItem.value set to CLICK_DRAG. Directional dragging can be specified by setting KeyMapItem.direction.

https://wiki.blender.org/wiki/Reference/Release_Notes/3.2/Python_API


❤️ 2 likes


🔗 View on Blender Artists