Post #1903:
R_
📋 Metadata
- Author: roaoao
- Date: 2019-01-31 20:21:47
- Type:
answer - Quality Score: 7/10
- Reply to: post_01897
🏷️ Tags
hotkeys configuration intermediate solved
⚙️ Related PME Features
- Macro Editor
- Hotkey Configuration
💬 Content
R_dva:
Hi, I’m trying to move to version 2.8, and many things don’t work. This is feature 2.8 or pme can’t reproduce settings from version 2.79? For vertex/edge/face use mouse wheel and ctrl for expend, shift for extend, but cant reproduce it in 2.8. Trying to add pivot points(median/individual and etc) to pie menu and they can’t be added.
PME uses same settings for both Blender 2.79 and 2.80. Check Python API changes.
R_dva:
Cant reproduce macros with lasso select, similar how you show in tutorial for dissolve vertex, or lasso can be used only on lmb?
One of the API changes. Try to remove extend=True in Lasso Select slot (2nd slot):
bpy.ops.view3d.select_lasso()