Question
createPath expression succeeded, but crashed with inTangents & outTangents
Dear Community, I have studied everything I could find on this subject.
This expression works as desired by connecting the points of a path with the corresponding number (16) of null objects by linking the position:
points = [
thisComp.layer("Null [1.1.00]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.01]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.02]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.03]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.04]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.05]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.06]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.07]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.08]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.09]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.10]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.11]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.12]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.13]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.14]").transform.position - [1000, 1000],
thisComp.layer("Null [1.1.15]").transform.position - [1000, 1000]]
createPath (points, inTangents = [], outTangents = [], isClosed = true)

For the life of me, I can't get a perfect circle. 🙂
