v6.0
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.
siAssetStatus.siAssetStatusOffloaded // 0 siAssetStatus.siAssetStatusPartiallyLoaded // 1 siAssetStatus.siAssetStatusLoaded // 2 |
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. |