Description
Removes a custom parameter from custom parameter sets.
Scripting Syntax
RemoveCustomParam( [InputObj] )
Parameters
|
Parameter |
Type |
Description |
|
InputObj |
List of custom parameters Default Value: Currently marked custom parameters in the current selection |
Examples
VBScript Example
dim n set n = GetPrim( "Null" ) AddProp "Custom_parameter_list", , 0, "Custom Parameters" SIAddCustomParam n & ".Custom_Parameters","Happiness",5,0, -10, 10 RemoveCustomParam n & ".Custom_Parameters.Happiness" DeleteObj n & ".Custom_Parameters"
See Also
SOFTIMAGE|XSI v6.01