Commit Graph

83 Commits

Author SHA1 Message Date
emil kirichev
93a8f42ed1 Datasmith Revit: Ability to specify a custom origin point
#jira UE-153774
#rb JeanLuc.Corenthin
#preflight none

[CL 20428698 by emil kirichev in ue5-main branch]
2022-05-30 01:56:20 -04:00
emil kirichev
d867ed4462 Revit - Direct link sends updates even when autosync isn't enabled
#jira UE-151720
#rb JeanLuc.Corenthin
#preflight none

[CL 20391417 by emil kirichev in ue5-main branch]
2022-05-27 06:19:33 -04:00
emil kirichev
13ed64708a Datasmith Revit: Save last view from selector with Revit file
#preflight 6285ebf77a2503cd8984b322
#jira UETOOL-5169
#rb JeanLuc.Corenthin

[CL 20277020 by emil kirichev in ue5-main branch]
2022-05-19 03:35:26 -04:00
emil kirichev
e224bbd993 Datasmith Revit: Decals import to use the M_StdDecal
#jira UETOOL-5167
#preflight 6278bb6aef0f1a768507f25b
#rb JeanLuc.Corenthin

[CL 20100295 by emil kirichev in ue5-main branch]
2022-05-09 03:25:49 -04:00
emil kirichev
f810c87d09 Datasmith Revit: Compile Datasmith Revit Exporter - DatasmithRevitDocumentData.cs error: The type or namespace name could not be found
#rb JeanLuc.Corenthin
#jira UE-150519
#preflight 626bac427272eba60843e93f

[CL 19976354 by emil kirichev in ue5-main branch]
2022-04-29 05:37:51 -04:00
emil kirichev
a3d0a66de1 Revit - DirectLink frequently stops sending updates upon deleting scene entities
#jira UE-139534
#rb JeanLuc.Corenthin
#preflight none

[CL 19976230 by emil kirichev in ue5-main branch]
2022-04-29 05:11:33 -04:00
jeanluc corenthin
7d6564285d Add support for Revit 2023 to the exporter and the installer
#jira UETOOL-4858
#rb JeanLuc.Corenthin
#preflight 6267da64853fdb6fddb7cbf0
#lockdown jeanmichel.dignard
[FYI] emil.kirichev

#ROBOMERGE-OWNER: jeanluc.corenthin
#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 19940216 in //UE5/Release-5.0/... via CL 19946838
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v943-19904690)

[CL 19952412 by jeanluc corenthin in ue5-main branch]
2022-04-28 02:00:02 -04:00
emil kirichev
4799d01482 Datasmith Revit: Changes in Linked Files not reflected in direct link
When doing independent changes and then reloading the link, the master document did not detect the change.
On link reload, we need to mark the whole linked document as changed and resend on next update.

#jira UE-148907
#rb JeanLuc.Corenthin
#preflight none

[CL 19899488 by emil kirichev in ue5-main branch]
2022-04-25 04:57:38 -04:00
emil kirichev
71bd18ee5e //UE5/Main - Compile Datasmith Revit Exporter - DatasmithRevitApplication.cs warning: The field is never used
#jira UE-148688
#rb JeanLuc.Corenthin
#preflight 6256de6e2b4502493e788479

[CL 19753812 by emil kirichev in ue5-main branch]
2022-04-14 08:14:35 -04:00
emil kirichev
5a759080ea [Revit Exporter] Ability to create multiple emitters for one RVT file
#jira UETOOL-4945
#rb JeanLuc.Corenthin
#preflight none

[CL 19669411 by emil kirichev in ue5-main branch]
2022-04-07 10:59:15 -04:00
emil kirichev
861857f996 Datasmith Revit: Meta Data increments not sent via Direct link
#jira UE-141491
#rb JeanLuc.Corenthin
#preflight none

[CL 19668224 by emil kirichev in ue5-main branch]
2022-04-07 09:55:23 -04:00
Johan Duparc
c28db07762 Datasmith: adopt latest version of warning about includes order
#preflight 624332dff73c316f68ce6de5
#rb JeanLuc.Corenthin

