Commit Graph

22158 Commits

Author SHA1 Message Date
Jules Blok
7d85860147 Add OpenXR Vive Tracker extension plugin
#jira UE-118236
#rb zach.brockway
#preflight 6363e8291052c15f138f59f1

[CL 22956415 by Jules Blok in ue5-main branch]
2022-11-03 12:25:52 -04:00
Catalin Dragoiu
b9c34691d9 Initial functionality for the Insights Status Bar Widget
#rb Ionut.Matasaru
#preflight 6363baea1a32af63a83dff57
#jira UE-161773

[CL 22951891 by Catalin Dragoiu in ue5-main branch]
2022-11-03 09:37:53 -04:00
buildmachine
6d3528af4a Localization Automation using CL 22937084
[CL 22941220 by buildmachine in ue5-main branch]
2022-11-03 00:42:53 -04:00
Jules Blok
22909f67c6 Update OpenXR SDK to 1.0.25
Also removes the 32-bit loader as we don't support packaging for 32-bit platforms anymore.

Origin of binaries: https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.25

#rb Jeff.Fisher
#preflight 6362b2576000216d2e19e221

[CL 22927918 by Jules Blok in ue5-main branch]
2022-11-02 17:43:52 -04:00
devon penney
6533b2249f fix normalization weights for convolution kernels
[CL 22920530 by devon penney in ue5-main branch]
2022-11-02 13:23:10 -04:00
bill kladis
a5339e1c15 Changing material layer functions to use get/set instead of break/make nodes, fixing up fallout on materials from changes related to vec4 -> vec3 cast failure. This is all related to PDO being enabled accidentally when one of these functions are used in a material.
[FYI] jian.ru, jordan.walker
#virtualized

[CL 22917957 by bill kladis in ue5-main branch]
2022-11-02 11:46:07 -04:00
Rafa Lecina
9d40ab047a Remove obsolete samples from Facebook from obsolete iOS Facebook SDK third party folder
#jira UE-107891
#review-22775188 @Sam.Zamani @Bertrand.Carre @Chris.Varnsverry
#preflight

[CL 22911617 by Rafa Lecina in ue5-main branch]
2022-11-02 08:27:20 -04:00
rahulbhobe
686ecb17db PR #9679: REVIT-197037: Added Open in Twinmotion command. (Contributed by rahulbhobe)
#preflight 63612a94ef6d25c674592c82
#rb JeanLuc.Corenthin

[CL 22910456 by rahulbhobe in ue5-main branch]
2022-11-02 07:42:11 -04:00
buildmachine
e5abd4efb4 Localization Automation using CL 22898081
[CL 22902248 by buildmachine in ue5-main branch]
2022-11-02 00:58:51 -04:00
pavel punsky
85d3f7565f Build libvpx-1.10.0 for macOS
Update build script accordingly

#jira RTCP-3254
#preflight none - not making changes or have any impact on existing code yet

[CL 22898356 by pavel punsky in ue5-main branch]
2022-11-01 21:20:27 -04:00
pavel punsky
bddce108c7 Add libvpx-1.10.0 sources and update build scripts
Build for Win64

#jira RTCP-3254
#preflight none - not making changes or have any impact on existing code yet

[CL 22897165 by pavel punsky in ue5-main branch]
2022-11-01 20:55:45 -04:00
pavel punsky
0a35dc0ca3 Move libvpx build scripts to Engine/Thirdparty/libvpx where libvpx stanalone library will reside
#jira RTCP-3254

[CL 22895668 by pavel punsky in ue5-main branch]
2022-11-01 20:04:04 -04:00
Zhenglin Geng
8077bd9ac5 NearestNeighborEditor: Fix crash when changing PCACoeffNum or Nearest neighbor number.
Enable python to handle unexpected errors.
#preflight 6361af42876630122a66dd09
#rb none
#jira none

