InspectPropVolume

Introduced

v2.0

Categories

operator

Description

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.

Scripting Syntax

InspectPropVolume( InputObjs );

Parameters

Parameter Type Description
InputObjs String List of volume deform control objects

Default Value: Current selection

Examples

VBScript Example

'
' 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

See Also

ApplyPropVolumeOp TogglePropVolume GetConnectedPropVolume