Files
assimp/code
Krishty 7b6dab5e20 reduced DXF string bloat
The DXF importer defined a global std::string constant, only to convert it back to a C string on use.

This commit defines the constant as a C string right away, thus saving 340 B of code and data.
2021-05-04 22:01:00 +02:00
..
2021-05-04 22:01:00 +02:00
2021-05-04 10:57:30 +02:00
2021-02-28 12:17:54 +01:00
2020-01-20 08:53:12 -05:00
2021-04-03 10:25:03 +02:00