MoveToLibrary

Introduced

v4.0

Description

Moves an item from one library into another. This removes the item from its current library and adds it to the new one. You can only move items that are supported by the target library. Each library has a type, for example in a Material library you can move only materials.

Scripting Syntax

MoveToLibrary( InputObjs, Target );

Parameters

Parameter Type Description
InputObjs String List of objects

Default Value: Selected objects

Target String Destination library where to move the objects.

See Also

CreateLibrary SetCurrentMaterialLibrary Source