Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

In version 1.1.6 the collections are introduced.

With the collections a user can now save a set of elements and share the collection with other team members.

To add items simply drag elements from the Gallery view in the Collection view.
To create a permanent collection of the elements the collection can be save to a file on disk.


There are two types of collections: personal & global

Menu bar

Menu bar top

Show elements button will show the element from the collection in the gallery view.
The standard filters can be applied (resolution, frame length, ….) can be applied on these elements.
To reset everything and show all elements click the reset filter button.

The collection picker allows to browse/search all available collections.
It is sorted into two groups: personal & global

Create collection will create a new collection from all elements that are currently in the list.

Save collection will save the current state to the selected collection

Delete collection will remove the actual file on disk!


Menu bar bottom

The play button will open each element in an external player. The player is the user’s preferred application defined for the file type in the operating systems. For a file sequence the path to the first frame is selected, because there is no universal file sequence file path notation.

The grab button allows the user to drag all elements into another application.

The copy to clipboard button will copy all file paths to the clipboard.
Simply Ctrl/Command + v to paste the data somewhere else.

Collection Format

The file format is a simple CSV file. Minimum requirements is a column called uuid and/or name .

When a collection is loaded, the software tries to validate the element data from the linked libraries. If a collection has an element of a library that is currently not loaded it will show a warning.

Using the uuid (the unique ID of an element, e.g. 7a7b25dd251b4f2bb498c20bc5e56665) is recommended since that one is unique across libraries. The name (name of the element, e.g. fire_00023) can appear in multiple libraries. It is meant as a fallback if the uuid can not be validated.

The save button for collections with elements from a library that is currently not linked in the config is deactivated.

Example collection data

uuid;name
7a7b25dd251b4f2bb498c20bc5e56665;fire_00023
83b139c0eac84c928d497eedad632ace;fire_00024


Personal Collections

A personal collections are for the individual artists. The user can save private collections of the favorite elements.

Make a personal collection global

To make an personal collection available as an global collection there are two options.

  1. Select personal collection → click button 'create collection' → select type global → save

  2. Manually copy the file to the global collections folder

The personal collections are stored at this location:

Linux/Mac

~/.das-element/collections
Windows

%USERPROFILE%/.das-element/collections

Global Collections

The environment variable DASELEMENT_RESOURCES needs to be set to point to a shared resources folder were everybody has access to.

Creating, updating and deleting global collections is only possible with the Standard version.
Users with the Lite version cannot create, save or delete global collections.

The global collections can be shared with the team. A supervisor can for example pick the top 20 fire elements for a sequence and pass it along to the artists. That saves time for the artists and they have a good starting point.

The global collections are are stored at this location:

Linux/Mac

$DASELEMENT_RESOURCES/collections
Windows

%DASELEMENT_RESOURCES%/collections

  • No labels