-
After Effects Scripting Help!
I need to write a script that creates a text animator with the position and opacity properties applied to it. I have tried many different attempts, but I keep getting this error:
“unable to execute script at line 7. After Effects error: can not add a property with name “ADBE Text Animator Group” to this propertyGroup, because this propertyGroup is neither an INDEX_GROUP nor a text animator property group.”
line 7: var animator = selectedLayer.property(“ADBE Text Properties”).addProperty(“ADBE Text Animator”);
Any solutions to this error would be greatly appreciated!