Commit Graph

108 Commits

Author SHA1 Message Date
geoffrey douglas
3a05804496 CameraCalibration: Refactor opencv implementation details out of the camera calibration plugins and into the OpenCV Helper module
#jira UE-193458
#rb jeremie.roy

[CL 27451791 by geoffrey douglas in ue5-main branch]
2023-08-29 12:27:12 -04:00
geoffrey douglas
4e6d9fcbf2 CameraCalibration: Fix checkerboard actor's root component to be editable, so it can be driven by LiveLink
#jira UE-192919
#rb simon.therriault
#lockdown jason.walter

[CL 27106056 by geoffrey douglas in ue5-main branch]
2023-08-15 12:14:09 -04:00
martin sevigny
574e8e6e2e Add a ShortName to modules that generated paths over the 200 chars limit and a few modules that were realy close (198+)
#rb Joe.Kirchoff

[CL 26461514 by martin sevigny in ue5-main branch]
2023-07-19 11:10:49 -04:00
zach bethel
aa1b0c680f Deprecated non-command list RHI methods.
- RHICreate{Vertex, Index, Structured}Buffer
 - RHICreate{ShaderResource, UnorderedAccess}View
 - RHIUpdateUniformBuffer
 - Various initialization / locking methods for helper buffer types in RHIUtilities.h

The goal is to continue to force resource creation through command lists to avoid surprises with moving things off the render thread.

#rb christopher.waters

[CL 26183242 by zach bethel in ue5-main branch]
2023-06-22 11:08:27 -04:00
geoffrey douglas
df54211b17 CameraCalibration - Fix crash when copying LensComponent
#rb simon.therriault

[CL 26159908 by geoffrey douglas in ue5-main branch]
2023-06-21 15:59:16 -04:00
Geoffrey Douglas
e2a82e60ed CameraCalibration - Add Squeeze Factor to LensFile info for use with anamorphic lenses
#rb simon.therriault
#jira UE-184568
#rnx
#preflight 644b1182693defa68db0e295

[CL 25227035 by Geoffrey Douglas in ue5-main branch]
2023-04-27 20:40:36 -04:00
Geoffrey Douglas
b114305a77 CameraCalibration - Fix Lens data tables to use input tolerance when querying for points
#rb jeremie.roy
#rnx
#jira none
#preflight 644ae0f4b208f61af837eafa

[CL 25223778 by Geoffrey Douglas in ue5-main branch]
2023-04-27 17:18:47 -04:00
Geoffrey Douglas
5727f0ad0a CameraCalibration - Delete deprecated code from 5.1 and earlier
#rb simon.therriault
#jira none
#rnx
#preflight 644ade031c2846595cbc86a5

[CL 25223337 by Geoffrey Douglas in ue5-main branch]
2023-04-27 16:49:45 -04:00
geoffrey douglas
883df832fd CameraCalibration: Anamorphic model spams warnings about missing undistortion displacement map material
#jira UE-179329
#preflight 64075d4b8c0039bbf7be4384
#rb simon.therriault
#rnx

[CL 24542143 by geoffrey douglas in ue5-main branch]
2023-03-07 12:07:10 -05:00
Florin Pascu
106ea7508c Preparation changes for removing FeatureLevel from World
FeatureLevel is Deprecated
Add Setter/Getter for FeatureLevel
NextStep: Make GetFeatureLevel returns DDSPI::GetFeatureLevel, remove FeatureLevel memberfrom UWorld
#jira UE-168551
#rb christopher.waters
#preflight 63ff5e49f43e53f6811c86a4

[CL 24461796 by Florin Pascu in ue5-main branch]
2023-03-01 09:41:33 -05:00
christopher waters
b003ebe78d Removing almost all uses of Renderer/Private from plugins and modules.
[CL 24217615 by christopher waters in ue5-main branch]
2023-02-14 14:19:47 -05:00
christopher waters
71f3deb2ff Adding includes and forward declaratiions for an upcoming dependency cleanup.
#preflight 63e5493c406d1341aaf94c49

[CL 24107242 by christopher waters in ue5-main branch]
2023-02-09 16:49:22 -05:00
geoffrey douglas
3be863f9e8 Camera Calibration: Fix LensFile to broadcast an event when the LensModel changes. Properly update lens component and lens file editor when model changes. Fix distortion tool to properly filter out algos that do not support the current model. Detail customization for LensComponent to correctly display model parameter names.
#jira UE-175041
#jira UE-175042
#jira UE-175043
#jira UE-175046

#rb simon.therriault, jeremie.roy
#preflight 63e160fa5c0ce8f11bc0c27d

[CL 24058840 by geoffrey douglas in ue5-main branch]
2023-02-07 16:03:46 -05:00
geoffrey douglas
2715536106 CameraCalibration: Add anamorphic lens model class and handler
#jira UE-173623
#rb simon.therriault, jeremie.roy, alejandro.arango
#preflight 63d980ee67116074a892495d

[CL 23940585 by geoffrey douglas in ue5-main branch]
2023-01-31 18:01:41 -05:00
bryan sefcik
f91212124f Added generated.h includes and updated enums to have underlying types.
#preflight 63d458095354589b5c16c0e3

[CL 23895079 by bryan sefcik in ue5-main branch]
2023-01-27 18:45:50 -05:00
henrik karlsson
9a1d5b1ad4 [Engine/Plugins]
* Ran IWYU on ~170 plugins to remove includes not needed. Public api still keep old includes inside #if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_2

#preflight 63d09351574ab9cae4670216
#rb none

[CL 23844750 by henrik karlsson in ue5-main branch]
2023-01-25 02:42:36 -05:00
Geoffrey Douglas
7534676ad4 CameraCalibration: Fix the way the calibration tools calculate the clicked mouse position in the simulcam viewport when the camera feed resolution and media resolution are different
#jira UE-171509
#rb simon.therriault, jeremie.roy
#preflight 63ceaabb3a03cb0bbff540cd

[CL 23812793 by Geoffrey Douglas in ue5-main branch]
2023-01-23 10:55:03 -05:00
Geoffrey Douglas
4d160455b6 Add "camera feed" info setting to Lens File editor to allow users to specify a subregion of their media that contains the actual camera feed.
#jira UE-170592
#rb simon.therriault
#preflight 63c17f521a06fc6105d79a0b

[CL 23678260 by Geoffrey Douglas in ue5-main branch]
2023-01-13 11:13:48 -05:00
christopher waters
6e30ddb01e Dependency cleanup around DataDrivenShaderPlatformInfo and a few other headers.
#preflight 63921e6a67018b14b5925197

[CL 23454104 by christopher waters in ue5-main branch]
2022-12-08 15:35:35 -05:00
aditya ravichandran
c0e19c7785 Outliner: Fix an issue causing two "Virtual Production" categories in the filter bar
#jira UE-171716
#rb Alejandro.Arango
#preflight 638f948fc0652bbec27f9014

[CL 23414957 by aditya ravichandran in ue5-main branch]
2022-12-06 15:01:08 -05:00
Geoffrey Douglas
98057d2dda CameraCalibration - Fix the simulcam comp material to not stretch CG when compositing if the CG and media layers have different aspect ratios
#jira UE-170593
#rb simon.therriault
#preflight 638e54c29549ddaa281be405

[CL 23398240 by Geoffrey Douglas in ue5-main branch]
2022-12-05 15:36:12 -05:00
christopher waters
fa2ebfe998 Adding includes to rendering cpp files in preparation for header changes.
#preflight 6387bd29fa053c489ad45427

[CL 23343615 by christopher waters in ue5-main branch]
2022-11-30 18:29:09 -05:00
geoffrey douglas
5e40c471f5 Expose distortion state properties to cinematics
#rb simon.therriault
#preflight none

[CL 23190117 by geoffrey douglas in ue5-main branch]
2022-11-18 01:54:55 -05:00
Geoffrey Douglas
348495568c CameraCalibration: Fix STMap vertical flip calculation
#rb simon.therriault
#jira UE-170214
#preflight 6373fb56bf76990b7178656a

[CL 23142373 by Geoffrey Douglas in ue5-main branch]
2022-11-15 16:10:20 -05:00
Geoffrey Douglas
e60febace8 Fix LensComponent MovieScene sections not displaying channels in Sequencer UI because no channel proxy was created on Load.
#jira UE-169315
#rb simon.therriault
#preflight 63693afeed07daaa9abb706e

[CL 23012733 by Geoffrey Douglas in ue5-main branch]
2022-11-07 12:13:45 -05:00