📋 Metadata
- Author: actimelvanille
- Date: 2019-03-27 16:20:58
- Type:
question - Replies (1): post_02124
💬 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?