Eyeon:Script/Reference/Applications/Fusion/Classes/Output/ClearDiskCache

From VFXPedia

Jump to: navigation, search

Contents

Output : ClearDiskCache

Arguments

ClearDiskCache(start,end)

  • start (number, required)

The frame to start purging the cache at (inclusive).

  • end (number, required)

The last frame to be purged (inclusive). ===

Returns

Boolean if successful.

Remarks

This function is used to clear cached frames from the disk.

Requirements

  • eyeonScript 5.0
  • Fusion 5.0

Examples

BrightnessContrast1:ClearDiskCache(1,100)


Tips for ClearDiskCache (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/Output/ClearDiskCache