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
Branch
fix_T101004 (branched from master)
Build Status
Buildable 23714
Build 23714: arc lint + arc unit