Forums › Adobe After Effects Expressions › Counting Points in a Path
Counting Points in a Path
Lucas Pinheiro
January 20, 2021 at 3:46 pmI’m trying to help out a workmate with an expression but I need to count the number of Points in the Path in order to make it procedural.
Not sure if this is basic..
Fabrice Leconte
January 20, 2021 at 4:44 pmHello,
thisComp.layer("Shape Layer 1").content("Shape 1").content("Path 1").path.points().length;
See the doc:
https://ae-expressions.docsforadobe.dev/path-property.html#pathproperty-points-t-time
Viewing 1 - 2 of 2 posts
Log in to reply.