assimp/code/AssetLib/OpenGEX
Krishty f3c18556d1 reduced OpenGEX string bloat
The OpenGEX importer defined a few global std::string constants, only to convert them back to C strings on use. This commit defines them as C strings from the beginning.

strncmp() was used to compare these strings to other strings, but the length limit was set to string length, which made it equivalent to strcmp(), just slower. Fixed that as well.
2021-05-04 22:01:01 +02:00
..
OpenGEXExporter.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
OpenGEXExporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
OpenGEXImporter.cpp reduced OpenGEX string bloat 2021-05-04 22:01:01 +02:00
OpenGEXImporter.h style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
OpenGEXStructs.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00