Commit Graph

14105 Commits

Author SHA1 Message Date
Patrick Boutot
9575fd0177 - Fixing Aja output timecode trashing timecodes of other channels (autocirculate only)
#rb patrick.boutot
#author simon.therriault
#jira none

[CL 11547887 by Patrick Boutot in 4.25 branch]
2020-02-19 13:59:43 -05:00
Shaun Kime
873323b578 Sim Stages Experimental support added
#jira UE-88595
#fyi stu.mckenna, frank.fella, rob.krajcarski, wyeth.johnson, simon.tovey, jon.lindquist
#rb stu.mckenna, frank.fella

[CL 11547738 by Shaun Kime in 4.25 branch]
2020-02-19 13:55:25 -05:00
JeanMichel Dignard
d999565b1d Fixed USD 20.02 libboost_python symlink
#jira UE-88988
#rb none

[CL 11547467 by JeanMichel Dignard in 4.25 branch]
2020-02-19 13:47:00 -05:00
Francis Moreau
c00a4430b8 Bumping version numbers for exporters and standalone installer
#jira UE-89081
#rb Jerome.Delattre
#rnx
#lockdown cristina.riveron

[CL 11546101 by Francis Moreau in 4.25 branch]
2020-02-19 13:14:15 -05:00
Homam Bahnassi
213cb77e66 Integrating DataCharts plugin in 4.25
#jira ue-87652
#rb none

[CL 11537518 by Homam Bahnassi in 4.25 branch]
2020-02-19 10:29:18 -05:00
Homam Bahnassi
958d924143 Integrating CompositePlane plugins to 4.25
#jira ue-87653
#rb patrick.boutot

[CL 11537316 by Homam Bahnassi in 4.25 branch]
2020-02-19 10:12:03 -05:00
Patrick Boutot
283e8ac06b - DMX Editor
- GDTF Importer
- Blueprints nodes for DMX
- RemoteOffset is now computed from the offset between UniverseRemoteStart and UniverseLocalStart. And UniverseRemoteStart is set directly by the user.
- Store DMX Input Monitor console Protocol and Universe ID on .ini files.
- Fix Get DMX Active Mode Function Values only returning byte sized values.
- Add whitelist platforms to DMX plugins' modules.
- Remove DMXEvent Handler and move event to subsystem
- Fix: Universe channels were all reset when selecting a different protocol from the Fader properties panel.
  It happened because a new universe would always replace existing ones when collecting universes from a UDMXEntityUniverseManaged.
- Rename SendDMX and SendDMXRaw map parameters to clarify their intent.
UI changes
- Universe "Channel" property is now labeled "Address";
- On the Input Monitor, "Final Universe ID" is now "Universe ID" (before, it was a result from other values);
- Moved the code that sets new Universes' directionality to Output into the PostEditChangeChainProperty function of UDMXEntityUniverseManaged;
- Clamp Universe ID value for faders in the Output Console;
- Don't display a slider for Fader's Universe ID value anymore. Depending on the protocol selected, the slider would only go halfway.

#fyi vincent.beauchemin, alejandro.arango
#author Denys.Dubinin, Rodrigo.Villani, Konstantine.Lisetski
#rb patrick.boutot
#jira none

[CL 11536219 by Patrick Boutot in 4.25 branch]
2020-02-19 08:30:12 -05:00
danny couture
eddea4550e Filter out any polygon referencing vertices positions containing NaN to fix crash in MikkTSpace during a datasmith import
Recompile MikkTSpace to include debug symbols in release so we can see callstacks
  - Negligible performance impact (<0.2% of total scene import time) when importing a mesh heavy scene (DATASET-0008a)

#jira UE-88333
#rb Jean-Michel.Dignard

[CL 11535830 by danny couture in 4.25 branch]
2020-02-19 05:59:46 -05:00
Mitchell Wilson
7f82f8a08f Saving assets to resolve warnings in CIS
#jira UE-88998
#rb none

[CL 11522415 by Mitchell Wilson in 4.25 branch]
2020-02-18 16:58:23 -05:00
Brandon Schaefer
f63c92ea03 Rebuild Alembic again with new visibility flags
#jira UE-88795
#rb none
#fyi Will.Damon

[CL 11518105 by Brandon Schaefer in 4.25 branch]
2020-02-18 16:25:37 -05:00
Chris Babcock
ebad8402b0 Update CMake for PC to 3.16.3
#jira none
#ue4
#fyi Michael.Lentine
#rb Michael.Lentine

