assimp/code/AssetLib/Blender
Krishty 36305cf987 Tidy Up Constructors and Destructors
This commit does not add or remove c’tors or d’tors, so it is *not* ABI-breaking.

If a c’tor/d’tor does nothing else than the default behavior, this commit replaces it with “= default”.

If an initializer list entry does nothing else than the default behavior, this commit removes it. First and foremost, remove default c’tor calls of base classes (always called by the compiler if no other base c’tor is explicitly called) and c’tor calls of members with complex types (e.g. “std::vector”).

In a few instances, user-defined copy c’tors / move c’tors / assignment operators / move assignment operators were replaced with “= default”, too. I only did this if I had a clear understanding of what’s going on.
2023-01-16 21:47:11 +01:00
..
BlenderBMesh.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
BlenderBMesh.h Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
BlenderCustomData.cpp Build formatting into DeadlyImportError 2020-08-18 16:32:34 +01:00
BlenderCustomData.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
BlenderDNA.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
BlenderDNA.h Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
BlenderDNA.inl Update copyrights 2022-01-10 21:13:43 +01:00
BlenderIntermediate.h apply fixes to more headers 2022-09-01 12:28:45 -04:00
BlenderLoader.cpp Apply various clang-tidy checks for smartprs and modern C++ types 2022-11-08 11:03:55 -05:00
BlenderLoader.h Clang-Tidy performance fixes 2022-05-11 14:03:45 -04:00
BlenderModifier.cpp Use weak pointer for MirrorModifierData mirror_ob to avoid memory leak 2022-08-17 11:42:32 +03:00
BlenderModifier.h Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
BlenderScene.cpp Make some blender fields warn if missing instead of error 2022-08-17 11:42:32 +03:00
BlenderScene.h Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
BlenderSceneGen.h Make Blender importer aware of collections, and use them when available. Also add the default startup file for Blender 2.93 2021-11-26 22:09:06 -04:00
BlenderTessellator.cpp Tidy Up Constructors and Destructors 2023-01-16 21:47:11 +01:00
BlenderTessellator.h Manually fix up 100 more instances where it should be defaulted 2022-08-25 12:20:13 -04:00