Commit Graph

52 Commits

Author SHA1 Message Date
David Lesage
4f55e1f0ce CADKernel: small improvement in topology functions + some cleaning
#rb none
#preflight 6144a25b6e7fd600018e206e

[CL 17552199 by David Lesage in ue5-main branch]
2021-09-17 10:44:34 -04:00
Johan Duparc
e7fdd4f669 Datasmith: Animation frames data (type FDatasmithTransformFrameInfo) made compatible with LargeWorldCoordinates
#rb JeanLuc.Corenthin, Anousack.Kitisa

[CL 17476382 by Johan Duparc in ue5-main branch]
2021-09-09 16:59:03 -04:00
aurel cordonnier
e3f7878676 Merge from Release-Engine-Test @ 17462327 to UE5/Main
This represents UE4/Main @17430120 and Dev-PerfTest @17437669

[CL 17463546 by aurel cordonnier in ue5-main branch]
2021-09-08 16:42:26 -04:00
Johan Duparc
d633e36382 Datasmith: basic pass on static analysis fixes
#rb JeanLuc.Corenthin, David.Lesage
#jira none

[CL 17458360 by Johan Duparc in ue5-main branch]
2021-09-08 10:34:32 -04:00
emil kirichev
d496b71426 glTF Importer: Add support for PBR-Next materials
#jira UEENT-4558
#rb JeanLuc.Corenthin

[CL 17400551 by emil kirichev in ue5-main branch]
2021-09-02 06:32:51 -04:00
David Lesage
3e9edd7bfe Pluggin of CADKernel in Rhino
#rb johan.ducparc, jeanluc.corenthin

[CL 17384938 by David Lesage in ue5-main branch]
2021-09-01 07:27:10 -04:00
David Lesage
5f4979196c Pluggin of CADKernel in Wire and Rhino Translator
By setting r.CADTranslator.EnableKernelIOTessellation CVar to 0 (disabling KernelIO Tessellation) CADKernel is activated in wire interface
#rb jeanluc.corenthin, johan.duparc
#preflight 61299c3d75bca20001589aa3

[CL 17340531 by David Lesage in ue5-main branch]
2021-08-27 22:43:48 -04:00
David Lesage
7ad137cca8 CADKernel fix build of untrimmed face
#rb trivial
#preflight 61279f1ceef7f30001e91bcf

[CL 17317569 by David Lesage in ue5-main branch]
2021-08-26 10:28:22 -04:00
Johan Duparc
fdd2cb705c Datasmith: cleanup unused Displacement mapping code
#jira UE-113727
#rb Jean-Luc.Corenthin

[CL 17205136 by Johan Duparc in ue5-main branch]
2021-08-17 16:23:07 -04:00
mihnea balta
4a756b274f Fix build error introduced in CL 17116813.
#rb trivial
#rnx
#jira none

[CL 17117152 by mihnea balta in ue5-main branch]
2021-08-10 11:25:04 -04:00
mihnea balta
3612d0737d Fixing lots of places which created USTRUCTs with operator new and passed them to FMessageEndpoint::Publish or Send, wich crashes when ASAN is used.
The messaging system destroys these objects with FMemory::Free, which has different alignment logic than operator new when ASAN is used, resulting in a crash.

#jira none
#rnx
#rb Jerome.Delattre, Matt.Peters

[CL 17116813 by mihnea balta in ue5-main branch]
2021-08-10 10:56:07 -04:00
David Lesage
3e02631a7c #jira UE-120410
#rb trivial

[CL 17067223 by David Lesage in ue5-main branch]
2021-08-05 08:59:50 -04:00
aurel cordonnier
d17d20ca36 Merge from Release-Engine-Test @ 16758890 to UE5/Main
This represents UE4/Main @ 16738161 and Dev-PerfTest @ 16737719 (and Release-17.00 @ 16658211)

[CL 16763350 by aurel cordonnier in ue5-main branch]
2021-06-23 17:51:32 -04:00
David Lesage
0c07314dbb CADKernel Source Code v0.03
Update ParametricMesher header
#rb trivial

[CL 16695899 by David Lesage in ue5-main branch]
2021-06-16 16:39:52 -04:00
David Lesage
2a32eac9ad CADKernel Source Code v0.03
The review of the source code is in progress.
#preflight 60c77186b9446100017cbe78

[CL 16659845 by David Lesage in ue5-main branch]
2021-06-14 12:30:40 -04:00
aurel cordonnier
e0ad4e25df Merge from Release-Engine-Test @ 16624776 to UE5/Main
This represents UE4/Main @ 16579691 and Dev-PerfTest @ 16579576

[CL 16625248 by aurel cordonnier in ue5-main branch]
2021-06-10 13:13:24 -04:00
David Lesage
14925654c3 Pluggin of CADKernel : Add Retesselation
#preflight 60c1643ac612640001ade4f9

[CL 16618032 by David Lesage in ue5-main branch]
2021-06-09 22:17:11 -04:00
David Lesage
f7891f1f57 Issue 78710: fix one compile warnings
#rb none

[CL 16596998 by David Lesage in ue5-main branch]
2021-06-08 19:47:06 -04:00
David Lesage
2ef326025b CADKernel Source Code v0.02
The review of the source code is in progress.
#fyi jeanluc.corenthin
#preflight 60bfc30a79a7fe0001fc3165

[CL 16594491 by David Lesage in ue5-main branch]
2021-06-08 17:44:28 -04:00
aurel cordonnier
43fa62fcd8 Merge from Release-Engine-Test @ 16487383 to UE5/Main
This represents UE4/Main @ 16445039 and Dev-PerfTest @ 16444526

[CL 16488106 by aurel cordonnier in ue5-main branch]
2021-05-27 13:40:37 -04:00
David Lesage
2bd0e9086a Pluggin of CADKernel
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]
2021-05-26 13:33:22 -04:00
Andrew Davidson
3ddc3a4da3 Merge up from //UE5/Dev-LargeWorldCoordinates
#rb none

[CL 16211417 by Andrew Davidson in ue5-main branch]
2021-05-05 15:07:25 -04:00
aurel cordonnier
50944fd712 Merge UE5/RES @ 16162155 to UE5/Main
This represents UE4/Main @ 16130047 and Dev-PerfTest @ 16126156

[CL 16163576 by aurel cordonnier in ue5-main branch]
2021-04-29 19:32:06 -04:00
David Lesage
8e9eaffde4 CADKernel Source Code v0.01: fix Issue #66196: Compile warnings
#preflight 6087031d1bee350001fcb7be

[CL 16117408 by David Lesage in ue5-main branch]
2021-04-26 15:07:15 -04:00
Simon Tourangeau
9657bda0b2 Build fix
Remove pragma warnings that don't seem needed
#rb none
#jira none

[CL 16104206 by Simon Tourangeau in ue5-main branch]
2021-04-23 09:15:59 -04:00