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
kerim borchaev
94d7329fdc
3ds Max DirectLink: Physical Material with ClearCoat to UEPbr
...
- Converted Max Physical Material to Datasmith UEPbr, including Clear coat
- Testcases:
- Opaque
- Simple Transparent Max material exported as simple transparency(no refraction, ior)
- Advanced Transparent Max material exported as refractive material
- ClearCoat(ior, roughness used)
- Added ThinTranslucent variant(when Max material is ThinWalled or IOR it 1.0)
- Reflection converted to Specular
- Additionally: Fixed transparency color map, emission map/color map that was broken
#jira UETOOL-4571 UETOOL-4900
#preflight 61f7d274e55232619f81a549
#rb benoit.deschenes
[CL 18791909 by kerim borchaev in ue5-main branch]
2022-01-31 12:14:34 -05:00
Andrew Davidson
4a3e582384
LWC: Remove UE_LARGE_WORLD_COORDINATES_DISABLED toggle
...
#rb stephen.holmes
[FYI] zak.middleton
#preflight 61f7d18b114ec25fe09648d6
#ROBOMERGE-OWNER: Andrew.Davidson
#ROBOMERGE-AUTHOR: andrew.davidson
#ROBOMERGE-SOURCE: CL 18788533 in //UE5/Release-5.0/... via CL 18788583 via CL 18788850
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545)
#ROBOMERGE-CONFLICT from-shelf
#preflight 61f7eb7a114ec25fe0990f8c
[CL 18789644 by Andrew Davidson in ue5-main branch]
2022-01-31 10:10:51 -05:00
emil kirichev
220c4fd2a3
Solidworks Datasmith exporter slow or no exports created
...
#jira UE-139923
#rb JeanLuc.Corenthin
#preflight 61f3d3ca801201ab387ffc62
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18769799 in //UE5/Release-5.0/... via CL 18769801 via CL 18769887
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18769888 by emil kirichev in ue5-main branch]
2022-01-28 06:56:53 -05:00
benoit deschenes
6a0c02ef88
DatasmithRhinoExporter - Fixing material assignment for recursive "parent material" in nested blocks.
...
#jira UE-140462
#rb JeanLuc.Corenthin
#preflight 61f31eac1f12674afbc503bc
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18764441 in //UE5/Release-5.0/... via CL 18764448 via CL 18764853
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18764864 by benoit deschenes in ue5-main branch]
2022-01-27 18:10:51 -05:00
benoit deschenes
62eb05dffd
Fixing no UV channel exported when no customization is present
...
#jira UE-140210
#rb JeanLuc.Corenthin
#preflight 61f07e88be0f0e0a621773c8
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18729647 in //UE5/Release-5.0/... via CL 18729705 via CL 18729800
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18729856 by benoit deschenes in ue5-main branch]
2022-01-25 18:15:12 -05:00
emil kirichev
004fef429a
Disable AutoSync from Revit exporter in 5.0
...
#jira UETOOL-4871
#rb JeanLuc.Corenthin
#preflight 61eecac18f38611657ece653
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18709485 in //UE5/Release-5.0/... via CL 18709490 via CL 18709560
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18709568 by emil kirichev in ue5-main branch]
2022-01-24 11:15:54 -05:00
emil kirichev
46fc95500c
Revit - Metadata not sent to Direct Link destination
...
#jira UE-139766
#rb JeanLuc.Corenthin
#preflight n/a
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18689853 in //UE5/Release-5.0/... via CL 18689857 via CL 18689900
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v903-18687472)
[CL 18689934 by emil kirichev in ue5-main branch]
2022-01-21 10:55:33 -05:00
jeanluc corenthin
6146e93e47
Reinstate LWC for ArchiCAD exporter
...
#jira UE-138184
#rb benoit.deschenes
#preflight 61e885f6413325328f04fba4
#ROBOMERGE-AUTHOR: jeanluc.corenthin
#ROBOMERGE-SOURCE: CL 18666710 in //UE5/Release-5.0/... via CL 18666719 via CL 18668123
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v901-18665521)
[CL 18668280 by jeanluc corenthin in ue5-main branch]
2022-01-19 18:26:16 -05:00
matt johnson
b7423cc1da
Imath: build and link the library statically on Windows
...
This changes the third-party Imath library from being built and linked dynamically on Windows
to being built and linked statically instead. Linux and Mac are already statically linking Imath.
Rebuilds of the third-party Alembic and OpenEXR libraries as well as the LiveCodingConsole.exe
binary were included to pick up the newly static linkage to Imath.
#jira UE-131373
#rb benoit.deschenes, david.harvey, tim.smith
#preflight 61e774f5843acf1b24128abf
#ROBOMERGE-AUTHOR: matt.johnson
#ROBOMERGE-SOURCE: CL 18663625 in //UE5/Release-5.0/... via CL 18663689 via CL 18663731
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v900-18638592)
[CL 18663774 by matt johnson in ue5-main branch]
2022-01-19 15:13:35 -05:00
kerim borchaev
9563ddaef7
3ds Max: Fixed node deletion with AutoSync
...
- handling deletion of nodes moved to Update, not only fixing autosync but also ensuring that this potentially heavy work(in case of many removed nodes) doesn't happen when user is editing the scene
#jira UE-139068
#preflight 61e837c8da16597a1f39965d
#rb benoit.deschenes
[CL 18660619 by kerim borchaev in ue5-main branch]
2022-01-19 13:02:26 -05:00
kerim borchaev
9898e5996f
3ds Max DirectLink: installed Datasmith Attributes to use by the plugin
...
- installed and loaded pre-startup(so it can be used by macroscripts)
- plugin was previously dependent on the Datasmith Attributes code loaded by the old Datasmith exporter
#jira UE-137622
#rb benoit.deschenes
#preflight 61e5069d006b17a6864737cc
#ROBOMERGE-AUTHOR: kerim.borchaev
#ROBOMERGE-SOURCE: CL 18630830 in //UE5/Release-5.0/... via CL 18630836 via CL 18630838
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v899-18417669)
[CL 18630839 by kerim borchaev in ue5-main branch]
2022-01-17 01:20:46 -05:00
benoit deschenes
9e7a484527
DatasmithSketchupExporter Mac - Fixing plugin not being able to be uninstalled because of read-only files in the package.
...
#jira UE-139163
#preflight 61e1e00df57ff0310da164c9
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18623115 in //UE5/Release-5.0/... via CL 18623123 via CL 18623136
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v899-18417669)
[CL 18623161 by benoit deschenes in ue5-main branch]
2022-01-14 16:02:16 -05:00
emil kirichev
5255e7d801
Datasmith Solidworks: Additional fix for "Lights exported from solidwork should be converted to StdEmissive materials in UE"
...
Include file that was left out in original submit
#jira UE-137239
#rb JeanLuc.Corenthin
#preflight 61e18fbf0b6c7e8b314add72
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18617598 in //UE5/Release-5.0/... via CL 18617623 via CL 18617639
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v899-18417669)
[CL 18617669 by emil kirichev in ue5-main branch]
2022-01-14 10:14:55 -05:00
emil kirichev
5d960b8544
Datasmith Solidworks: Lights exported from solidwork should be converted to StdEmissive materials in UE
...
#jira UE-137239
#rb JeanLuc.Corenthin
#preflight 61e15a0a3b673a8601c21735
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18616335 in //UE5/Release-5.0/... via CL 18616342 via CL 18616351
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v899-18417669)
[CL 18616359 by emil kirichev in ue5-main branch]
2022-01-14 07:07:56 -05:00
emil kirichev
0a4ecf9623
Datasmith Revit: Export User Defined Collection of Metadata
...
#jira UETOOL-3934
#rb JeanLuc.Corenthin
#preflight 61e13000341d372424fca772
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18615949 in //UE5/Release-5.0/... via CL 18615952 via CL 18615956
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v899-18417669)
[CL 18615964 by emil kirichev in ue5-main branch]
2022-01-14 05:54:57 -05:00
benoit deschenes
66b7eaf143
DatasmithArchiCADExporter - Fix cache path textbox not updated after changing the cache directory.
...
#jira UE-138884
#rb JeanLuc.Corenthin
JeanLuc.Corenthin
#preflight 61df60f8a63213484e0fc32b
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18591969 in //UE5/Release-5.0/... via CL 18591987 via CL 18591995
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)
[CL 18592007 by benoit deschenes in ue5-main branch]
2022-01-12 18:55:28 -05:00
benoit deschenes
9d53be4bfe
DatasmithArchiCADExporter Mac - Adding missing runtime thirdparty libraries
...
#rb JeanLuc.Corenthin
JeanLuc.Corenthin
#preflight 61df603c9c1e5c90b61977c9
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18591536 in //UE5/Release-5.0/... via CL 18591563 via CL 18591587
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)
[CL 18591603 by benoit deschenes in ue5-main branch]
2022-01-12 18:35:47 -05:00
benoit deschenes
32fd5153ef
Fix DatasmithArchiCAD exporter build.
...
#rb none
#jira UE-138862
#preflight 61defa014f0bdec364a26850
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18584987 in //UE5/Release-5.0/... via CL 18585041 via CL 18585053
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v899-18417669)
[CL 18585064 by benoit deschenes in ue5-main branch]
2022-01-12 11:14:57 -05:00
benoit deschenes
18f4e320fc
DatasmithRhinoExporter - Adding missing TBB dependencies to Mac package.
...
#jira UE-138411
#rb JeanLuc.Corenthin
JeanLuc.Corenthin
#preflight 61ddc119c25f6c16f2082b85
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18575718 in //UE5/Release-5.0/... via CL 18575727
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18575733 by benoit deschenes in ue5-release-engine-test branch]
2022-01-11 14:57:16 -05:00
benoit deschenes
94f3c14970
Fix DatasmithSketchupExporter missing libraries
...
#jira UE-138003
#rb JeanLuc.Corenthin
JeanLuc.Corenthin
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18573943 in //UE5/Release-5.0/... via CL 18573969
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18574002 by benoit deschenes in ue5-release-engine-test branch]
2022-01-11 12:45:25 -05:00
benoit deschenes
7b4cd467a7
Fix build - Datasmith SketchUp Exporter using removed FStreamInfo member.
...
#rb none
#preflight 61dca8c64d377749b6612f61
#ROBOMERGE-AUTHOR: benoit.deschenes
#ROBOMERGE-SOURCE: CL 18565713 in //UE5/Release-5.0/... via CL 18565766
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18565815 by benoit deschenes in ue5-release-engine-test branch]
2022-01-10 17:00:43 -05:00
kerim borchaev
493cf10e9a
Navisworks - added separate warning dialog when trying to export an empty state
...
#jira UE-138182
#preflight 61dbe572430de36baa6ba44c
#rb benoit.deschenes
#ROBOMERGE-AUTHOR: kerim.borchaev
#ROBOMERGE-SOURCE: CL 18561422 in //UE5/Release-5.0/... via CL 18561425
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18561442 by kerim borchaev in ue5-release-engine-test branch]
2022-01-10 12:19:24 -05:00
kerim borchaev
b93f25fa9c
3ds Max DirectLink: Messages Dialog, crash on exit fix
...
- Messages dialog first iteration - modeless, realtime update
#jira UETOOL-4774 UE-136837
#rb benoit.deschenes
#preflight 61bae374dc58e54b332b5311
#ROBOMERGE-AUTHOR: kerim.borchaev
#ROBOMERGE-SOURCE: CL 18477255 in //UE5/Release-5.0/... via CL 18481382
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v899-18417669)
[CL 18481480 by kerim borchaev in ue5-release-engine-test branch]
2021-12-16 19:33:40 -05:00
Marc Audy
f512a6d461
Eliminate whitespace only differences between Release-Engine-Staging and Release-Engine-Test
...
#fyi Aurel.Cordonnier
[CL 18448630 by Marc Audy in ue5-release-engine-test branch]
2021-12-13 15:59:48 -05:00