Introduced
6.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.
C# Syntax
siAssetStatus.siAssetStatusOffloaded // 0 siAssetStatus.siAssetStatusPartiallyLoaded // 1 siAssetStatus.siAssetStatusLoaded // 2
|
Constant |
Value |
Description |
|
0 |
The asset is offloaded on disk. |
|
|
1 |
The asset contains portions that are offloaded. See ActionSource.PartialOffload |
|
|
2 |
The asset is loaded. |
See Also
Autodesk Softimage v7.5