-
-
Notifications
You must be signed in to change notification settings - Fork 2
Linker
Mass Edit allows you to link placeables together thus keeping them together at relative positions to one another whenever you move or rotate them.
Linking is done through a Linker Menu
from which you can manage links by creating new link nodes, connecting placeables to them, removing them, and changing link types.
Currently the menu can only be accessed via the Open Linker Menu
keybinding which is set to Shift+Q
by default.
If the menu is opened without any selected placeables, then the menu will display all links preset on the current scene.
If you do have placeables selected, only links for those placeables will be shown.
A link node is created via a Dobule-Click
on any empty point within the window.
Placeable can then be attached by selected them and pressing the Attach Selected to Link
control in the left pane.
creatingLink.mp4
Placeables can also be attached from across multiple layers via the Attach Multi-Layer Select to Link
control.
multiLayerAttach.mp4
Links can be removed in three ways
- Selecting a linked placeable and using the
Remove all links from selected placeables
control in the left control pane -
Right-Clicking
a placeable node; removes the link for just the clicked placeable -
Right-Clicking
a link node; removes the link for all connected placeables
removeLinks.mp4
There are 3 types of links
-
TWO_WAY
; placeables move other placeables and respond to them being moved -
SEND
; placeables move other placeables but DO NOT respond to them being moved -
RECEIVE
; placeable DO NOT move other placeables but respond to them being moved
twoWayLink.mp4
sendLink.mp4
receiveLink.mp4
There are two methods of changing link types
- One at a time by
Left-Clicking
the edge connecting a placeable node to a link node - En masse using
Cycle
control within the left control pane with a link node selected
changeLinkType.mp4
Linked placeables can be deleted all at once using the red trash can control within the Linker Menu
not requiring you to traverse multiple layers to do so manually.
Simply select any one linked placeable and click the control.
deleteLinked.mp4
To faciliate an easy creation of 'vehicles' a new region behavior type is introduced by the module: Link Token
This behavior links any token dragged into the region using a RECEIVE
link, allowing tokens to hop on and off regions.
linkTokenBehavior.mp4
To help with organisation of more complex links you are able to assign labels to link nodes, which can be done by Double-Clicking
link nodes.