Post #2145: A macro operator can do that. But I’m not sure what the ‘select and move’ tool i

📋 Metadata

🏷️ Tags

macro hotkeys intermediate

  • 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.


🔗 View on Blender Artists