Fix #128104: Selection operator poll function broken #128110

Merged
Lukas Tönne merged 1 commits from LukasTonne/blender:fix-select-keymap into main 2024-09-25 10:59:09 +02:00

1 Commits

Author SHA1 Message Date
f90a2f883c Fix #128104: Selection operator poll function broken.
The poll function was accidentally changed to return false when no
object is selected or the active object is not one of the special types
checked by the function. Reverted to return true in those cases.
2024-09-25 10:55:17 +02:00