Hey everyone,
I try to fill a variable with the index of an edge of a mesh.
This is the part where the error appears:
for ed in edges:
if something happens:
Edgeindex = ed.index()
Type Error: ‘int’ object is not callable
I’m not yet that familiar with Python and the Blender API to really understand what this means. I tried a lot of things but it was always the error.
Thanks
Theo
