I'm currently to write a script which can arbitrarily create mesh from Bezier curve.
I used bpy.context.object.data.splines.active.bezier_pointsfor finding spline points but their is no rotation variable. Then I find this post and used tilt value but nothing change. I even changed tilt interpolation.
EDIT: I manually draw a curves with rotation and found in the python console all bezier points tilted rotation is zero.
Can anyone help? Thanks.
Now I have to try using matrix.
– dip deb Jul 11 '21 at 04:45