Commit Graph

115 Commits

Author SHA1 Message Date
Johan Duparc
9d196ada09 Datasmith: New mesh serialization, MeshDescription based
#rb JeanLuc.Corenthin
#jira none
#preflight 623b758ab3653cf6aff79b97

[CL 19485120 by Johan Duparc in ue5-main branch]
2022-03-23 16:31:37 -04:00
Johan Duparc
d09a2ef272 Datasmith: fix mesh area computation
#preflight 6239c35cdb0f61c7925b6164
#rb JeanLuc.Corenthin

[CL 19483138 by Johan Duparc in ue5-main branch]
2022-03-23 15:07:29 -04:00
Johan Duparc
f2b3acb29a DirectLink: Enable LWC types serialization as doubles
#rb JeanLuc.Corenthin
#jira UETOOL-5070
#preflight 6239a709ec68595f3b82bcc4

[CL 19464945 by Johan Duparc in ue5-main branch]
2022-03-22 06:54:07 -04:00
JeanLuc Corenthin
6f4dd438e7 Removed unnecessary check on file existence in the Datasmith XML reader following changes made in CL 19422918
#fyi johan.duparc
#rb none
#preflight 6235e1f884667926da4272a4

[CL 19444649 by JeanLuc Corenthin in ue5-main branch]
2022-03-19 10:26:07 -04:00
benoit deschenes
cf22a6894c DatasmithSDK - Add missing xml serialization of PbrMaterial ClearCoat properties.
#jira UE-146258
#rb JeanLuc.Corenthin
#preflight 6233b62ffe20b5f25d488668

[CL 19429122 by benoit deschenes in ue5-main branch]
2022-03-17 18:46:05 -04:00
David Lesage
c371fe3b1f CADKernel imports Meshes in UE in mm instead of cm
#jira UE-144198
- A scale is apply at the mesh during the transfer to UE
- Alias/CADKernel: BRep body is transferred to CADKernel  in cm instead of mm
- Rhino/CADKernel: fix nullptr
#rb jeanluc.corenthin
#swarm https://p4-swarm.epicgames.net/reviews/19409797
#preflight 623379ee84667926da28f3b8
#preflight 62337bdde14776a6ebbf4f36

[CL 19424322 by David Lesage in ue5-main branch]
2022-03-17 14:40:25 -04:00
Johan Duparc
10d22a9232 Datasmith: Moved path resolution logic out of the xml reader in order to share that logic with scenes received from DirectLink
#jira UETOOL-5073
#preflight 6233500ced772061b6151a67
#rb JeanLuc.Corenthin, Benoit.Deschenes

[CL 19422918 by Johan Duparc in ue5-main branch]
2022-03-17 13:08:25 -04:00
Johan Duparc
cc0b261e62 Datasmith: add support of doted property path for DatasmithKeyValueProperty
#preflight 622f3db30a342dea04e629c8
#jira UETOOL-5072
#rb JeanLuc.Corenthin

[CL 19422187 by Johan Duparc in ue5-main branch]
2022-03-17 12:23:03 -04:00
emil kirichev
27ee27bd71 [Revit Exporter] Implement export of decals
#rb JeanLuc.Corenthin
#jira UETOOL-4947
#preflight 6231f4f1ac0173aa4130081e

[CL 19417798 by emil kirichev in ue5-main branch]
2022-03-17 02:24:47 -04:00
David Lesage
81b1a1f95c #jira UE-145438
Fix CADKernel used with TechSoft, 3 mains problems:
- by default, from TechSoft, faces with a periodic basis surface are not always split on parametric seams
- CADKernel expects to have the external loop in first, that is not always the case with TechSoft
- The function to test the relative orienation of two coincident closed edges (StartVertex = EndVertex) has not been yet implemented
#swarm https://p4-swarm.epicgames.net/reviews/19379931
#rb jeanluc.corenthin
#preflight 6230eb079406c2cfd6a9bd63

