Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Description

Specify the name of the file in which the current file will be auto saved.

Shogun Post has an auto scene saving feature which will automatically save your scene after a specified period of time since the last file save performed.

By default, the location for the file is a file called AutoSave.hdf in your Shogun directory (e.g. C:/Users/Public/Documents/Vicon/ShogunPost#.#/AutoSave.hdf ) unless you change it using the setAutoSaveFile command.

Use forward slashes instead of back-slashes for all file system paths.

Functional area

System

Command syntax

Syntax

setAutoSaveFile "autoSaveFile"

Arguments

NameTypeRequiredComments
autoSaveFilestringyesName of the file to save when Shogun Post auto-saves the scene

Flags

None

Return value

void

Examples

// Sets the auto-save file to be located in C:\Temp\ShogunPostAutoSave.hdf
setAutoSaveFile "C:/Temp/ShogunPostAutoSave.hdf";

Additional information

Related commands

  • No labels