summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2018-08-07 09:59:22 +0300
committerMats Honkamaa <mats.honkamaa@qt.io>2018-08-08 05:56:12 +0000
commit49ca72ab2993cbe47139703c460169799b54b313 (patch)
treee054c54e00aaeade64ba01f549bcbd69dcf19649 /doc
parentcf7c0d36f6a7496b8179c75ab9b0eb171227593b (diff)
Fix add layer documentation
Add layer documentation was wrong in the getting started guide. Task-number: QT3DS-1987 Change-Id: Ie8d6613332dcf9d30058c34b91443add1033da33 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/03-studio/5-timeline-palette.qdoc28
-rw-r--r--doc/src/11-quick-start-guides/10-getting-started.qdoc8
2 files changed, 24 insertions, 12 deletions
diff --git a/doc/src/03-studio/5-timeline-palette.qdoc b/doc/src/03-studio/5-timeline-palette.qdoc
index 6f3cb4cc..03b82115 100644
--- a/doc/src/03-studio/5-timeline-palette.qdoc
+++ b/doc/src/03-studio/5-timeline-palette.qdoc
@@ -218,14 +218,26 @@ Layers also provide a target where
There must be at least one layer on each slide in the presentation. Studio will not let
you delete the last layer unless you first add a new layer on the slide to replace it.
-You can create a new layer by clicking the layer icon
-\inlineimage Studio-Timeline-NewLayer.png
-in the bottom part of the scene graph. Creating a new layer in your scene will add both a
-camera and a light to that new layer.
-
-To remove a layer, select it in the scene graph, then click the delete layer icon
-\inlineimage Studio-Timeline-DeleteLayer.png
-.
+To create a new layer, do one of the following:
+\list
+ \li Click the layer icon
+ \inlineimage Studio-Timeline-NewLayer.png
+ in the bottom part of the scene graph.
+ \li Right-click the scene element in the scene graph and select \uicontrol {Add Layer} from the
+ context menu.
+ \li Press \c{Ctrl + L}.
+\endlist
+
+Creating a new layer in your scene will add both a camera and a light to that new layer.
+
+To remove a layer, first select it in the scene graph, then do one of the following:
+\list
+ \li Click the delete icon
+ \inlineimage Studio-Timeline-DeleteLayer.png
+ in the bottom part of the scene graph.
+ \li Right-click it and select \uicontrol{Delete Object} from the context menu.
+ \li Press \c{Del}.
+\endlist
\section2 Data Input
diff --git a/doc/src/11-quick-start-guides/10-getting-started.qdoc b/doc/src/11-quick-start-guides/10-getting-started.qdoc
index 653f497a..1cfb84d5 100644
--- a/doc/src/11-quick-start-guides/10-getting-started.qdoc
+++ b/doc/src/11-quick-start-guides/10-getting-started.qdoc
@@ -227,10 +227,10 @@ at the top of this column will toggle the visibility of element rows marked as \
\section2 Add a Layer
-You can add a layer to your presentation by dragging it from the \e{basic objects palette} to
-either the \e{timeline palette} or the \e{scene view} as described in the
-\l{adding-assets} {adding assets} section. Dragging the layer object to the \e{scene view} will
-always put the layer behind all current layers.
+You can create a new layer by clicking the layer icon
+\inlineimage Studio-Timeline-NewLayer.png
+in the bottom part of the scene graph. Creating a new layer in your scene will add both a
+camera and a light to that new layer.
\section2 Related Content