Commit Graph

10918 Commits

Author SHA1 Message Date
Unrealbot
4752d2de59 Branch snapshot for CL 8682824
[CL 8682824 in Dev-Editor branch]
2019-09-13 23:53:23 -04:00
PierreFelix Breton
0e31ca22c3 Adding a first pass at the AEC blank template.
Proper Level Templates
Proper Asset Editor Profiles with a clear sky and a neutral environment  (Static Mesh Editor)

[CL 8682824 by PierreFelix Breton in Dev-Editor branch]
2019-09-13 17:43:48 -04:00
michael daum
41921c544b Mesh Modeling Tools moved from NotForLicensees to Experimental
#rb ryan.schmidt

[CL 8657805 by michael daum in Dev-Editor branch]
2019-09-12 13:55:17 -04:00
PierreFelix Breton
b8cec24a8c Categorization of various templates to work with the new Project Creation Wizard
TempDefs.ini for each template now contains a predefined category.
TemplateCategories.ini defines categories for various markets (Games, M&E, AEC, MFG) which was agreed with Marketing.

This sets the framework to start creating various market specific templates which will be delivered in subsequent submissions.

#jira UETOOL-1726 #jira UEENT-2869
#rb Sebastian Nordgen

[CL 8637757 by PierreFelix Breton in Dev-Editor branch]
2019-09-11 11:19:32 -04:00
PierreFelix Breton
5f3d043a7e Update to Sun and Sky plugin
We modified the existing Sun Positionner plugin to wrap  a directional light, a sky light and the newly introduced Atmospheric Sky created by the rendering team.
The goal is to provide a workflow similar to the HDRI Backdrop actor added to 4.23 where users are provided with self contained functionality into a single actor and improve the workflow of doing solar studies. See Jira Epic for details about usage.

Test performed:

made a new project, enabled sun position plugin : worked
saved project, re-opened, no errors or warnings.

#jira UEENT-2863
#jira UEENT-2864
#rb homam bahnassi

[CL 8626993 by PierreFelix Breton in Dev-Editor branch]
2019-09-10 17:15:51 -04:00
Chris Gagnon
7de4a4b114 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb chris.gagnon

[CL 8612971 by Chris Gagnon in Dev-Editor branch]
2019-09-10 10:38:54 -04:00
wyeth johnson
621837097b Metadata improvements
#ROBOMERGE-SOURCE: CL 8571991 via CL 8574113
#ROBOMERGE-BOT: (v407-8568993)

[CL 8574302 by wyeth johnson in Main branch]
2019-09-09 13:51:47 -04:00
jeff fisher
5e79440234 UE-79885 HL2 CL integrations
Merging //UE4/Partner-Microsoft-XR to Release-4.23 (//UE4/Release-4.23) Change: 7668425
Remove Eye Tracking Origin offset in favor of changing the tracking origin at runtime in the game-level if necessary.  The HoloLens camera should be eye tracking and content should be correctly rendered relative to the camera's starting position.
Implement HasValidTrackingPosition()
Update ipd every frame now that calibration can be triggered at any time
Merging //UE4/Partner-Microsoft-XR to Release-4.23 (//UE4/Release-4.23) Change: 8512891
Hand Fixes:
1. Correct Hand Joint tracking state for GetHandJointTransform
2. Plumb grasp through remoting
#rb Ryan.Vance
#lockdown nick.penwarden
#jira UE-79885

#ROBOMERGE-SOURCE: CL 8573569 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v407-8568993)

[CL 8573574 by jeff fisher in Main branch]
2019-09-09 12:58:42 -04:00
Chris Gagnon
8388cba784 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) prep for copy up.
#rb none

[CL 8573147 by Chris Gagnon in Dev-Editor branch]
2019-09-09 11:59:53 -04:00
James Hopkin
9c0660cadb #robo Updated Perforce source location
#rb none

[CL 8572634 by James Hopkin in Main branch]
2019-09-09 11:23:17 -04:00
Jake Romigh
67470438d7 Adding documentation
#rb james.hopkin

[CL 8572331 by Jake Romigh in Main branch]
2019-09-09 10:36:48 -04:00
James Hopkin
fbc6df1e58 Added snapshot of RoboMerge
#rb Jake.Romigh

[CL 8571999 by James Hopkin in Main branch]
2019-09-09 09:52:28 -04:00
wyeth johnson
cd68a58de5 Metadata pass on Emitter State
#ROBOMERGE-SOURCE: CL 8569453 via CL 8569489
#ROBOMERGE-BOT: (v407-8568993)

