mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[Lens Distortion] slider subs default value
This commit is contained in:
parent
c3e504efc7
commit
9e7e73200a
2 changed files with 4 additions and 4 deletions
|
@ -12,11 +12,11 @@ FloatingPane {
|
|||
radius: 0
|
||||
|
||||
property int opacityDefaultValue: 100
|
||||
property int subdivisionsDefaultValue: 100
|
||||
property int subdivisionsDefaultValue: 5
|
||||
|
||||
property real slidersPowerValue: 4
|
||||
property int opacityValue: Math.pow(opacityCtrl.value, 1)
|
||||
property int subdivisionsValue: Math.pow(subdivisionsCtrl.value, 1)
|
||||
property int subdivisionsValue: subdivisionsCtrl.value
|
||||
|
||||
property variant colorRGBA: null
|
||||
property bool displayGrid: displayGridButton.checked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue