Description
Removes a proxy parameter from a list of 3D objects or custom parameter sets. Custom parameters are parameters that you create for your own purpose. Proxy parameters are linked copies of other parameters that you can add to your own custom parameter sets. Unlike custom parameters, proxy parameters are actually cloned parameters: they reflect the data of another parameter in the scene. Any operation performed on a proxy parameter yields the same result as if it had been done on the real parameter itself (change a value, save a key, etc.).
Scripting Syntax
RemoveProxyParam( [InputObjs] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of objects. Default Value: Current selection |
Examples
VBScript Example
'Create a Cone with 2 proxy custom parameters GetPrim "Cone", , , primitive AddProp "Custom_parameter_list", , , "CustomPSet" AddProxyParam "cone.CustomPSet", "Camera_Root.kine.local.posx" AddProxyParam "cone.CustomPSet", "Camera_Root.kine.local.posy" 'Remove one proxy parameter RemoveProxyParam "cone.CustomPSet.Camera_Root_Position_X"
See Also
SOFTIMAGE|XSI v6.01