siAssetStatus

Introduced

v6.0

Description

This is an enumeration of how an asset in Softimage can be treated when stored externally. Assets can be either ActionSource objects or deltas.

Note: This enum replaces the obsolete siActionStatus enum.

Constant Value Description
siAssetStatusOffloaded 0 The asset is offloaded on disk.
siAssetStatusPartiallyLoaded 1 The asset contains portions that are offloaded. See ActionSource.PartialOffload
siAssetStatusLoaded 2 The asset is loaded.

See Also

PartialOffloadAction ActionSource.PartialOffload ActionSource::PartialOffload 'status' parameter in the Action parameter list