Description
Determines the capabilities of a parameter. They can be combined by adding them: for example, to have a parameter animatable (1) and persistable (4), use 5.
C# Syntax
siCapabilities.siAnimatable // 1 siCapabilities.siReadOnly // 2 siCapabilities.siPersistable // 4 siCapabilities.siNotInspectable // 8 siCapabilities.siSilent // 16 siCapabilities.siNotPresetPersistable // 128 siCapabilities.siTexturable // 256 siCapabilities.siKeyable // 2048 siCapabilities.siNonKeyableVisible // 4096
|
Constant |
Value |
Description |
|
1 |
Animatable |
|
|
2 |
Cannot be written to |
|
|
4 |
Is saved with its parameter set |
|
|
8 |
Does not show up in the UI |
|
|
16 |
Does not notify if its value is changed |
|
|
128 |
Will not be saved in presets |
|
|
256 |
Parameter supports connection to rendering node |
|
|
2048 |
Parameter is visible in 'Keying Panel' and keyable |
|
|
4096 |
Parameter is only visible in 'Keying Panel' |
Applies To
|
|
See Also
Autodesk Softimage v7.5