I'm not sure it's that simple.
I think all DNA data should be loaded regardless of the compilation settings (?), but the issue here is that RigidBodyWorld::Collection
seems to load a dangling…
I've updated the code to avoid the world space translation, but it requires extra matrix multiplications, so I'm not sure it's worth it. It can be reverted.
Yeah, I was not sure either if crashes with disabled features are "ok", but the only answer I got on chat is that they aren't.
The crash happens on the depsgraph while loading the file, so I…
9a3e102853 only affects Workbench, while this is an EEVEE issue, so it should be unrelated.
The issue here seems to be that gpencil_engine_enabled
is only checking for `DEG_id_type_any_exists(…
It's not a lot of code, so it's fine either way, but it would be nice if we could get rid of the code duplication between backends for getting the cache folder and clearing old files.