diff options
author | Amr Essam <[email protected]> | 2025-03-31 14:31:04 +0300 |
---|---|---|
committer | Amr Elsayed <[email protected]> | 2025-04-17 14:46:43 +0000 |
commit | 4c7e6c699264bc37100f43c00e08027e9f06518f (patch) | |
tree | a0a2021a33971f4df709a1a05e27434a218b16dd /src/libs/qmlpuppetcommunication | |
parent | d44cbdd68996c5f5580dfaac9bb7ec2b3d314042 (diff) |
QmlDesigner: Add preset layout options for 3D View
Task-number: QDS-14907
Change-Id: I0937a64dc1820727178372663e2913f2c2239f10
Reviewed-by: Mahmoud Badri <[email protected]>
Diffstat (limited to 'src/libs/qmlpuppetcommunication')
-rw-r--r-- | src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h | 2 | ||||
-rw-r--r-- | src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h b/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h index a8f37a81e53..44d68f9ed29 100644 --- a/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h +++ b/src/libs/qmlpuppetcommunication/commands/puppettocreatorcommand.h @@ -16,7 +16,7 @@ public: Edit3DToolState, Render3DView, ActiveSceneChanged, - ActiveSplitChanged, + ActiveViewportChanged, RenderModelNodePreviewImage, Import3DPreviewIcon, Import3DPreviewImage, diff --git a/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h b/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h index a05d9681f64..8b25001f83e 100644 --- a/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h +++ b/src/libs/qmlpuppetcommunication/interfaces/nodeinstanceglobal.h @@ -51,10 +51,11 @@ enum class View3DActionType { ParticlesRestart, ParticlesSeek, SyncEnvBackground, + ViewportPreset, GetNodeAtPos, GetNodeAtMainScenePos, SetBakeLightsView3D, - SplitViewToggle, + ViewportViewToggle, MaterialOverride, ShowWireframe, FlyModeToggle, |