Hello.
what my current problem(s) is all due to lists I generate in python. if I divide for instance inside python a curve into equal segments I get ( lets say ) 20 points, this is not only happening with me in this list, all lists I generate inside python and then I try to transform or adjust in any way, are not considered an object.
in the script attached, all is fine, until line 23.when I use the list I created ( OLIST in this example ) as the object, the error occurs.
how can I apply functions on lists that are not fed into my command, but generated in Python???