Post #2123: I cannot find out what the code for “drag action = scale” is when using the tran

📋 Metadata

🏷️ Tags

macro hotkeys intermediate unsolved

  • Macro Editor
  • Python Scripting

💬 Content

I cannot find out what the code for “drag action = scale” is when using the transform tool.

image

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?


🔗 View on Blender Artists