Blender Git Loki

Git Commits -> Revision ba5b4d1

Revision ba5b4d1 by Jacques Lucke (master)
May 26, 2021, 14:06 (GMT)
Fix T88250: crash when instancing object in disabled collection

This issue was that `BKE_object_eval_uber_data` was not called for
the text object, because its geometry was not dependent upon
and its `is_directly_visible` tag was `false`. The crash happens in
rendering code, because the evaluated data is missing.

This not only affects text objects, but all object types that have a
geometry component that geometry nodes does not support yet.

The solution is to just add the missing dependencies.

Differential Revision: https://developer.blender.org/D11385

Commit Details:

Full Hash: ba5b4d1bd68e8b9a12279d8be9e6d84f496bd44b
Parent Commit: ebde6e1
Lines Changed: +9, -1

3 Modified Paths:

/source/blender/depsgraph/DEG_depsgraph_build.h (+2, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021