[CL 19556626 by Johan Duparc in ue5-main branch]
2022-03-30 10:12:09 -04:00
Johan Duparc
e6c8943f4c Datasmith: Large World Coordinate support
rules of thumb:
- Actor transforms are in doubles
- mesh internal data are in floats, except UVs that are in doubles
- compiled 3dsmax, archicad, navisworks, revit, rhino, sketchup, solidworks
#jira UETOOL-5070
#preflight 623f2ee47d49f37dfd3d599b
#rb Benoit.Deschenes

[CL 19533189 by Johan Duparc in ue5-main branch]
2022-03-28 16:55:59 -04:00
emil kirichev
85169228ed Revit: Pressing Datasmith Sync on Revit leads to error
#jira UE-146696
#rb JeanLuc.Corenthin
#preflight none

[CL 19493379 by emil kirichev in ue5-main branch]
2022-03-24 08:00:44 -04:00
emil kirichev
27ee27bd71 [Revit Exporter] Implement export of decals
#rb JeanLuc.Corenthin
#jira UETOOL-4947
#preflight 6231f4f1ac0173aa4130081e

[CL 19417798 by emil kirichev in ue5-main branch]
2022-03-17 02:24:47 -04:00
emil kirichev
8968915058 Ability to specify a custom origin point
#jira UETOOL-4946
#rb JeanLuc.Corenthin
#preflight none

[CL 19404515 by emil kirichev in ue5-main branch]
2022-03-16 07:58:12 -04:00
JeanLuc Corenthin
33689a5341 Fixed crash on sync on all exporters.
- Root cause: In cl 17646035, the value of bBuildWithEditorOnlyData in the different Target.cs failes was changed from true to false. Doing so implies the use of the wrong BulkData on which the Datasmith mesh serialization is relying on and generates the crash.
  - Solution: Move bBuildWithEditorOnlyData  back to true.
Note the reason why the change was made in the first place has not been found yet.

#jira UE-145285
#rb none
#preflight 6228d36e0d5a90e98ec5719b

[CL 19322125 by JeanLuc Corenthin in ue5-main branch]
2022-03-09 12:23:38 -05:00
emil kirichev
a192085338 Datasmith Revit: Re-enable autosync
#jira none
#rb JeanLuc.Corenthin
#preflight 62161d40c152c67496cf1cae

[CL 19088090 by emil kirichev in ue5-main branch]
2022-02-23 07:00:35 -05:00
emil kirichev
3c5fa1be21 Identify and group common components for exporters' installer
#preflight 62012b2a9144319e2009e165
#rb JeanLuc.Corenthin
#jira UETOOL-3898

[CL 18900999 by emil kirichev in ue5-main branch]
2022-02-08 07:45: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
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
Marc Audy
c43360f47c Eliminate whitespace only differences between Release-Engine-Staging and Release-Engine-Test
#[fyi] Aurel.Cordonnier

#ushell-cherrypick of 18448630 by Marc.Audy
#preflight none

[CL 18483677 by Marc Audy in ue5-main branch]
2021-12-17 03:41:59 -05:00
emil kirichev
3ca1279cf2 [Revit] Texture modifications do not propagate to direct link
#jira UE-136167
#rb Johan.Duparc

#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18404787 in //UE5/Release-5.0/... via CL 18404794
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v896-18170469)

[CL 18404798 by emil kirichev in ue5-release-engine-test branch]
2021-12-08 07:55:20 -05:00
emil kirichev
c08f0ca0cf Revit: Autosync on Datasmith exporter does not work for Revit 2021 (It works on 2022)
#jira UE-136523
#rb Johan.Duparc

#ROBOMERGE-AUTHOR: emil.kirichev
#ROBOMERGE-SOURCE: CL 18404774 in //UE5/Release-5.0/... via CL 18404777
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v896-18170469)

[CL 18404783 by emil kirichev in ue5-release-engine-test branch]
2021-12-08 07:52:59 -05:00