Files
test/source
Falk David 70c0400e03 Fix: GPv3: Build Modifier crash when using object
The build modifier did not walk the ID link of the object in the settings.
This meant that the pointer was just pointing to random memory after
loading a file that had this object set.

The fix makes sure this ID link is handled in `foreach_ID_link`.
2024-09-17 11:12:56 +02:00
..