Export Points from object into txt file

 From:  pior (PIOR_O)
9071.33 In reply to 9071.32 
Hello ! Absolutely, here is more context :

https://www.youtube.com/watch?v=4Mtun8PgbfQ

On this example I am working with a bunch of curve objects (a total of 10) that will be exported to points data using SavePointFile as per the topic of this thread. It is a trivial thing to do when dealing with only a single curve object, but the selection process becomes quite tedious when working with multiple - as one often ends up selecting full curves, which in turn leads to a selection buffer than does not get converted to standalone points. You'll see me fight against that in the clip.

So from there I was wondering if there was any way to automate this conversion process - that is to say, running some sort of "extract points" command, operating on multiple objects at once.

(CurveArray can be a good workaround at times but in my case here it is not practical as the curve objects are already optimized and are crafted with as few points as possible).

I hope this makes more sense !