Assumed this code should be checking for NULL ptr and returning.
[FYI] david.lesage
#jira none
#rb trivial
#preflight 61b0a5755238845473b3dbfb
#ROBOMERGE-AUTHOR: mark.lintott
#ROBOMERGE-SOURCE: CL 18404730 in //UE5/Release-5.0/... via CL 18404733
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v896-18170469)
[CL 18404734 by mark lintott in ue5-release-engine-test branch]
- Fix TryToConnectTwoSubLoopsWithShortestSegment:
When adding a segment A-B, NextA-B and A-NextB were also added without checking that NextA or NextB were in the cell.
- Fix ConnectCellSubLoopsByNeighborhood:
[Connect inner close loops] and [Connect inner with Outer loop] step:
- For each node pair -> TryToConnectTwoSubLoopsWithTheMostIsoSegment defined a set of candidate segment
- Cell.SelectSegmentInCandidateSegments selects in Cell.CandidateSegments segments and adds them in Cell.FinalSegments (add also in Cell.IntersectionTool)
fyi jeanluc.corenthin, flavien.picon
#preflight 619fa41d664cbb92c73d052e
#ROBOMERGE-AUTHOR: david.lesage
#ROBOMERGE-SOURCE: CL 18294668 in //UE5/Release-5.0/... via CL 18294671
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)
[CL 18294679 by david lesage in ue5-release-engine-test branch]
This represents UE4/Main @18073326, Release-5.0 @18081140 and Dev-PerfTest @18045971
[CL 18081471 by aurel cordonnier in ue5-release-engine-test branch]
This represents UE4/Main @17911760, Release-5.0 @17915875 and Dev-PerfTest @17914035
[CL 17918595 by aurel cordonnier in ue5-release-engine-test branch]
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485
[CL 17794212 by aurel cordonnier in ue5-release-engine-test branch]
By setting r.CADTranslator.EnableKernelIOTessellation CVar to 0 (disabling KernelIO Tessellation) CADKernel is activated in wire interface
#rb jeanluc.corenthin, johan.duparc
#preflight 61299c3d75bca20001589aa3
#ROBOMERGE-SOURCE: CL 17340531 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v861-17282326)
[CL 17340534 by david lesage in ue5-release-engine-test branch]
The review of the source code is in progress.
#preflight 60c77186b9446100017cbe78
#ROBOMERGE-SOURCE: CL 16659845 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v834-16658389)
[CL 16659917 by david lesage in ue5-release-engine-test branch]
The review of the source code is in progress.
[FYI] jeanluc.corenthin
#preflight 60bfc30a79a7fe0001fc3165
#ROBOMERGE-SOURCE: CL 16594491 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v828-16531559)
[CL 16594509 by david lesage in ue5-release-engine-test branch]
By setting r.CADTranslator.EnableKernelIOTessellation CVar to 0 (disabling KernelIO Tessellation) CADKernel is activated.
This first version allow to tessellate CAD file with CADKernel. Retessellate and Sew are not availlable.
#preflight 60ae75531d02bb0001b068a7
[CL 16471903 by David Lesage in ue5-main branch]