[CL 22895584 by Zhenglin Geng in ue5-main branch]
2022-11-01 19:59:44 -04:00
tyler staples
3b43312f37 PerfReportTool - Add support for regression and other column filters.
+ Additional column filters can now be created by implementing ISummaryTableColumnFilter and adding it to the list in Program.MakeAdditionalColumnFilters.
+ Moved stat threshold checks into an additional filter.
+ Added a column filter to hide metadata columns.
+ Added a column filter to only show columns where the most recent build has regressed by more than a given threshold.
+ You can now use 'debugShowFilteredColumns' to have columns be grayed out instead of removed. Hovering over them will show the reason they were filtered out (which filter and the reason). This is for debugging purposes and sanity checks to make sure you're not missing important information, especially when iterating on new filters. Some additional settings were added to SummaryTableColumn to support this.
+ Filters can also mark individual cells as 'invalid' to indicate they are not taken into consideration for that filter. These are grayed out with a tooltip when debugShowFilteredColumns is enabled. Currently this does not work in collated views.
+ Added the ability to set tooltips for column headers.
+ Added the ability to add a color modifier for the entire column or individual cells.

#rb ben.woodhouse

[CL 22890943 by tyler staples in ue5-main branch]
2022-11-01 16:30:42 -04:00
buildmachine
090964fd20 Localization Automation using CL 22863492
[CL 22877526 by buildmachine in ue5-main branch]
2022-11-01 00:44:27 -04:00
antoine guilbaud
b32e214446 PCG: Moved the unexposed Attributes and Param BP nodes to the Deprecated subfolder, keeping redirectors to avoid breaking existing graphs.
[FYI] adrien.logut, julien.lheureux, jeansebastien.guay
#rnx
#preflight none

[CL 22876146 by antoine guilbaud in ue5-main branch]
2022-10-31 20:56:35 -04:00
antoine guilbaud
df3ee59d4f PCG: Unexposed most of the Attributes and Param nodes from the palette, as they are now replaced by their native counterparts.
Remaining nodes to be eventually removed/replaced:

-CombineParamData
-CombineParamsAndInput
-ParamDataToInt
-SelectParamData

[FYI] adrien.logut, julien.lheureux, jeansebastien.guay
#rnx
#preflight none

[CL 22875516 by antoine guilbaud in ue5-main branch]
2022-10-31 20:04:35 -04:00
Alexis Matte
e4938c9725 Fix automation test for alternate skinning
#jira UE-167202
#rb trivial
#rnx

[CL 22865982 by Alexis Matte in ue5-main branch]
2022-10-31 12:55:40 -04:00
Helge Mathee
82414c7afb Control Rig: Pose based testing framework
#rb sara.schvartzman
#fyi halfdan.ingvarsson
#jira UE-168338
#preflight https://horde.devtools.epicgames.com/job/635aa84d7515720a5f6fc0c1

[CL 22861137 by Helge Mathee in ue5-main branch]
2022-10-31 08:59:12 -04:00
kerim borchaev
39518512a6 [3ds Max Exporter] Datasmith ribbon is now available on localized versions of max
#jira UE-166152
#preflight 635929222c60aa44331c4eaf
#rb JeanLuc.Corenthin benoit.deschenes

[CL 22857135 by kerim borchaev in ue5-main branch]
2022-10-31 01:45:58 -04:00
joe hudson
a59c0277b6 #changelist validated
#virtualized

[CL 22852396 by joe hudson in ue5-main branch]
2022-10-29 12:17:23 -04:00
buildmachine
90bcf88af3 Documentation for build tools
#rb none

[CL 22850217 by buildmachine in ue5-main branch]
2022-10-29 00:41:40 -04:00
buildmachine
296159910d Localization Automation using CL 22839932
[CL 22850207 by buildmachine in ue5-main branch]
2022-10-29 00:38:30 -04:00
antoine guilbaud
9aa9281b97 PCG: Updated BP Attributes and Param operators to select the last attribute of their input datas instead of the first one.
This makes them compatible with the new native nodes and helps with the conversion of graphs to the new attributes nodes / removal of the old ones.

[FYI] adrien.logut, julien.lheureux, jeansebastien.guay
#rnx
#preflight none

[CL 22836370 by antoine guilbaud in ue5-main branch]
2022-10-28 15:57:05 -04:00
joe pribele
001a6a10f1 [UnrealVS] missing files from CL# 22833331
#preflight 635c17593c0af539fd57079d

[CL 22835323 by joe pribele in ue5-main branch]
2022-10-28 15:19:13 -04:00