Commit Graph

141545 Commits

Author SHA1 Message Date
Chris Babcock
b8bb2eaf1e Fix issue with install batch file detection for Android
#jira UE-89006
#ue4
#android
#rb Brandon.Schaefer

[CL 11504731 by Chris Babcock in 4.25 branch]
2020-02-18 12:57:01 -05:00
Lauren Barnes
ccc1141f1e Added recycled scriptable modes as a referenced object; Removed manual naming of tools to avoid name conflicts; Removed duplicate conditional that was preventing weight painting;
#jira UE-88080
#jira UE-88072
#jira UE-88321
#rb trivial

[CL 11503906 by Lauren Barnes in 4.25 branch]
2020-02-18 12:42:27 -05:00
Lauren Barnes
c9bf40debb Fixing merge issue that removed passing the change type through
#jira UE-85567
#rb trivial
#fyi Thomas.Sarkanen

[CL 11503771 by Lauren Barnes in 4.25 branch]
2020-02-18 12:39:09 -05:00
Max Chen
1a77691b95 Cameras: Prevent users from setting single-instance shakes on shake source actors.
#jira UE-87173
#rb ludovic.chabant

[CL 11503686 by Max Chen in 4.25 branch]
2020-02-18 12:38:05 -05:00
Max Chen
d1d17dc6f7 Cameras: Detect when shakes with duration end, and mark them as stopped in previewer panel.
#jira UE-87175
#rb matt.hoffman

[CL 11503673 by Max Chen in 4.25 branch]
2020-02-18 12:37:49 -05:00
Max Chen
bacd56a06f CurveEditor: Speculative fix for crash in curve editor when widgets inexplicably disappear.
#jira UE-88311
#rb ludovic.chabant

[CL 11503617 by Max Chen in 4.25 branch]
2020-02-18 12:37:10 -05:00
Max Chen
5d1c356cfe Sequencer: Fix assert on camera cut blend-out evaluation.
#rb ludovic.chabant
#jira none

[CL 11503390 by Max Chen in 4.25 branch]
2020-02-18 12:34:36 -05:00
Max Chen
9a53f1c617 Sequencer: Fix missing blend-out handle on camera cut track when there's only one section.
#rb ludovic.chabant
#jira none

[CL 11503381 by Max Chen in 4.25 branch]
2020-02-18 12:34:31 -05:00
Max Chen
b45205ca0f Sequencer: Don't display thumbnails over blending areas of the camera cut track.
#rb matt.hoffman
#jira none

[CL 11503010 by Max Chen in 4.25 branch]
2020-02-18 12:32:05 -05:00
Max Chen
93cf9eca4f Sequencer: Only show easing handles for sections that actually support manual easing.
#rb ludovic.chabant
#jira none

[CL 11502990 by Max Chen in 4.25 branch]
2020-02-18 12:31:57 -05:00
Max Chen
51248e2a3e Sequencer: Improve editing of blending camera cuts.
Split helper method to fixup consecutive sections, making a blending and non-blending one.
Don't edit easing curves because they're already computed in tracks' UpdateEasing method (and better).

#rb ludovic.chabant
#jira none

[CL 11502967 by Max Chen in 4.25 branch]
2020-02-18 12:31:44 -05:00
Max Chen
71360e2b27 Sequencer: Make calls to OnSectionMoved consistent in dragging operations.
Call OnSectionMoved on both sections being moved and resized, both during interactive dragging and at the end of the operation (before this change it was called in one or other situation but not both consistently).
To differentiate between the two situations (in case it's important), we add a new parameter struct that provides more information.

#rb ludovic.chabant
#jira none

[CL 11502484 by Max Chen in 4.25 branch]
2020-02-18 12:27:04 -05:00
David Lesage
aece74685a #jira UE-88554
The problem appear with alias symetric part.
Due to optimization of CL11284724, the change of axis coordinate to Zup Left hand was applied twice on normales of the symmetric of the body.
#rb jeanluc.corenthin

[CL 11501812 by David Lesage in 4.25 branch]
2020-02-18 11:59:29 -05:00
Jeremy Moore
67d58b53ab #jira UE-88565
Fix crash from unbound shader parameters when using RVT and tessellation together in a landscape material.
Cherry pick integration from Dev-Rendering
#rb none

[CL 11501745 by Jeremy Moore in 4.25 branch]
2020-02-18 11:57:14 -05:00
Jeremy Moore
f1c6fbc76a #jira UE-77099
Fix bad index buffer generation on mobile landscape.
Vertex Key generation was not unique for a 255*255 grid.
Removed it along with its use as a TMap key and replaced with simpler array lookup.
Cherry pick integration from Dev-Rendering
#rb none

[CL 11501704 by Jeremy Moore in 4.25 branch]
2020-02-18 11:51:04 -05:00
David Lesage
d715fa68d9 Merging 11287461 from //UE4/Release-4.25/Engine/... to //UE4/Release-4.25/Engine/...
#jira UE-88247 - Incremental UE4Editor Win64 (VS2019, Strict)
Remove unused code
#rb none

[CL 11501580 by David Lesage in 4.25 branch]
2020-02-18 11:38:09 -05:00
JeanMichel Dignard
dbae81ed1a USD 20.02 Python libs
#jira UE-88988
#rb none

[CL 11501569 by JeanMichel Dignard in 4.25 branch]
2020-02-18 11:37:55 -05:00
Andrey Yamashev
afe59f0574 Fixed VRPN analog data serialization/deserialization
#jira none
#rb none

[CL 11501433 by Andrey Yamashev in 4.25 branch]
2020-02-18 11:30:06 -05:00
Robert Manuszewski
21d92538a2 Adding default constructor to FAIDataProviderTypedValue to null its members to prevent a GC crash
#rb none
#jira none

[CL 11501212 by Robert Manuszewski in 4.25 branch]
2020-02-18 11:20:55 -05:00
David Lesage
7057a3b396 Merging 11284724 //UE4/Dev-Enterprise to Release-4.25 (//UE4/Release-4.25)
CoreTechFileParser improvement : converting as soon as possible void* into TArray<Vector>, ...
#rb johan.duparc
#jira UE-88554

[CL 11501199 by David Lesage in 4.25 branch]
2020-02-18 11:20:32 -05:00
Mitchell Wilson
2df6e7497c Saving two Virtual Camera plugin assets to resolve RemoteSessionApp warnings in CIS.
#jira UE-88897
#rb none

[CL 11501180 by Mitchell Wilson in 4.25 branch]
2020-02-18 11:20:11 -05:00
Jonas Meyer
d7dd1705ec fix an issue with RHIReadSurfaceData not allocating a large enough buffer.
Fixes an issue with texture painting.
#jira UE-78582
#rb none

[CL 11501108 by Jonas Meyer in 4.25 branch]
2020-02-18 11:17:45 -05:00
Anousack Kitisa
7ba8213d83 Fixed Alembic Import Options window sizing and positioning.
#jira UE-78935

#rb Julien.StJean

[CL 11500104 by Anousack Kitisa in 4.25 branch]
2020-02-18 10:50:28 -05:00
Robert Manuszewski
78bf6e222f Static analysis fix
#rb none
#jira UE-88987

[CL 11500044 by Robert Manuszewski in 4.25 branch]
2020-02-18 10:48:15 -05:00
Francis Hurteau
0e90b934a2 Edit base transaction transient property filters to use proper new FProperty supported paths
#rb none
#fyi Jamie.Dale
#jira UE-88729

[CL 11499998 by Francis Hurteau in 4.25 branch]
2020-02-18 10:45:54 -05:00