mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[Lens Distortion] subdivisions slider
This commit is contained in:
parent
0ce640ed3f
commit
f5bf37ede6
3 changed files with 48 additions and 1 deletions
|
@ -228,6 +228,7 @@ FocusScope {
|
|||
'gridOpacity' : Qt.binding(function(){ return lensDistortionImageToolbar.opacityValue;}),
|
||||
'gridColor' : Qt.binding(function(){ return lensDistortionImageToolbar.color;}),
|
||||
'distortion' : Qt.binding(function(){ return displayLensDistortionViewer.checked;}),
|
||||
'subdivisions' : Qt.binding(function(){ return lensDistortionImageToolbar.subdivisionsValue;}),
|
||||
})
|
||||
} else {
|
||||
// Force the unload (instead of using Component.onCompleted to load it once and for all) is necessary since Qt 5.14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue