File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,6 @@ FocusScope {
532532 ' surface.gridColor' : Qt .binding (function () { return lensDistortionImageToolbar .color }),
533533 ' surface.subdivisions' : Qt .binding (function () { return root .useFloatImageViewer ? 1 : lensDistortionImageToolbar .subdivisionsValue }),
534534 ' viewerTypeString' : Qt .binding (function () { return displayLensDistortionViewer .checked ? " distortion" : " hdr" }),
535- ' sfmRequired' : Qt .binding (function () { return displayLensDistortionViewer .checked ? true : false }),
536535 ' surface.msfmData' : Qt .binding (function () { return (msfmDataLoader .status === Loader .Ready && msfmDataLoader .item != null && msfmDataLoader .item .status === 2 ) ? msfmDataLoader .item : null }),
537536 ' canBeHovered' : false ,
538537 ' idView' : Qt .binding (function () { return ((root .displayedNode && ! root .displayedNode .hasSequenceOutput && _reconstruction) ? _reconstruction .selectedViewId : - 1 ) }),
You can’t perform that action at this time.
0 commit comments