Hi,
I added a simple Bezier curve.
What I want is to print out in the console the Bezier control points which are accessible in Edit Mode.
I want to copy these values after it’s printed.
Example output:
Bezier curve positions:
1, X: -1.5, Y: -6.5, Z: 0
2, X: -1, Y: -6, Z: 0
etc.
Example Image:
I don’t know, if this is possible. I was only modelling. Can I get these values without programming in python?
I added a simple Bezier Curve. In my final project I would’ve over 200 control points.
Thanks for any help.
