Blender Git Commit Log
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