Introduced
2.0
Description
Removes an input from an existing operator.
Scripting Syntax
RemoveInputFromOperator( Reference )
Parameters
|
Parameter |
Type |
Description |
|
Reference |
Object |
The input primitive to be removed. |
Examples
VBScript Example
CreatePrim "Arc", "NurbsCurve", "MyArc1" CreatePrim "Arc", "NurbsCurve", "MyArc2" Translate , 0, -1, 1 CreatePrim "Arc", "NurbsCurve", "MyArc3" Translate , 0, 0, 2 ApplyOp "Loft", "MyArc1,MyArc2,MyArc3", 3, siPersistentOperation ' disconnect 'MyArc2' from the new loft operator RemoveInputFromOperator "MyArc2"
Autodesk Softimage v7.5