fCurveCommands

Splits an input string containing fcurve path commands and numbers into individual components, preserving the order of commands and associated numbers. The splitting considers the relations between commands and numbers, ensuring proper separation.

Return

A list of strings where each element is either an fcurve path command or a related numerical value.

Parameters

d

The input string representing fcurve path commands and numbers.