... | ... | @@ -60,11 +60,10 @@ All layers currently in the network are listed in the **Network Layers**-Dock. T |
|
|
To add a top or bottom blob to a layer, **right click** the node and select **Add top** or **Add bottom**. When creating a top blob, a dialog will ask for the blobs name.
|
|
|
Alternatively, blobs can get added using the **Layer Properties**-dock by selecting the layer and click on **Add*. If the layer has no top/bottom blob, type **top** or **bottom** in the **New Property** input field at the bottom of the Layer Properties-dock and press **Enter**. Use the **+**-button next to the top/bottom-parameter to create a top/bottom blob. If creating a top blob, type the name in the new input field. The name of bottom blobs can not be changed manually. They will get updated automatically when connecting to a top blob.
|
|
|
|
|
|
![manual-nodeedit-blobs](/uploads/1ffb56384fbc9bdcc7a5b31ace260a23/manual-nodeedit-blobs.png)
|
|
|
|
|
|
The rectangles in the lower part of the layer node represent the top and bottom blobs, the top blobs being right and the bottom blobs being left.
|
|
|
![manual-nodeedit-blobs](/uploads/1ffb56384fbc9bdcc7a5b31ace260a23/manual-nodeedit-blobs.png)
|
|
|
|
|
|
To change a top blobs name, **right click** the blobs rectangle in layer node and select **Change name** from the context menu or change the name in the **Properties**-dock. This will also update all bottom blob names, connected to the changed top blob.
|
|
|
To change a top blobs name, select the blob in the **Layer Properties**-dock then click on the name and type your favored name . This will also update all bottom blob names, connected to the changed top blob.
|
|
|
|
|
|
You can connect a top and a bottom blob by start dragging on a blobs rectangle and stop at another rectangle. This will create a visible connection between both blobs. Note, that you can't create a connection between two top or two bottom blobs. A top blob can be connected to multiple bottom blobs, but a bottom blob can only connect to one top blob. (If the layer of the top blob has the **include.phase** parameter, a second top blob can get connected to the bottom blob. The second top blob needs to have the same name as the first and its **include.phase** parameter needs to have another phase.)
|
|
|
|
... | ... | @@ -76,7 +75,7 @@ If a layer has a top and a bottom blob with the same name, the border of the lay |
|
|
| :------------: | :------------: |
|
|
|
| ![manual-nodeedit-in-place-wrong](/uploads/f9fc1aadec9278919f22c72a03552d28/manual-nodeedit-in-place-wrong.png) | ![manual-nodeedit-in-place-right](/uploads/269d08c706297b46da11b85d231c90f2/manual-nodeedit-in-place-right.png) |
|
|
|
|
|
|
To remove a connection between two blobs, either select the connection and hit **Del** or right-click it and select **Remove** in the opening context-menu.
|
|
|
To remove a connection between two blobs, either select the connection and hit **Del** or right click it and select **Remove** in the opening context-menu.
|
|
|
|
|
|
Removing a blob can be done by **right clicking** the blobs rectangle and selecting **Remove** from the context menu. Alternatively a blob can be removed by clicking the **Remove**-button in the **Layer Properties**-dock when the attached Layer is selected. Removing a blob also removes all connections connected to the blob.
|
|
|
|
... | ... | |