v2.0
Inspects the current volume deform operator(s) attached to the selected volume deform control object(s) to change deform parameters such as the falloff profile.
InspectPropVolume( InputObjs ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String |
List of volume deform control objects Default Value: Current selection |
' ' Inspect volume deformer example. ' set grid = CreatePrim( "Grid", "MeshSurface" ) set volume = GetPrimVolumeDeform ApplyPropVolumeOp , "" & grid & ";" & volume, , siPersistentOperation, , 0 Translate , 0, 2, 0, siRelative, siView, siObj, siXYZ, , , , , , , , , , 0 InspectPropVolume |