You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
12 lines
609 B
INI
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") |