assimp/code/AssetLib/FBX
Krishty f761dc72f4 style fix - initializing and assigning empty std::string properly
std::string s(""); s = ""; calls the copy constructor, which in turn calls strlen(), … assigning a default-constructed string generates fewer instructions and is therefore preferred.

With C++11 uniform initialization, you’d simply write s = { } instead.
2021-04-16 23:43:56 +02:00
..
FBXAnimation.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXBinaryTokenizer.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
FBXCommon.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXCompileConfig.h Flip the check on _MSC_VER for using TR1 containers. 2021-04-13 11:15:52 -07:00
FBXConverter.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
FBXConverter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXDeformer.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXDocument.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXDocument.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXDocumentUtil.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXDocumentUtil.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
FBXExportNode.cpp closes https://github.com/assimp/assimp/issues/3678: ensure lowercase 2021-03-09 21:08:28 +01:00
FBXExportNode.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXExportProperty.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXExportProperty.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXExporter.cpp Added Blendshape Support to FBX Export 2021-03-24 18:10:03 -07:00
FBXExporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXImportSettings.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXImporter.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXImporter.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXMaterial.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXMeshGeometry.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
FBXMeshGeometry.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXModel.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXNodeAttribute.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXParser.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
FBXParser.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXProperties.cpp style fix - initializing and assigning empty std::string properly 2021-04-16 23:43:56 +02:00
FBXProperties.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXTokenizer.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXTokenizer.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXUtil.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXUtil.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00