Hello everyone, it’s my first post
I need some help. As you can see, i have a problem with my script. When i run it i have a failure message (bottom left hand corner). It seems it’s about the line 45 but i’m still a begginer in python and Blender.
Normally, i should have 3 torus and 50 geodesics for all torus. But I only have one of each.
If i disable the line 45, i have 3 torus but obviously without geodesics.
What I think is that boy.ops.mesh.primitive_xyz_surface() is not a Blender Python command. Why don’t you just add a circle mesh …primitive_circle_add()?