Blender Git Commit Log
Git Commits -> Revision e936f04
Revision e936f04 by Julian Eisel (master) October 15, 2020, 19:31 (GMT) |
Outliner: Use operator option to decide which item to rename The `outliner.item_rename` operator needs to decide if it should rename the active or the hovered item. Previously it checked if the event is a press event, which is a hacky way of doing this and limit how the operator can be used in the keymap. Now use a operator option to let this be controlled on the keymap level. Doesn't change any default behavior. |
Commit Details:
Full Hash: e936f042589eeb4c64a9b0df7cfd3b70ef49af22
Parent Commit: 0a66436
Lines Changed: +43, -22