Fix #122451: Crash on animated viewport visibility + animated mesh positions #122496

Merged
Sergey Sharybin merged 1 commits from Sergey/blender:fix_122451 into main 2024-05-30 17:34:58 +02:00

1 Commits

Author SHA1 Message Date
0e61c3c8a1 Fix #122451: Crash on animated viewport visibility + animated mesh positions
If an object is hidden it is unsafe to look deep into its properties, such
as evaluated mesh state. Do early visibility checks to avoid accessing
possibly stake pointers.
2024-05-30 15:44:58 +02:00