mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] clear thumbnail requests when changing viewpoints
This commit is contained in:
parent
ae3184decc
commit
dd235dcbf1
2 changed files with 12 additions and 0 deletions
|
@ -39,6 +39,10 @@ Panel {
|
|||
property variant viewpoints: currentCameraInit ? currentCameraInit.attribute('viewpoints').value : undefined
|
||||
property variant intrinsics: currentCameraInit ? currentCameraInit.attribute('intrinsics').value : undefined
|
||||
property bool readOnly: root.readOnly || displayHDR.checked
|
||||
|
||||
onViewpointsChanged: {
|
||||
ThumbnailCache.clearRequests();
|
||||
}
|
||||
}
|
||||
|
||||
property variant parsedIntrinsic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue