Viz Artist

Version 3.9.0 | Published December 13, 2017 ©

Background Clip

images/download/attachments/27789840/viz_icons_backgroundclip.png
This plug-in is designed to play back a sequence of still images (tga, tiff, etc.) in the background of your scene rather than playing an AVI-file.

Since it plays the sequence from memory, the scene has a higher loading time and the drawback is that it consumes system memory which can influence the system stability. So keep track of how much memory each sequence needs so you do not run out of memory on the render engine. Scene plug-ins are added under the Scene Settings plug-in tab.

Since all images are loaded into memory a large number of images or a large image size would require large amounts of memory. Memory can be calculated as follows:

number of images * image width * image height * 3 (or 4 for alpha).

Note: This plug-in is located in: Built Ins -> Scene plug-ins -> Image

This section contains information on the following topics:

Background Clip Properties

images/download/attachments/27789840/plugins_scene_backgroundclip_editor_r.png

  • Image: Allows you to enter the name of the image sequence or browse for it. Select the first image you would like to use in your clip. Do not use clip names with numbers (except the counter).

  • Play Mode: Can be set to Once, Loop (over and over again) and Swing (equal to loop but plays the clip reverse too).

  • Reverse: Switch from off to on if you want the clip to played from end to start.

  • Play speed: Lets you alter the speed in percent.

  • Advanced: Opens advanced parameters if set.

  • Stand alone image: Needed when you want to play the same clip in different speeds.

  • First image: Select the number of the image which you want to start with.

  • Nof images: It stands for “number of images”. Please type in here the number of images you want play as a clip, otherwise all images will be played back.

  • Crop: Crops the image in percent from the left, right, bottom and top side.

  • Scale: Will scale all images to the closest power of 2. When not selected an automatic textures coordinates will be applied. So the image will fit the texture.

  • Keep under: It forces the image size. For example if you have selected 64, the image will be trimmed to the size 64 x 64.

  • Format: If Image format is selected, the file will be loaded in original condition. Please select another format, if you want load a black and white image (“Alpha”) or full color image (“RGB”, “RGBA”: with alpha value).

  • Play, Stop and Reinitialize: Enables you to play, stop and reinitialize the clip.

To Add a Background Image Clip

  1. Create a directory and populate it with image files, for instance abc001.png, abc002.png, abc003.png, etc.

  • The images will be played as a sequence based on the filename including numbers.

  • After you have created the images, load the first image of the sequence and the clip is now visible in the Scene Editor.

  1. Another possibility is to create a file with a "*.vln" extension. This file includes the base path and also the names of the images to load. In this case the images must not have a counter number in their filename. You can handle this file as an ordinary text file.

  2. Load the vln-file instead of loading an image file located in a directory.
    Example:

BASE_PATH ‘C:/clip/images' {
‘radar_200504110800.png’ 2005_04_11_10:00
‘radar_200504110815.png’ 2005_04_11_10:15
‘radar_200504110830.png’ 2005_04_11_10:30
‘radar_200504110845.png’ 2005_04_11_10:45
‘radar_200504110900.png’ 2005_04_11_11:00
‘radar_200504110915.png’ 2005_04_11_11:15
‘radar_200504110930.png’ 2005_04_11_11:30
‘radar_200504110945.png’ 2005_04_11_11:45
}

See Also