Fix Python error when trying to call the Search Menu with no object #107310

Merged
Hans Goudey merged 1 commits from pioverfour/blender:dp_fix_context_modifier_poll into main 2023-04-24 20:47:25 +02:00

1 Commits

Author SHA1 Message Date
Damien Picard 05424aeb54 Fix Python error when trying to call the Search Menu with no object
When pressing F3 to bring up the Search Menu, an error appeared
because the MoveModifierToNodes operator's poll method did not
consider the context where no object was selected.
2023-04-24 20:24:14 +02:00