Post #1417: ![](https://blenderartists.org/user_avatar/blenderartists.org/zimlorog/48/536415

📋 Metadata

  • Author: roaoao
  • Date: 2018-05-17 23:02:48
  • Type: discussion
  • Quality Score: 7/10
  • Replies (1): post_01418

🏷️ Tags

hotkeys pie-menu intermediate

  • Pie Menu Editor
  • Hotkey Configuration
  • Python Scripting

💬 Content

Zimlorog:

Would it be possible to force the hotkey for a menu button? I’ve added letters in parenthesis before the name of the tool in order to do so, but I’d rather it not look too busy.

Good feature request. But it should be implemented in Blender. Will try.

anphung:

@roaoao Would it be possible to split the screen (with set width or height) > change the editor type with 1 key/ button? For example, press button, 3D view is split from the right 300 pixels, editor type of the new view is changed to Outliner. Press button again, back to before.

Actually there is a tool for this in PME but it’s not finished yet (video):

bpy.ops.pme.side_area(area='OUTLINER', side='LEFT')

The tool uses Toolbar’s Max Width as a width for the new area. Will add configurable width for the tool in the next version.


❤️ 2 likes


🔗 View on Blender Artists