Commit Graph

449 Commits

Author SHA1 Message Date
kerim borchaev
36c3e582a9 [SketchUp] Fixed lightting issue when geometry is transformed within group
#jira UE-179297
#rb JeanLuc.Corenthin

[CL 33802116 by kerim borchaev in ue5-main branch]
2024-05-21 13:54:29 -04:00
kerim borchaev
52308b1e34 [Archicad exporter] Morph crash fix, morph instances fix, mirrored transform fix
- misplaced morph elements and mirrored objects issues as represented in UE-120861

- fixed UE-141483 which crashed in 5.4 (and was misplaced before)

#jira UE-213640 UE-120861 UE-141483
#rb JeanLuc.Corenthin

[CL 33800467 by kerim borchaev in ue5-main branch]
2024-05-21 13:10:49 -04:00
kerim borchaev
e6e22eba15 DatasmithSDK: Mac build fix on Horde
- SDK build copies(or rather tries to) multiple sets of files and some of the sets may not be present(e.g. Win32 folder on non-windows build) meaning that on Mac/Linux builds such copy step produces an error in the command file. When this operation is last in the list of steps sh script returns error code resulting in build failure.

- e.g. https://horde.devtools.epicgames.com/job/664c4c9bce5df5adab1912f2?step=6b04

#jira none
#rb kerim.borchaev

#fyi JeanLuc.Corenthin

[CL 33799700 by kerim borchaev in ue5-main branch]
2024-05-21 12:51:03 -04:00
kerim borchaev
8f53e5305c [3ds Max Exporter] Fixed compilation warning after certain deprecations in slate headers
#jira UE-214068
#rb JeanLuc.Corenthin

[CL 33506929 by kerim borchaev in ue5-main branch]
2024-05-08 01:11:06 -04:00
jeanluc corenthin
a759e3f2c7 Remove Cloth from the Datasmith SDK sample
#jira UE-213502
#rb jeanluc.corenthin
#rnx

[CL 33301719 by jeanluc corenthin in ue5-main branch]
2024-04-29 11:21:04 -04:00
kerim borchaev
cdf0a1c4ff [3ds Max Exporter] Compilation Warning fix (FLinearColor initialized)
#jira UE-212908
#rb JeanLuc.Corenthin

[CL 33170481 by kerim borchaev in ue5-main branch]
2024-04-23 11:54:55 -04:00
jeanluc corenthin
b1ade3e7c5 Fixed compilation error of DatasmithSDKSample
#jira UE-212569
#rb jeanluc.corenthin
#rnx

[CL 33045480 by jeanluc corenthin in ue5-main branch]
2024-04-17 15:26:07 -04:00
kerim borchaev
0b92d7b8ec [Sketchup] Add support for Sketchup 2024
#jira UE-206381
#rb JeanLuc.Corenthin

[CL 33029192 by kerim borchaev in ue5-main branch]
2024-04-17 00:49:38 -04:00
arciel rekman
dc3f449b21 Fixed irrelevant logspam.
Undo single Engine/Source/Programs/Enterprise/Datasmith/DatasmithMaxExporter/DatasmithMax2017.Build.cs revision 8

[FYI] Kerim.Borchaev

[CL 33028894 by arciel rekman in ue5-main branch]
2024-04-17 00:30:35 -04:00
kerim borchaev
e238df3c28 [Rhino Exporter] Rhino8 support
#jira UE-195620

#rb JeanLuc.Corenthin

[CL 33005488 by kerim borchaev in ue5-main branch]
2024-04-16 13:02:00 -04:00
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