AnimChannel:ActivateAction(name)

Version added: 12.0

Arguments:

Name Type Description Default Ver
name char 12.0

Return value:

void
Creates action channel if not exist.
Does not create action entry for channel's layer. If layer has no action with given name, the new created action channel would be invisible for user until adding action to layer.
However, this operation turns on something like action editing mode, so don't forget to turn it off by calling this method with another action argument (for example, main timeline as "")
<< Back to AnimChannel