after-effects-scripting-guide
after-effects-scripting-guide copied to clipboard
While some developers come into this doc knowing that it's mostly an API reference, it's a little obtuse for people trying to learn scripting. To that end, adding more real-world...
Right now, navigating to the [homepage](https://ae-scripting.docsforadobe.dev) just gives you a TOC with no info or context. It'd be good to have a mission statement / intro up top that details:...
The docs state that [TextDocument.tracking](https://github.com/aenhancers/after-effects-scripting-guide/blob/master/docs/other/textdocument.rst#textdocumenttracking) is of type `Floating-point value; read/write.` But when I set a value that isn't an integer, I am getting this error: "_After Effects error: Unable...
Be sure to add the admonition that this is undocumented!
Right now the docs point to this archive.org page: https://web.archive.org/web/20200622100656/https://blogs.adobe.com/creativecloud/new-changed-after-effects-cc-2014/?segment=dva It'd be good to: - Bring this data into the repo directly - Also get the full object of possible...
Currently: > Floating-point value for keyframes, MarkerValue object for markers. This is incorrect. It will return a value of one of these types, depending on the property type: https://ae-scripting.docsforadobe.dev/properties/property.html#property-propertyvaluetype
When [PropertyBase.PropertyGroup()](https://ae-scripting.docsforadobe.dev/properties/propertybase.html#propertybase-propertygroup) reaches the layer, it returns the layer, not `null` as mentioned. Also mention that `PropertyBase.PropertyGroup( PropertyBase.propertyDepth )` returns the containing layer.
如果可以增加国际化,我可以提供中文翻译贡献 If we can increase internationalization, I can contribute by providing Chinese translations.
Fix CharacterRange object description typo
- Available on all Layer types (not just AVLayer) - Added some time after 23.6.9 (see below) | AE Version | Available? | | ---------- | ---------- | | 23.6.9...