diff options
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, |