Post #2145: A macro operator can do that. But I’m not sure what the ‘select and move’ tool i
📋 Metadata
- Author: fjg3d
- Date: 2019-03-30 22:59:32
- Type:
answer - Quality Score: 7/10
- Reply to: post_02143
- Replies (1): post_02147
🏷️ Tags
⚙️ Related PME Features
- Macro Editor
💬 Content
A macro operator can do that. But I’m not sure what the ‘select and move’ tool is - you mean like tweak mode? they probably changed the name for 280. I think its: bpy.ops.wm.tool_set_by_id(name='builtin.select')
So If you add a knife operator to the first slot in a macro, then transform.translate in the second (or another transform operator like slide or shrink/fatten), the cut remains active after the knife operator and can be moved immediately.