[ui] Sync camera gizmo in Viewer3D enabled

This commit is contained in:
Aurore LAFAURIE 2024-04-04 18:19:15 +02:00 committed by Candice Bentéjac
parent 361f777118
commit 369143eca1
6 changed files with 19 additions and 2 deletions

View file

@ -51,6 +51,7 @@ Item {
property bool displayOrigin: false
// Camera
property bool syncViewpointCamera: false
property bool syncWithPickedViewId: false // Sync active camera with picked view ID from sequence player if the setting is enabled
property bool viewpointImageOverlay: true
property real viewpointImageOverlayOpacity: 0.5
readonly property bool showViewpointImageOverlay: syncViewpointCamera && viewpointImageOverlay