Files
UnrealEngineUWP/Engine/Plugins/Compositing/OpenCVLensDistortion/Config/BaseOpenCVLensDistortion.ini
mike beach d9d5db1c55 #ROBOMERGE-AUTHOR: mike.beach
Updating the MRCalibration project to compile/run after Enterprise moved the OpenCV calibration out to its own plugin.

#jira UE-54250
#rb no.one

#ROBOMERGE-SOURCE: CL 4123118 in //UE4/Release-4.20/...
#ROBOMERGE-BOT: RELEASE (Release-4.20 -> Release-Staging-4.20)

[CL 4123121 by mike beach in Staging-4.20 branch]
2018-06-11 14:51:25 -04:00

12 lines
609 B
INI

[CoreRedirects]
;
; 4.20 Redirects
;
+PackageRedirects=(OldName="/Script/MixedRealityCaptureCalibration", NewName="/Script/OpenCVLensCalibration")
+StructRedirects=(OldName="MrcLensDistortion", NewName="/Script/OpenCVLensDistortion.OpenCVLensDistortionParameters")
+ClassRedirects=(OldName="MrcOpenCVCalibrator", NewName="/Script/OpenCVLensCalibration.OpenCVLensCalibrator")
+PropertyRedirects=(OldName="FeedRenderTarget.TexRT", NewName="FeedRenderTarget.TextureRenderTarget")
+PropertyRedirects=(OldName="CalculateLensParameters.LensDistortion", NewName="CalculateLensParameters.LensDistortionParameters")