[CL 11506205 by Chris Babcock in 4.25 branch]
2020-02-18 13:12:23 -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
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
danny couture
848c13db9a Optimize convex hull computation
- Fix a comparison bug in VHACD Volume::Voxelize causing the number of voxels to explode when x == y and z < x.
 - Activate axis alignment in VHACD to fix huge voxels being created due to an elongated part being placed diagonally in the voxel space causing precision problems.
 - Make the data ordering in vhacdVolume GetVoxel more cache friendly toward loops iterating over (i,j,k) in that order.
 - Parallelize bulk convex hull computation and make it available in blueprint.
 - Replace standard allocator with our own (TBB) so that the parallel code actually runs faster instead of locking on allocs.
 - Add an overridable task runner interface in VHACD to reuse our task pool instead of spawning threads for each async task.
 - Add an overridable profiler interface in VHACD so we can add Insights tags inside VHACD.
 - Fix convex hull computation progress not being shown when run inside a dataprep operation.
 - Rewrite voxel flood fill algorithm toward cache friendliness and get rid of extra data structure causing high memory usage on large voxels.
 - Recompile VHACD using clang/llvm

 Results for running a generic convex hull dataprep operation on all meshes
 - 305m @ 20GB RAM -> 2m25s @ 6GB RAM on 7628 meshes (DATASET-0019a)
 - 486m @ 49GB RAM -> 3m33s @ 9GB RAM on 5506 meshes (DATASET-0008a)

Tested on Windows/Mac/Linux

From dev-enterprise@11497987

#jira UEENT-3026
#rb Benn.Gallagher, Julien.St-Jean

[CL 11499409 by danny couture in 4.25 branch]
2020-02-18 10:19:29 -05:00
Unrealbot
9d514e1f45 Branch snapshot for CL 11477789
[CL 11477789 in 4.25 branch]
2020-02-18 17:12:47 -05:00
Chris Babcock
37d9d57517 Update BundleTool to 0.13.0
#jira UE-88929
#ue4
#android
#rb Tyler.Quinn

[CL 11467813 by Chris Babcock in 4.25 branch]
2020-02-17 17:23:05 -05:00
JeanMichel Dignard
9b4a0ce6cc USD 20.02 tbb dlls
#jira UEENT-2910
#rb Danny.Couture

[CL 11460480 by JeanMichel Dignard in 4.25 branch]
2020-02-17 11:46:02 -05:00
Jeff Fisher
72d98e5b7f UE-88865 AzureSpatialAnchors - fix CloudIdentifier blueprint access.
-Fixed confusion between localAnchorId and cloudAnchorIdentifier
-Added GetCloudAnchors blueprint and accessors to get all the current cloud anchors that exist.
-Duplicating fix from dev-vr
#jira UE-88865
#review-11286507
#rb Joe.Conley

[CL 11460006 by Jeff Fisher in 4.25 branch]
2020-02-17 10:53:42 -05:00
Alexis Matte
c42cb34af5 Fix CIS automation test. The UVs are imported differently which give a different vertices count. Also make sure no test create material asset to reduce execution time of the tests
#rb none
#jira UE-88704
#rnx

[CL 11459977 by Alexis Matte in 4.25 branch]
2020-02-17 10:49:38 -05:00
Anthony Bills
6c55e3f1a1 [IOS] Check if the bundle exists before trying to copy manifests.
- This prevents an error being displayed in the log before staging.

#review-11458300 @jack.porter
#jira UE-86335
#rb jack.porter

[CL 11458335 by Anthony Bills in 4.25 branch]
2020-02-16 21:46:00 -05:00
Andrey Yamashev
b215100b7a Fixed nDisplay template scene
- removed DefaultPawn
- disabled physics simulation
- set PlayerStart loc/rot

#jira UE-86866
#rb none

[CL 11457150 by Andrey Yamashev in 4.25 branch]
2020-02-15 20:34:17 -05:00
JeanMichel Dignard
d9266db593 Build fix - Adding missing boost mt-gd libs and dlls for Win64 debug
#jira none
#rb none

[CL 11455796 by JeanMichel Dignard in 4.25 branch]
2020-02-14 23:00:35 -05:00
Michael Sartain
63b75a2301 Linux AArch64 libs for FreeType2 v2.10.0, ICU 64.1, and HarfBuzz 2.4.0
Includes BuildForLinuxAArch64.sh cross compilation scripts

Adds LinuxAArch64 back to installed engine builds (CL 11419001)

#jira UE-88745
#rb Brandon.Schaefer

[CL 11452535 by Michael Sartain in 4.25 branch]
2020-02-14 19:11:35 -05:00
JeanMichel Dignard
82780f90ca Copied latest USD Importer from dev-virtualproduction @ cl 11445959
#jira UE-88224, UE-86672, UE-88131, UE-88096, UE-82926, UE-86670, UE-77759, UE-87440, UE-70440
#rb none

[CL 11449139 by JeanMichel Dignard in 4.25 branch]
2020-02-14 16:28:52 -05:00
JeanMichel Dignard
1427a46bb5 USD update to 20.02
- Adds support for USD Python bindings on Linux

#jira UEENT-2910
#rb none

[CL 11447123 by JeanMichel Dignard in 4.25 branch]
2020-02-14 14:58:26 -05:00