Post #1316: OH BOY NEW UPDATE.

📋 Metadata

  • Author: MickHanks
  • Date: 2018-04-06 09:36:55
  • Type: discussion
  • Quality Score: 7/10

🏷️ Tags

hotkeys advanced macro

  • Macro Editor
  • Python Scripting
  • Hotkey Configuration

💬 Content

OH BOY NEW UPDATE.

Thanks roaoao for the shout out on the “command_area_move” buttons. Hey Zimlorog you got your wish. Roaoao made the cursor follow the button. How cool is that.

Heads up to people with multiple monitor and multiple blender windows open. Roaoao’s original line works with multiple screens. I’ve got 3 monitors and all is good. Just change the “300” to what ever distance you want and put a “-” in front of the value to go down. or is that get down?

a = C.area; x = a.x + (a.width >> 1); y = a.y + a.height; C.window.cursor_warp(x, y); bpy.ops.pme.timeout(delay=0.0001, cmd=“bpy.ops.screen.area_move(x=%d, y=%d, delta=300)” % (x, y))

Man it’s the little things that make life great.


🔗 View on Blender Artists