[CL 19392487 by David Lesage in ue5-main branch]
2022-03-15 15:43:03 -04:00
Johan Duparc
c846fd6690 Datasmith: add support for CastShadow property in Actor Elements
#rb JeanLuc.Corenthin
#jira UETOOL-5066
#preflight 622a11f3df3960e506a09009

[CL 19354410 by Johan Duparc in ue5-main branch]
2022-03-11 09:57:27 -05:00
fred kimberley
e7e64e1749 Make FVector conversions explicit.
#preflight 6221270ea00412627d0b7dd3
#jira UE-122078
#lockdown Julien.Marchand
#rb Andrew.Davidson

#ROBOMERGE-AUTHOR: fred.kimberley
#ROBOMERGE-SOURCE: CL 19253774 in //UE5/Release-5.0/... via CL 19257968
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v924-19243027)

[CL 19263535 by fred kimberley in ue5-main branch]
2022-03-04 03:48:53 -05:00
david lesage
862b5444fd Implement Stitching Technique = Sew when using CADKernel tessellator
#jira UETOOL-5013
#rb jeanluc.corenthin
#preflight 621822e47520d8f6aba0b1f6
#lockdown cristina.riveron

#ROBOMERGE-AUTHOR: david.lesage
#ROBOMERGE-SOURCE: CL 19153706 in //UE5/Release-5.0/... via CL 19159218
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19161405 by david lesage in ue5-main branch]
2022-02-25 19:44:22 -05:00
benoit deschenes
c74af5c861 DirectLink - Adding missing support for Hierarchical-Instanced-StaticMesh Actors.
To support the HISM actors we must serialize arrays of Transforms.
Right now we're missing support to either serialize FTransform directly or to serialize TArrays of FVector and FQuat. I chose to add the _transform StoreType as it seems to be the most hastle-free solution.

#jira UE-143002
#rb JeanLuc.Corenthin
#preflight 62165e28476ef5d8a2ffdfc4
#lockdown JeanMichel.Dignard

#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 19096203 in //UE5/Release-5.0/... via CL 19108980
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19147167 by benoit deschenes in ue5-main branch]
2022-02-25 10:06:19 -05:00
david lesage
56ecf1d024 #Jira UETOOL-5012
Step 2: Preparing to plug of CADKernel into TechSoft: Add missing methodes in TechSoftInterface, TechSoftUtils and CADKernel::FSession

#rb jeanluc.corenthin
#preflight 621029245219b1d13ceedd90

#ROBOMERGE-AUTHOR: david.lesage
#ROBOMERGE-SOURCE: CL 19082460 in //UE5/Release-5.0/... via CL 19097105
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19140833 by david lesage in ue5-main branch]
2022-02-24 23:31:25 -05:00
david lesage
ba26fb5644 Fix FTopologicalEdge::CreateEdgeByMergingEdges :
- if BSpline::DuplicateNurbsCurveWithHigherDegree failed, the operation is canceled
 - fix the merge of NURBS (rational + non-rational nurbs)
 - clean FNURBSCurve constructor
 - If DuplicateNurbsCurveWithHigherDegree failed return TSharedPtr<FNURBSCurve>()

#jira UE-142840
#rb jeanluc.corenthin
#preflight 620c1cb1615db7478d3fed4a
#lockdown jeanmichel.dignard

#ROBOMERGE-AUTHOR: david.lesage
#ROBOMERGE-SOURCE: CL 19081216 in //UE5/Release-5.0/... via CL 19095763
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19140413 by david lesage in ue5-main branch]
2022-02-24 23:13:37 -05:00
steve robb
a8c1e02c4e Use a union-based representation for types which want to treat its members as both individual named fields and as an array, to avoid strict aliasing issues.
#jira UE-140368
#preflight 6201d6b1e9567e66732291b2
#rb jeff.newquist
#lockdown julien.marchand

#ROBOMERGE-AUTHOR: steve.robb
#ROBOMERGE-SOURCE: CL 18995739 in //UE5/Release-5.0/... via CL 18996215 via CL 18996642
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)

