- 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]
- 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]
- 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]
- 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]
Solution: Reworked the header files to make sure all ArchiCAD headers are in one header file. That header file properly included.
#jira UE-176051
#rb jeanmichel.dignard
#preflight 63e15a6dcc75b13767d0d886
#lockdown jeanmichel.dignard
[CL 24224870 by jeanluc corenthin in ue5-main branch]
- IDatasmithMasterMaterialElement has become IDatasmithMaterialInstanceElement
- EDatasmithMasterMateriallType has become EDatasmithReferenceMaterialType
- IDatasmithMasterMaterialElement is signaled as deprecated and not supported in 5.2
- The MasterMaterial tag is replaced by MaterialInstance, reading and writing. Reading the MasterMaterial tag is supported for previous versions.
- Clients should still be able to compile against Datasmith SDK without changing anything. However, warnings of deprecation will be logged.
- Directories, files and assets which named contained banned words have been renamed too. Redirect directives in the DatasmithContent module have been added for existing assets
#jira none
#rb johan.duparc
#preflight 6307c702aa0fda29197c01fd
[CL 21570510 by JeanLuc Corenthin in ue5-main branch]
- Root cause: Multi-threading, solution: temporarily disable multi-htreading.
Added UE natvis to ArchiCAD solution for debug purpose
Removed unnecessary library
Cleaned up syntax from tread to thread
Added logic to setting of Direct Link cache directories: No check was made on their validity
Simplified build steps to remove useless compilation of DatasmithArchiCAD project
#jira UE-127453
#rb benoit.deschenes
#preflight 6297aa5f9907cbadba9878b5
#lockdown jeanmichel.dignard
#ROBOMERGE-AUTHOR: jeanluc.corenthin
#ROBOMERGE-SOURCE: CL 20457280 in //UE5/Release-5.0/... via CL 20458576
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v952-20449836)
[CL 20461846 by jeanluc corenthin in ue5-main branch]