Eyeon:Script/Reference/Applications/Fusion/Classes/Composition/Close

From VFXPedia

Jump to: navigation, search

Contents

Composition : Close

Arguments

Close()

Returns

Returns true if the composition was successfully closed, nil if the composition failed to close.

Remarks

The Close function is used to shut down a composition. The Fusion Composition object that calls the function will then be set to nil.

If the comp is in locked mode, then the Close function will not attempt to save the comp, whether the comp has been modified or not since its last save. If modifications have been made that should be kept, call the Save() function first.

If the comp is unlocked, it will ask if the comp should be saved before closing.

Requirements

  • eyeonScript 5.0
  • Fusion 5.0

Examples

composition:Unlock()composition:Close()


Tips for Close (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/Composition/Close