Commit Graph

455 Commits

Author SHA1 Message Date
kerim borchaev
0dac5f4621 [Archicad] Plugin is installed on START(in addition to FULL and SOLO) of every laguage(from 28 existing) of Archicad product found on the system
- installer UI only allows to toggle install for specific Major AC version. When Major version is enable in the UI all flavours and languages found have the plugin installed.
- note: Archicad has a separate install folder for every localization language or "flavour" or product(e.g. solo/start) and plugin had to be installed into the AC folder in order to be found

#jira UE-195805

[CL 34522457 by kerim borchaev in ue5-main branch]
2024-06-20 03:11:09 -04:00
kerim borchaev
e42d1e12e2 [Rhino] Not failing sync/export when internal texture has no path
#jira UE-213892

#rb JeanLuc.Corenthin

[CL 34154873 by kerim borchaev in ue5-main branch]
2024-06-06 09:13:24 -04:00
kerim borchaev
fcf94a172b [Solidworks] Replaced FaceId with PersistentIds for face identifications
This resutls in more stable face-material connection in SW export, fixing the "One variant color does not convert to UE" issue
Also,
- removed Parallel access to SW API - this slowed things down and interfered with debugging
- Code speed-up(due to Parallel fix) - x2
- added more diagnostics logging to simplify debugging of meshes and materials

#jira UE-206035
#rb JeanLuc.Corenthin

[CL 34152225 by kerim borchaev in ue5-main branch]
2024-06-06 06:26:50 -04:00
kerim borchaev
ad4a1fe269 [Naviswork] Add support for Naviswork 2025
#jira UE-206388
#rb kerim.borchaev

[CL 34092012 by kerim borchaev in ue5-main branch]
2024-06-04 09:14:13 -04:00
kerim borchaev
3485fca721 [Archicad] Fixel area lights orientation
- Archicad window lights had their height/width inverted. Repro: create a Window light, set it's Width/Height to different values. Export/Sync - notice how exported Width/Height are oriented.
- AreaLight rotation was broken. Repro: create an AreaLight(it should lay in horizontal plane), rotate it in horizontal plane, Export/Sync - notice how rotation is exported


#jira UE-169756
#rb JeanLuc.Corenthin

[CL 34086990 by kerim borchaev in ue5-main branch]
2024-06-04 02:28:15 -04:00
alexis matte
3fb7a2ad7b [Archicad] Exporter accepts elements with External type without errors
- previously, export was raising an exception when this element was encountered. Breaking export or constantly re-displaying error dialog on auto-sync
- additionally, removed erro dialog popping up when exception was thrown from auto-sync - just logging the error

#jira UE-199677
[FYI] jeanluc.corenthin
#rb kerim.borchaev

[CL 34033564 by alexis matte in ue5-main branch]
2024-05-31 11:36:26 -04:00
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