RFE: Line POP. Pass points through a DAT

Hello there!

I’m encountering that it would be really handy to be able to pass points for the Line POP via a DAT or a CHOP (and subsequently perhaps via an array through a python method)

That seems particularly useful for something line Bezier curves, which sometimes have many points and are more easily created in a table than by filling dozens of values in the line Points tab.

Best,
Darien

Hello @Darien.Brito
I added the RFE to our backlog. We’ll discuss with the team to see when we could add this feature. In the meantime, it’s possible to use a combination of DAT to POPs, Primitive POP and Divide POP to create a Bezier curve from a DAT.

BezierLineFromDat.toe (4.1 KB)

2 Likes

Awesome, thanks for the example!

Here is another example with more tricks. multiple line strips and specifying interpolation type per-segment.

BezierLineFromDatToLineDividePOP.5.toe (4.5 KB)

2 Likes

Thanks Greg!