mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-27 21:47:28 +02:00
remove unnecessary warnings
This commit is contained in:
parent
6a01e8579c
commit
04a15ee687
2 changed files with 0 additions and 4 deletions
|
@ -83,7 +83,6 @@ FloatingPane {
|
||||||
checked: true
|
checked: true
|
||||||
text: MaterialIcons.center_focus_strong
|
text: MaterialIcons.center_focus_strong
|
||||||
onClicked: {
|
onClicked: {
|
||||||
console.warn("featuresVisibilityButton.checked: " + featuresVisibilityButton.checked)
|
|
||||||
featureType.viewer.displayfeatures = featuresVisibilityButton.checked;
|
featureType.viewer.displayfeatures = featuresVisibilityButton.checked;
|
||||||
}
|
}
|
||||||
font.pointSize: 10
|
font.pointSize: 10
|
||||||
|
@ -97,7 +96,6 @@ FloatingPane {
|
||||||
checked: true
|
checked: true
|
||||||
text: MaterialIcons.timeline
|
text: MaterialIcons.timeline
|
||||||
onClicked: {
|
onClicked: {
|
||||||
console.warn("tracksVisibilityButton.checked: " + tracksVisibilityButton.checked)
|
|
||||||
featureType.viewer.displayTracks = tracksVisibilityButton.checked;
|
featureType.viewer.displayTracks = tracksVisibilityButton.checked;
|
||||||
}
|
}
|
||||||
font.pointSize: 10
|
font.pointSize: 10
|
||||||
|
@ -110,7 +108,6 @@ FloatingPane {
|
||||||
checked: true
|
checked: true
|
||||||
text: MaterialIcons.fiber_manual_record
|
text: MaterialIcons.fiber_manual_record
|
||||||
onClicked: {
|
onClicked: {
|
||||||
console.warn("landmarksVisibilityButton.checked: " + landmarksVisibilityButton.checked)
|
|
||||||
featureType.viewer.displayLandmarks = landmarksVisibilityButton.checked;
|
featureType.viewer.displayLandmarks = landmarksVisibilityButton.checked;
|
||||||
}
|
}
|
||||||
font.pointSize: 10
|
font.pointSize: 10
|
||||||
|
|
|
@ -392,7 +392,6 @@ FocusScope {
|
||||||
active = true;
|
active = true;
|
||||||
}
|
}
|
||||||
onActiveNodeChanged: {
|
onActiveNodeChanged: {
|
||||||
console.warn("mtracksLoader.onActiveNodeChanged, activeNode: " + activeNode)
|
|
||||||
if(!isUsed)
|
if(!isUsed)
|
||||||
active = false;
|
active = false;
|
||||||
else if(!isComputed)
|
else if(!isComputed)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue