Post #2123: I cannot find out what the code for “drag action = scale” is when using the tran
📋 Metadata
- Author: actimelvanille
- Date: 2019-03-27 16:20:58
- Type:
question - Quality Score: 6/10
- Replies (1): post_02124
🏷️ Tags
macro hotkeys intermediate unsolved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
I cannot find out what the code for “drag action = scale” is when using the transform tool.

bpy.ops.wm.tool_set_by_id(name=“builtin.transform”)
this activates the tool itself but if I try to store the command after switching to “scale” in debug mode all I get is this:
bpy.ops.view3d.rotate()
Is there a way to find out the command?