Fix #117679: operator_menu_enum crashes for an unfound property #117691

Merged
Harley Acheson merged 1 commits from lichtwerk/blender:117679 into main 2024-02-01 01:51:04 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 4d50d07959 Fix #117679: operator_menu_enum crashes for an unfound property
Caused by d6a6c3e1fc.

Code from d6a6c3e1fc was trying to get enum items for a property even if
the property itself was not found.

Now return early here (same as to how an early return happens if the
operator was not found).
2024-01-31 11:50:35 +01:00