Files
test2/source
Bastien Montagne 5ce7937101 Fix (unreported) wrong alignement handling for mat4x4f DNA struct.
Code was using the `struct_index` instead of the `type_index` to set the
alignement value for this struct, effectively setting that alignement
value for another struct/type than `mat4fx4f`.

Found while working on naming cleanups of maksdna code.

Pull Request: https://projects.blender.org/blender/blender/pulls/125777
2024-08-02 11:11:51 +02:00
..