Post #5127: Thank you for providing the detailed information. I was able to reproduce everyt

📋 Metadata

🏷️ Tags

hotkeys configuration advanced unsolved

  • Hotkey Configuration
  • Keymap Management

💬 Content

Thank you for providing the detailed information. I was able to reproduce everything in my environment as well.

It seems that the cause is the duplication of Keymap > Screen Editing > Edit Slot when executing the addition of a keymap (wm.keyconfig_preset_add).

image

Even if you disable the duplicated items, this Edit Slot will revert to its default value upon restarting Blender, so it is not a solution. (If a Restore button or left arrow is displayed as shown in the image below, it is considered to have been customized later.)

image

I discovered that the problem can be avoided by having the following state. In this situation, the duplicate items are disabled, and this state becomes the default.

image

To create this situation, do the following. The order is important.

  1. Search for “pmi” by name and disable “Edit Slot” and “Select Icon”.

  2. Add a keymap. (wm.keyconfig_preset_add)

※ There are some inconsistencies in the video, but this is a bug caused by multiple retakes, so don’t worry about it.

The above method is just a HACK. Due to my lack of knowledge, we may need to wait for @roaoao’s return for a fundamental solution.


❤️ 1 likes


🔗 View on Blender Artists