v6.0
Returns a collection of the FCurveKey objects that have been
selected in the fcurve editor for a particular FCurve object.
Note: This is the Python-compliant version of the FCurveEditor.SelectedKeys.
Since Python does not support input parameters on properties, FCurveEditor.SelectedKeys will
fail in Python.
FCurveKeyCollection FCurveEditor.GetSelectedKeys2( FCurve in_pCurve ); |
oReturn = FCurveEditor.GetSelectedKeys2( [Curve] ); |
Parameter | Type | Description |
---|---|---|
Curve | FCurve | Function curve with selected keys. |