mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +02:00
[Distortion Viewer] change subdivisions stepsize to 2
This commit is contained in:
parent
539c026988
commit
f91f734a32
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ FloatingPane {
|
|||
radius: 0
|
||||
|
||||
property int opacityDefaultValue: 100
|
||||
property int subdivisionsDefaultValue: 5
|
||||
property int subdivisionsDefaultValue: 4
|
||||
|
||||
property real slidersPowerValue: 4
|
||||
property int opacityValue: Math.pow(opacityCtrl.value, 1)
|
||||
|
@ -142,7 +142,7 @@ FloatingPane {
|
|||
from: 2
|
||||
to: 10
|
||||
value: subdivisionsDefaultValue
|
||||
stepSize: 1
|
||||
stepSize: 2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue