📋 Metadata

💬 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