kerim borchaev
4398537c9d
[3ds Max Exporter] 3ds Max 2025 support
...
#jira UE-206378
#rb JeanLuc.Corenthin
[CL 32819790 by kerim borchaev in ue5-main branch]
2024-04-09 01:09:02 -04:00
kerim borchaev
3c264df819
[solidworks] Add support for datasmith exporter of Solidworks 2024
...
#jira UE-188455
#rb JeanLuc.Corenthin
[CL 32753683 by kerim borchaev in ue5-main branch]
2024-04-05 01:06:27 -04:00
jeanluc corenthin
e4f3585588
Fixed the build break introduced with the change in the required version of VS
...
#jira UE-211057
#rb benoit.deschenes
#rnx
[CL 32712188 by jeanluc corenthin in ue5-main branch]
2024-04-03 17:35:52 -04:00
kerim borchaev
3c4ce4e2a0
[3dsMax Exporter] Compile warning fix and unused code cleanup
...
#jira UE-206256
#rb JeanLuc.Corenthin
[CL 32537722 by kerim borchaev in ue5-main branch]
2024-03-27 03:26:43 -04:00
steve robb
f43fc1d782
Fixed up more bool-taking calls to take EAllowShrinking instead.
...
[CL 30894388 by steve robb in ue5-main branch]
2024-01-25 14:09:12 -05:00
joe kirchoff
9cfbb6a32f
Fix warnings in ModuleRules
...
#rnx
[CL 30431868 by joe kirchoff in ue5-main branch]
2023-12-21 13:35:12 -05:00
JeanLuc Corenthin
012f674954
Added support for ArchiCAD 27 - bis
...
#jira UE-202780
#rb benoit.deschenes
[CL 30348266 by JeanLuc Corenthin in ue5-main branch]
2023-12-15 10:01:35 -05:00
JeanLuc Corenthin
6e125d0956
Fixed build break for SketchUp exporter on the Mac
...
#jira UE-201587
#rb jeanluc.corenthin
#rnx
[CL 30099313 by JeanLuc Corenthin in ue5-main branch]
2023-12-04 18:03:42 -05:00
benoit deschenes
4a114cf921
[Datasmith Sketchup] Fix build warning on Mac.
...
#jira UE-198838
#rb JeanLuc.Corenthin
[CL 29054719 by benoit deschenes in ue5-main branch]
2023-10-24 18:17:30 -04:00
benoit deschenes
b72bb1b7bc
[Datasmith] Change DatasmithSDKSample solution targetting to C++20 and VS2022.
...
This fixes compilation issues.
#jira UE-196923
#rb JeanLuc.Corenthin
[CL 28977418 by benoit deschenes in ue5-main branch]
2023-10-20 15:40:05 -04:00
joe kirchoff
46eab319e3
UnrealBuildTool: Add the ability to disable debugging info for select modules and plugins via TargetRules configuration
...
Obsolete bDisableDebugInfo and replace with TargetRules.DebugInfo which is a flags enum DebugInfoMode. TargetRules.DebugInfo can be set to any or all of [Engine, EnginePlugins, Project, ProjectPlugins], whichever flags are set will have debug info enabled for the modules in those groups if the Target would otherwise has debug info enabled
* DebugInfoMode.None is equalivant to bDisableDebugInfo=true (-NoDebugInfo will still set this)
* DebugInfoMode.ProjectOnly = Project | ProjectPlugins
* DebugInfoMode.EngineOnly = Engine | EnginePlugins
* DebugInfoMode.Full = Engine | EnginePlugins | Project | ProjectPlugins
* DebugInfoMode.Full is equalivant to bDisableDebugInfo=false (the current default)
Add TargetRules.DisableDebugInfoModules, this is a list of module names that should disable debug info regardless of TargetRules.DebugInfo
Add TargetRules.DisableDebugInfoPlugins, this is a list of plugin names that should disable debug info for all of their modules regardless of TargetRules.DebugInfo
[CL 28544448 by joe kirchoff in ue5-main branch]
2023-10-06 12:28:59 -04:00
JeanLuc Corenthin
8906541c70
Fixed build break following changes from CL 27235710
...
#jira UE-193682
#rb trivial
[CL 27325958 by JeanLuc Corenthin in ue5-main branch]
2023-08-23 18:50:03 -04:00
Ryan Hummer
3ebc0e1bcf
Removing mono/xbuild part 1
...
* Updating references to use dotnet
* Add new RunDotnet scripts
* Removing Mono sh scripts and references to them
#rnx
#jira UE-153293
#rb josh.adams, zack.neyland, brandon.schaefer
[CL 26737744 by Ryan Hummer in ue5-main branch]
2023-08-01 10:02:58 -04:00
david lesage
9fc21fe22f
#jira UE-190954: the import failed because this is a shattered DMU that cannot be imported with incremental mode of TechSoft (Importer.m_sLoadData.m_sIncremental)
...
=> the control of the import time cannot be activated as the size of all the files are not know...
[CL 26547102 by david lesage in ue5-main branch]
2023-07-24 12:32:43 -04:00
kerim borchaev
5f10173ba5
[3dsMax] Exporter build fix after switch to c++20 for UE
...
#jira UE-188367
#rb benoit.deschenes
[CL 25951876 by kerim borchaev in ue5-main branch]
2023-06-13 10:53:29 -04:00
kerim borchaev
d6a17aec18
[Revit] Datasmith Exporter for Revit 2018.3 - Direct Link error
...
#jira UE-173649
#rb benoit.deschenes
[CL 25810644 by kerim borchaev in ue5-main branch]
2023-06-06 00:01:27 -04:00
Marc Audy
43986f732d
Fix divergences from FNMain
...
#rnx
#preflight
[CL 25777212 by Marc Audy in ue5-main branch]
2023-06-02 19:33:12 -04:00
joe kirchoff
5c68ea228c
Update program targets to BuildSettingsVersion.Latest
...
#rnx
[CL 25775976 by joe kirchoff in ue5-main branch]
2023-06-02 18:30:21 -04:00
David Lesage
4ddfb5d774
Fix DatasmithCADWorker compilation
...
#preflight 6478b290947ff6973c1980d9
[CL 25727565 by David Lesage in ue5-main branch]
2023-06-01 11:17:26 -04:00
David Lesage
325d472511
Switch mesher in case of failure
...
#jira UE-186713
#rb jeanluc.corenthin
#preflight 6478514b3a1270a6fd13bb3c
[CL 25721504 by David Lesage in ue5-main branch]
2023-06-01 04:20:09 -04:00
kerim borchaev
3adda8b6f6
[Rhino] Fixed export crash when exporting a model
...
- exportimg meshes with multiple uv sets
#jira UE-173206
#preflight 64762215fe6a3b258aeb87da
#rb JeanLuc.Corenthin
[CL 25720645 by kerim borchaev in ue5-main branch]
2023-06-01 01:21:20 -04:00
kerim borchaev
72f4d9c3c9
[Navisworks] Tooltips are now working when docking/undocking plugin UI. Export tooltip added.
...
#jira UE-185161
#preflight 64775c9e0848b7126dcb06f0
#preflight JeanLuc.Corenthin
[CL 25720625 by kerim borchaev in ue5-main branch]
2023-06-01 01:18:46 -04:00
kerim borchaev
4051ea9313
[Solidworks] Fixed deletion of sub-component of a sub-assembly
...
#jira UE-185166
#preflight 6474bb4db310540a8dfe9c85
#rb JeanLuc.Corenthin
[CL 25671691 by kerim borchaev in ue5-main branch]
2023-05-30 01:02:49 -04:00
kerim borchaev
d8ae0b57bf
Fixed DatasmithSDKSample/DirectLink Tests - Geolocation components are exported only when set explicitly
...
#jira UE-186503
#preflight 646b14d864351d76f34311a9
#rb JeanLuc.Corenthin
[CL 25598377 by kerim borchaev in ue5-main branch]
2023-05-24 02:45:26 -04:00
kerim borchaev
76fdc88bd0
[Datasmith] Geolocation api supports 'unset' value
...
- Sketchup doesn't provide elevation so not setting elevation won't have it in .udatasmith file and imported into Unreal as metadata
#jira UE-184935
#preflight 645bd5ea46411bde95200aba
#rb JeanLuc.Corenthin
[CL 25450390 by kerim borchaev in ue5-main branch]
2023-05-12 11:28:56 -04:00