SelectActionsFromObjects
 
 
 

SelectActionsFromObjects

Introduced

v1.5

Description

Selects the actions that drive the given objects in the scene.

Scripting Syntax

oReturn = SelectActionsFromObjects( [InputObjs], [Consider Time], [Time], [Keep Compound Actions], [Keep Inactive Actions] );

Return Value

Empty string

Parameters

Parameter Type Description
InputObjs String List of objects

Default Value: Current selection

Consider Time Boolean Whether to only return actions active at supplied time

Default Value: False

Time Double Frame number

Default Value: Current frame.

Keep Compound Actions Boolean Whether to return compound actions

Default Value: True

Keep Inactive Actions Boolean Whether to return inactive actions

Default Value: False

See Also

GetDrivingActions SelectObjectsFromAction