... | @@ -19,9 +19,6 @@ The list of available layer types can be filtered by typing part of the name in |
... | @@ -19,9 +19,6 @@ 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.
|
|
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.
|
|
|
|
|
|
#### Adding a layer to the network
|
|
|
|
To add a new layer to the network, drag and drop the desired type from the layer dock to the graph view.
|
|
|
|
Right clicking on a layer in the graph view offers the opportunity to copy and paste a layer. Alternatively, the combination "Ctrl-c" and "Ctrl-v" can be used for the same effect.
|
|
|
|
#### Adding blobs to a layer
|
|
#### Adding blobs to a layer
|
|
To add top or bottom blobs to a chosen layer, right click on and choose "add top"/"add bottom". Blobs can also be added in the property dock by entering "top" or "bottom" in the "New Property" search bar at the bottom or the Property dock.
|
|
To add top or bottom blobs to a chosen layer, right click on and choose "add top"/"add bottom". Blobs can also be added in the property dock by entering "top" or "bottom" in the "New Property" search bar at the bottom or the Property dock.
|
|
The new rectangles representing the blobs can be connected by clicking and holding the left mouse button while overing over a top blob and dragging it to a bottom blob. Visually, a connection is rendered between the two rectangles.
|
|
The new rectangles representing the blobs can be connected by clicking and holding the left mouse button while overing over a top blob and dragging it to a bottom blob. Visually, a connection is rendered between the two rectangles.
|
... | | ... | |