diff --git a/docs/images/rename-filter.png b/docs/images/rename-filter.png new file mode 100644 index 0000000..5ec0115 Binary files /dev/null and b/docs/images/rename-filter.png differ diff --git a/docs/miscellaneous.md b/docs/miscellaneous.md index 598c2c7..f328f97 100644 --- a/docs/miscellaneous.md +++ b/docs/miscellaneous.md @@ -81,22 +81,29 @@ With **`Ctrl+Space`** you can bring up the filter quick search menu: By typing the first few letters of a filter name, "cont" in this case, you can quickly find and add a filter as a child of the currently selected filter in the pipeline browser. The greyed out filter names indicate that that particular filter is not compatible with the currently selected filter's output data type. -### Linking cameras between views +### Rename a filter -If you have split the main 3D view into two (more more) views you can easily link the cameras between the views: right-click on a view, click `Link camera...` and then click on the view whose camera you want to link to. Now, the view cameras will stay the same when you interact with either view. +You can rename a filter by selecting it and then double-clicking it in the pipeline browser (or right-click and then `Rename`). -### Docking the Output Messages window - -Sometimes, a lot of warning or error messages will keep showing up in the Output Messages window. Even if you click away the window it will reappear on the next message. One way to slightly improve the situation is to dock the window in the main UI. For this, use the little windows icon: - -![](./images/window-dock.png) +![](./images/rename-filter.png) ### Changing a filter's input You can change the input of a filter in the pipeline by right-clicking on it and picking `Change input`. This will bring up a dialog for selecting the new upstream filter. -Here's an example of changing the CSV source of a pipeline to an updated file: +Below is an example of changing the CSV source of a pipeline to an updated file. This can be useful if during loading of a state file one or more input files can't be found (e.g. due to a changed path). ![](./images/change-input.png) -After the new input is set the pipeline will re-execute to make itself up-to-date. \ No newline at end of file +After the new input is set the pipeline will re-execute to make itself up-to-date. + +### Linking cameras between views + +If you have split the main 3D view into two (more more) views you can easily link the cameras between the views: right-click on a view, click `Link camera...` and then click on the view whose camera you want to link to. Now, the view cameras will stay the same when you interact with either view. + +### Docking the Output Messages window + +Sometimes, a lot of warning or error messages will keep showing up in the Output Messages window. Even if you click away the window it will reappear on the next message. One way to slightly improve the situation is to dock the window in the main UI. For this, use the little windows icon: + +![](./images/window-dock.png) +