Commit Graph

13 Commits

Author SHA1 Message Date
julien stjean
0af64fa975 Stop interchange from being use when using asset tool api by defaul (when interchange is on). (Otherwise this would break some licensees made code and scripts). Those who want an async import should use the interchange api preferably.
Added a setting to turn on interchange import only for textures.

The selection of the asset in the content is now only done after all the asset are imported when using interchange.

#jira UETOOL-4291
#rb Alexis.Matte
#preflight 619e34820141b3c6da5b98d0

#ROBOMERGE-AUTHOR: julien.stjean
#ROBOMERGE-SOURCE: CL 18282733 in //UE5/Release-5.0/... via CL 18282735
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v895-18170469)

[CL 18282740 by julien stjean in ue5-release-engine-test branch]
2021-11-24 08:15:47 -05:00
aurel cordonnier
a12d56ff31 Merge from Release-Engine-Staging @ 17791557 to Release-Engine-Test
This represents UE4/Main @17774255, Release-5.0 @17791557 and Dev-PerfTest @17789485

[CL 17794212 by aurel cordonnier in ue5-release-engine-test branch]
2021-10-12 21:21:22 -04:00
Alexis Matte
6c397c3e77 Make sure the Interchange manager is destroy in the game thread and not in the main thread.
#jira UE-101794
#rb will.damon

[CL 14699997 by Alexis Matte in ue5-main branch]
2020-11-10 11:22:26 -04:00
Alexis Matte
6aaf574a66 Implement 3 reimport strategies:
-Do not change any asset property
-Set all the asset properties set by the pipelines
-Set all the asset properties set by the pipelines, except the properties change by the user in the editor

Make sure interchange scope of life is explicit

Support cancelling task in progress

#jira none
#rb jeanmichel.dignard, richard.talbotwatkin

[CL 14508389 by Alexis Matte in ue5-main branch]
2020-10-16 11:09:50 -04:00
Marcus Wassmer
3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00
Alexis Matte
78fa2d6e35 Interchange framework initial commit. This is an experimental feature that is off by default
#jira none
#rb jeanmichel.dignard, jeanluc.corenthin, johan.duparc, danny.couture

[CL 13935912 by Alexis Matte in ue5-main branch]
2020-07-23 14:33:55 -04:00
bob tellez
6b985cee02 Merging CL#11083537
Fix drag and drop file import
#rb none
#rnx
#jira


#ROBOMERGE-AUTHOR: Rex.Hill
#ROBOMERGE-SOURCE: CL 11083686 via CL 11083872
#ROBOMERGE-BOT: (v637-11041722)

[CL 11084398 by bob tellez in Main branch]
2020-01-22 13:24:37 -05:00
rex hill
63f58eda9f Allow plugins to control which folders are writable
#rb jamie.dale


#ROBOMERGE-SOURCE: CL 11075022 via CL 11075023 via CL 11075025
#ROBOMERGE-BOT: (v637-11041722)

[CL 11075026 by rex hill in Main branch]
2020-01-21 14:04:13 -05:00
ryan durand
627baf970a Updating copyright for Engine Editor.
#rnx
#rb none


#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870586 by ryan durand in Main branch]
2019-12-26 15:33:43 -05:00
benoit deschenes
a9ea613a68 Fix Crash in skeletal mesh editor after LOD import
Fix from Dev-Enterprise CL:5294522

#jira UE-70675
#rb alexis.matte

#ROBOMERGE-SOURCE: CL 5342701 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5342702 by benoit deschenes in Main branch]
2019-03-07 16:53:16 -05:00
Rex Hill
6201fd9701 Drag and drop file import no longer blocks external file explorer for the duration of the import.
#jira UE-66746
#rb Chris.Gagnon
#lockdown matt.kuhlenschmidt

[CL 4803641 by Rex Hill in Dev-Editor branch]
2019-01-24 15:48:09 -05:00
Chris Gagnon
3474a1b35c Updated a number of copywrite lines in new files.
#rb none

[CL 4744300 by Chris Gagnon in Dev-Editor branch]
2019-01-17 12:59:27 -05:00
Chris Gagnon
bd368fae31 Engine and Editor subsystems
- Dynamic subsystems for fixed module startup wrt subsystem initialization
- Python Gettter exposed for both eg: import_subsystem = unreal.get_editor_subsystem(unreal.ImportSubsystem)
- Import Subsystem with python exposed import events

#rb Matt.Kuhlenschmidt, Rex.Hill
#codereview Matt.Kuhlenschmidt, Rex.Hill

[CL 4725117 by Chris Gagnon in Dev-Editor branch]
2019-01-15 13:41:40 -05:00