Closing python generated splines

On 23/01/2016 at 13:13, xxxxxxxx wrote:

I've created a spline with the python generator but there doesn't seem to be a way to close it. Is this possible with the generator?

On 24/01/2016 at 03:00, xxxxxxxx wrote:

I guess you can use Spline[c4d.SPLINEOBJECT_CLOSED].

-Pim

On 24/01/2016 at 09:34, xxxxxxxx wrote:

Yes! It worked. Many thanks, Pim!!