[CL 8569501 by wyeth johnson in Main branch]
2019-09-08 21:59:36 -04:00
Chris Gagnon
6f65d35a7a Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) in prep for copy up
#rb none

[CL 8563299 by Chris Gagnon in Dev-Editor branch]
2019-09-06 19:11:19 -04:00
wyeth johnson
6850089035 Comments and Metadata
#ROBOMERGE-SOURCE: CL 8554077 via CL 8557668
#ROBOMERGE-BOT: (v406-8472469)

[CL 8557778 by wyeth johnson in Main branch]
2019-09-06 16:35:10 -04:00
wyeth johnson
a577880eaa Refactored Dynamic Material parameters, deprecated the four old confusing modules, replaced with a single uber module with static switches to enable conditional writes to all four parameters. Added tooltips to teach users how to use all four.
#ROBOMERGE-SOURCE: CL 8553686 via CL 8557639
#ROBOMERGE-BOT: (v406-8472469)

[CL 8557740 by wyeth johnson in Main branch]
2019-09-06 16:34:47 -04:00
jonathan lindquist
3d99c3f8fa Adding an additional output to expose the uv center of the highlighted portion of the texture coordinate
#ROBOMERGE-SOURCE: CL 8552627 via CL 8557126
#ROBOMERGE-BOT: (v406-8472469)

[CL 8557292 by jonathan lindquist in Main branch]
2019-09-06 16:30:34 -04:00
wyeth johnson
a225545037 WIP dynamic material param refactor
#ROBOMERGE-SOURCE: CL 8551687 via CL 8556308
#ROBOMERGE-BOT: (v406-8472469)

[CL 8556367 by wyeth johnson in Main branch]
2019-09-06 15:30:09 -04:00
jeff fisher
262cbbd1fa UE-79008 HoloLens - Ensure when remoting connecting then entering first VR Pie session
-Initialize LastKnownProjection to identity so taht if we use it before we ever get a real pose we aren't passing zero matrices around and generating NANs.
#rb Ryan.Vance
#jira UE-79008
#lockdown nick.penwarden

#ROBOMERGE-SOURCE: CL 8552642 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v406-8472469)

[CL 8552662 by jeff fisher in Main branch]
2019-09-06 12:18:06 -04:00
Wyeth Johnson
424a7b6482 Fixing broken content examples due to curl noise refactor
#jira none

[CL 8537432 by Wyeth Johnson in Main branch]
2019-09-06 09:04:31 -04:00
wyeth johnson
7156dfe46d Curl Noise Force refactor. Now uses baked curl fields for low, medium, and high quality. Ultra quality evaluates the function on the fly. Approximately 7X speedup.
Converted whole module to use static switches to save a multiply here or there.


#ROBOMERGE-SOURCE: CL 8510993 via CL 8513167
#ROBOMERGE-BOT: (v406-8472469)

[CL 8513223 by wyeth johnson in Main branch]
2019-09-05 19:56:46 -04:00
wyeth johnson
491bec0b70 Curl noise Force assets and prep work. Enums and tiling vector fields
#ROBOMERGE-SOURCE: CL 8510977 via CL 8513164
#ROBOMERGE-BOT: (v406-8472469)

[CL 8513220 by wyeth johnson in Main branch]
2019-09-05 19:56:40 -04:00
Tony Wong
7a7dbd0a7a EXR: Fixed iex_debugTrap multiply defined error in monolithic builds.
#JIRA: UE-79716.
#rb none
#lockdown chris.gagnon

[CL 8512965 by Tony Wong in Dev-Editor branch]
2019-09-05 18:53:21 -04:00
wyeth johnson
9d7443d05a Metadata on emitter state, Particle State Rename
#ROBOMERGE-SOURCE: CL 8498585 via CL 8501541
#ROBOMERGE-BOT: (v406-8472469)

[CL 8506202 by wyeth johnson in Main branch]
2019-09-05 13:45:01 -04:00
wyeth johnson
5462896b68 Polish and Optimizations to Scale Color module w supporting Enum
#ROBOMERGE-SOURCE: CL 8498552 via CL 8501538
#ROBOMERGE-BOT: (v406-8472469)

[CL 8505543 by wyeth johnson in Main branch]
2019-09-05 11:44:29 -04:00