Image Smart Folder
Pro features are only available with a Professional licence. To upgrade, visit cavalry.scenegroup.co
Introβ
Image Smart Folders can be used to import a folder containing image, video or image sequence assets which can then be referenced via external data or connections.
To import an Image Smart Folder:
- Right click in the Assets Window and choose Import Image Smart Folder...
- Navigate to a directory on the file system and hit OK.
Once a folder is imported it can be used in combination with an Asset from Smart Folder Utility. Dragging the Image Smart Folder from the Assets Window into the Scene Window or Viewport will create and connect an Asset from Smart Folder Utility and Footage Shape - update the Asset from Smart Folder's Path to the location of the image relative to the Image Smart Folder to reference it. For example, path/to/image.jpg
.
When importing a folder containing image sequences, each sequence must be in its own separate folder.
Note that any file ending in a number may be read as an image sequence so, if individual files with similar names are required, ensure they are named uniquely βΒ for example, image_one
, image_two
rather then image_1
, image_2
etc.
- Import a Smart Folder containing the files
apple.png
,orange.png
andbanana.png
. - Drag that Smart Folder from the Assets Window into the Attribute Editor or Viewport.
- Create a String Array.
- Add two more indices using the +Add button and enter
apple.png
,orange.png
andbanana.png
into each. - Connect stringArray.idβassetfromSmartFolder.path.
- Uncheck Auto Index on the Asset Array and enter
1
into the Index.
The image should change from an apple to an orange.
Try swapping the String Array for a Spreadsheet and connecting the Render Manager's Dynamic Index to its Index.
Smart Folders are limited to a maximum depth of 5 directories for performance reasons. In the example below, the image in the Level5 directory will be accessible whereas the image in the Level6 directory will not.
π Root
β π Level1
β image.jpg
β π Level2
β image.jpg
β π Level3
β image.jpg
β π Level4
β image.jpg
β π Level5
β image.jpg
β π Level6
β image.jpg