Page MenuHome

Fix T101004: Crash when invisible object becomes visible
ClosedPublic

Authored by Sergey Sharybin (sergey) on Sep 12 2022, 4:42 PM.

Details

Summary

A regression since ac20970bc208

The issue was caused by depsgraph clearing all id->recalc flags
wrongly assuming that all IDs are fully evaluated.

This change makes it so the depsgraph becomes aware of possibly
incompletely evaluated IDs.

Diff Detail

Repository
rB Blender