assimp/code/PostProcessing
Ryan Styrczula c4055d04b4 Fix double free caused in FindInvalidDataProcess
In debug builds, there's no issues, but in release, an invalid mesh that
is deleted in FindInvalidDataProcess will be double free'd when the
parent scene is destroyed.
2020-05-19 14:38:10 -04:00
..
ArmaturePopulate.cpp ix compiler warning for pragma statements. 2020-03-15 11:47:05 +01:00
ArmaturePopulate.h Make file formatting comply with POSIX and Unix standards 2020-03-21 02:34:12 -04:00
CalcTangentsProcess.cpp fix more warnings. 2020-02-16 15:37:20 +01:00
CalcTangentsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ComputeUVMappingProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ComputeUVMappingProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ConvertToLHProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ConvertToLHProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
DeboneProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
DeboneProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
DropFaceNormalsProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
DropFaceNormalsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
EmbedTexturesProcess.cpp next fixed warnings 2020-03-01 13:15:45 +01:00
EmbedTexturesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindDegenerates.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindDegenerates.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindInstancesProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindInstancesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
FindInvalidDataProcess.cpp Fix double free caused in FindInvalidDataProcess 2020-05-19 14:38:10 -04:00
FindInvalidDataProcess.h Fix static-code findings, 2020-03-15 12:16:17 +01:00
FixNormalsStep.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
FixNormalsStep.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenBoundingBoxesProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenBoundingBoxesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenFaceNormalsProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenFaceNormalsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenVertexNormalsProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
GenVertexNormalsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ImproveCacheLocality.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ImproveCacheLocality.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
JoinVerticesProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
JoinVerticesProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
LimitBoneWeightsProcess.cpp fix type error for template deduction. 2020-04-21 16:39:18 +02:00
LimitBoneWeightsProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
MakeVerboseFormat.cpp fix more warnings. 2020-02-16 15:37:20 +01:00
MakeVerboseFormat.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
OptimizeGraph.cpp fix more warnings. 2020-02-16 15:37:20 +01:00
OptimizeGraph.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
OptimizeMeshes.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
OptimizeMeshes.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
PretransformVertices.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
PretransformVertices.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ProcessHelper.cpp Fixed TextureTypeToString defined multiple times. 2020-02-06 13:19:01 -05:00
ProcessHelper.h Fixed TextureTypeToString defined multiple times. 2020-02-06 13:19:01 -05:00
RemoveRedundantMaterials.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
RemoveRedundantMaterials.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
RemoveVCProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
RemoveVCProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ScaleProcess.cpp Updated copyright dates. 2020-01-20 08:53:12 -05:00
ScaleProcess.h Make file formatting comply with POSIX and Unix standards 2020-03-21 02:34:12 -04:00
SortByPTypeProcess.cpp fix more warnings. 2020-02-16 15:37:20 +01:00
SortByPTypeProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
SplitByBoneCountProcess.cpp Check for existed bone 2020-03-31 14:18:51 -07:00
SplitByBoneCountProcess.h small refactorings. 2020-03-09 10:55:32 +01:00
SplitLargeMeshes.cpp next warnings. 2020-02-18 14:41:19 +01:00
SplitLargeMeshes.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TextureTransform.cpp Merge branch 'master' into enable_vs_warning_all 2020-03-15 10:19:49 +01:00
TextureTransform.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
TriangulateProcess.cpp fix more warnings. 2020-02-16 15:37:20 +01:00
TriangulateProcess.h Updated copyright dates. 2020-01-20 08:53:12 -05:00
ValidateDataStructure.cpp Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
ValidateDataStructure.h Updated copyright dates. 2020-01-20 08:53:12 -05:00