Post #3657: : post_03658, post_03659
🏷️ Tags
pie-menu hotkeys configuration intermediate solved
⚙️ Related PME Features
- Pie Menu Editor
- Panel Group Editor
- Python Scripting
- Context-based menu display
💬 Content
Stefakapapy:
Hi,
I’ve posted few time ago but not got an answer, i retry my luck, no hard feelings, you already do muchIs it possible to display a panel containing a text file only depending on the context.
My wife is learning blender since few weeks but she’s very disturbed with all shortcuts she cannot manage to learn.
I wish display on each part of blender a special panel with all the useful shortcuts she needs for this context (Edit Mode, Sculpt, Node, so on …)
Is it possible to do or am I asking too much ?![]()
Thanks by advance for her
I’ve set this before return bpy.context.mode==‘EDIT_MESH’ can make the menu appear only in edit mode, can change EDIT_MESH, can also be changed to ‘Sculpt’,
这个我之前设置过 return bpy.context.mode==‘EDIT_MESH’ 可以使菜单只在编辑模式下出现,可以更改EDIT_MESH,也可以改成 ‘Sculpt’ 的,
❤️ 1 likes
