Files
UnrealEngineUWP/Engine/Source/Runtime/Datasmith
jeanluc corenthin 35f0a31b2c Addressed miscellaneous crashes:
- Clean up the logic in FTopologicalFace::UpdateBBox and remove potential crashes
- Modified logic in UE::CADKernel::FindLoopIntersectionsWithIso to only return unique intersection values
- Fixed TCurveSamplerAbstract::RunSampling to immediately return if there is no segment to sample
- Fixed issue with import of multiple files in Datasmith: The UnloadScene of the translator was not called until all the sources were imported. This was not correct for translators which use SDK with global settings, i.e. OpenModel.
- Fixed FAliasModelToCADKernelConverter::AddFace to only add a Face if it has at least one loop.
- Made sure debug 'ensure' were not hit in regular builds

#rb jeanluc.corenthin
#rnx

[CL 34252115 by jeanluc corenthin in ue5-main branch]
2024-06-10 16:25:37 -04:00
..