@@ -57,6 +57,10 @@ Model menu
57
57
- :kbd: `F5 `
58
58
- |checkbox |
59
59
- Executes the model
60
+ * - |runSelected | :guilabel: `Run Selected Steps... `
61
+ - :kbd: `Shift + F5 `
62
+ -
63
+ - Runs only the selected steps in a model, allowing to run a subset of the model
60
64
* - :guilabel: `Reorder Model Inputs... `
61
65
-
62
66
-
@@ -479,14 +483,26 @@ model comments. Comments are visible only in the modeler canvas and not
479
483
in the final algorithm dialog; they can be hidden by deactivating
480
484
:menuselection: `View --> Show Comments `.
481
485
482
- You can run your algorithm any time by clicking on the |start | :sup: `Run model` button.
483
- When using the editor to execute a model, any non-default values will be
484
- saved in the inputs. This means that executing the model at a later time from
485
- the editor will have the dialog prefilled with those values on any subsequent run.
486
-
487
- In order to use the algorithm from the toolbox, it has to be saved
488
- and the modeler dialog closed, to allow the toolbox to refresh its
489
- contents.
486
+ Your model can be run in various ways:
487
+
488
+ * You can run the whole model by clicking on |start | :sup: `Run Model...` from the toolbar
489
+ or :menuselection: `Model --> ` |start | :menuselection: `Run Model... `:
490
+ when using the editor to execute a model, any non-default values will be saved in the inputs.
491
+ This means that executing the model at a later time from the editor
492
+ will have the dialog prefilled with those values on any subsequent run.
493
+ * You can select elements of the model and run only that subset of the model:
494
+ press the |runSelected | :guilabel: `Run Selected Steps... ` option
495
+ from the :menuselection: `Models --> ` menu or from the contextual menu of a selected algorithm.
496
+ The initial state will be taken from any previous executions of the model through the editor,
497
+ so results from previous steps in the model are available for the selected steps.
498
+ This makes it possible to fix parts of a large model,
499
+ without having to constantly run the entire model to test.
500
+ Especially useful when earlier steps in the model are time consuming.
501
+ * You can run a subset of the model, starting from a specific algorithm:
502
+ right-click the algorithm and select |start | :guilabel: `Run from Here... `.
503
+ Likewise, values are taken from previous executions.
504
+ * In order to use the algorithm from the Processing Toolbox, it has to be saved
505
+ and the modeler dialog closed, to allow the toolbox to refresh its contents.
490
506
491
507
492
508
Documenting your model
695
711
:width: 1.5em
696
712
.. |redo | image :: /static/common/mActionRedo.png
697
713
:width: 1.5em
714
+ .. |runSelected | image :: /static/common/mActionRunSelected.png
715
+ :width: 1.5em
698
716
.. |saveAsPDF | image :: /static/common/mActionSaveAsPDF.png
699
717
:width: 1.5em
700
718
.. |saveAsPython | image :: /static/common/mActionSaveAsPython.png
0 commit comments