... | ... | @@ -19,6 +19,9 @@ The list of available layer types can be filtered by typing part of the name in |
|
|
|
|
|
It is also possible to copy and paste layers by selecting the layers, **right clicking** any selected layer and select **Copy** from the context menu, or by pressing **Crtl-c**. The new layers have the same amount of top and bottom blobs, top blobs get renamed to be unique, parameters will get copied, connections between copied layers get preserved.
|
|
|
|
|
|
All layers currently in the network are listed in the **Network Layers**-Dock. The list can get sorted by order, name or type in ascending or descending order, by clicking the captions. Order represents the connection hierarchy of the nodes, where layers with a top blob have a smaller order number than connected bottom blob layers.
|
|
|
![network-layers](/uploads/93ee3f888472792355996036d47a51a9/network-layers.png)
|
|
|
|
|
|
### Blobs and connections
|
|
|
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. 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.
|
... | ... | |