Layer Manager

RXLAB_VIDEO
This video is part of the official comprehensive video course about Duik Ángela

The layer manager is there to help you create, rename, and tag layers.

The layer tags set by Duik are actually markers on the first frame of the layer, showing the type of the layer and other useful information. They also contain more data hidden from the user but needed by some tools like the auto-rig.

The first line are quick buttons to create different kind of layers.

Tip

With a “shape solid” created with Duik, you can easily make sure it keeps the size of the composition, even when the composition is resized or if its copied and pasted in another composition. Just add this expression in the size property of the rectangle:
[thisComp.width, thisComp.height];

You can even easily make sure the solid’s size is a fraction of the composition size by multiplying this:
[thisComp.width, thisComp.height] * 0.5;
will set the solid to be half the size (a quarter of the area) of the composition.

The Auto-Rename and tag button is a smart tool which automatically sets the group, side, type, and name of the selected layers according to their original name. It detects words, prefixes and suffixes such as L or Left, and separators such as _ or - to deduce all attributes which should be associated to the layer, then sets the correct tag and renames them according to the Duik naming scheme (the way Duik names the layers when it creates them).

Note

That’s what the Link art 1 tool does, when set to use the layer names.

You can use the last section of the panel to set specific attributes to the selected layers, or copy the attributes from one layer to others using the Pick selected layer button.

META


  1. cf. Bones

  2. cf. Controllers

  3. cf. Links and Constraints / Tools / Zero

  4. cf. Links and Constraints / Tools / Locator