[CL 19001153 by steve robb in ue5-main branch]
2022-02-15 14:42:20 -05:00
benoit deschenes
20f7cc7d8c Datasmith Import - Fixing master material serialization error.
The EDatasmithMasterMaterialType::Emissive value was not added at the end of the enum, this caused the rest of the underlying values to shift in the enum, breaking existing .udatasmith file. To fix this, the "Emissive" value was moved to the end of the enum.

#jira UE-141684
#rb emil.kirichev
#preflight 6201907ce85c7a08bbc54f1c
#lockdown JeanMichel.Dignard

#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18903268 in //UE5/Release-5.0/... via CL 18903336 via CL 18903535
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v912-18901109)

[CL 18903590 by benoit deschenes in ue5-main branch]
2022-02-08 11:55:43 -05:00
kerim borchaev
09142c253d 3ds Max DirectLink: MentalRay Arch & Design and VRay Light Materials to UEPbr
#jira UETOOL-4924 UETOOL-4930
#preflight 620203b5445d334c040af6e8
#rb benoit.deschenes

[CL 18903465 by kerim borchaev in ue5-main branch]
2022-02-08 11:48:52 -05:00
johan duparc
01f73a6dcf Prepare Directlink to receive LWC types
#rb Benoit.Deschenes, JeanLuc.Corenthin
#preflight 61faeabe9a71b11fd38fb7f8
#jira UE-140792 UE-140845
#lockdown Simon.Tourangeau

#ROBOMERGE-AUTHOR: johan.duparc
#ROBOMERGE-SOURCE: CL 18841603 in //UE5/Release-5.0/... via CL 18841875 via CL 18842084
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18842355 by johan duparc in ue5-main branch]
2022-02-03 09:14:13 -05:00
kerim borchaev
9cc42fb5fe 3ds Max DirectLink: Corona Light Material to UEPbr
- Emission and Opacity Mask
- Added "Unlit" ShadingModel to Datasmith core/importer

#jira UETOOL-4923
#preflight 61fa7d781d7ca8ed2d78ec32
#rb benoit.deschenes

[CL 18840457 by kerim borchaev in ue5-main branch]
2022-02-03 01:02:52 -05:00
benoit deschenes
9cfce127bf Datasmith Direct Link - Fix missing MetaData on Datasmith DirectLink import.
#preflight 61fac65fdb42673a6034efd9
#jira UE-140197
#rb JeanLuc.Corenthin Johan.Duparc
#lockdown JeanMichel.Dignard

#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18831286 in //UE5/Release-5.0/... via CL 18831310 via CL 18831386
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18831390 by benoit deschenes in ue5-main branch]
2022-02-02 14:24:32 -05:00
johan duparc
82c231b8f6 Directlink: Fix to support LWC
#rb Benoit.Deschenes
#preflight 61fa8ee14404d5fade1b6cdd
#jira UE-140792 UE-140845
#lockdown Simon.Tourangeau

#ROBOMERGE-AUTHOR: johan.duparc
#ROBOMERGE-SOURCE: CL 18826119 in //UE5/Release-5.0/... via CL 18826134 via CL 18826484
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18826519 by johan duparc in ue5-main branch]
2022-02-02 10:02:46 -05:00
fred kimberley
7fbfaf57c8 Require explicit constructors/casts when converting between FVector, FVector3d, and FVector3f.
#jira UE-122078
#rb Andrew.Davidson, Colin.McGinley
#preflight standard build

#ROBOMERGE-AUTHOR: fred.kimberley
#ROBOMERGE-SOURCE: CL 18817999 in //UE5/Release-5.0/... via CL 18818012 via CL 18822871
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v910-18824042)

[CL 18824721 by fred kimberley in ue5-main branch]
2022-02-02 07:59:31 -05:00
david lesage
bf8a3cb052 Update CADKernel : fix one infinite loop
[FYI] jeanluc.corentin
#preflight 61f92bf98b4112f7cc94b791

#ROBOMERGE-AUTHOR: david.lesage
#ROBOMERGE-SOURCE: CL 18807146 in //UE5/Release-5.0/... via CL 18809180 via CL 18822217
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)

[CL 18823246 by david lesage in ue5-main branch]
2022-02-02 05:28:54 -05:00