points file to line, line to point file
I'm looking for a script (or someone to create one for me) that reads a comma delimited csv file (X,Y,Z) and creates a multi-point line (close it at the last point). and another script to take a multi-point line and save it back into the same csv format.
syntax sample
1.2345, 2.3456, 3.4567
thanks...Tom
Comments
.
Spline primitives(Circle, Donut, Rectangle, etc.) are not supported when the splines' points are saved in a txt file.
This will convert the selected shape to editable spline(which you may not want to happen), so Circles, Rentangles, etc. are supported:
Tools and Scripts for Autodesk 3dsMax
scripts
works great but....
after the spline is brought in, it's not able to be manipulated. cant edit vertices or segments. this happens in both versions of the script.
after I save the file and re-open I get an "obsolete data format error". asks me to resave the file. It still opens it up and it is now editable.
I'm using 3DS max 2020 btw.
I changed the parameters to #corner and #line since I needed it unsmoothed.
Export works fine.
Thanks for this!
Tom B.
.
add
updateShape ss
after the close file command
.
Yep. I forgot about it. :)
Thank you. :)
Tools and Scripts for Autodesk 3dsMax
perfect...thx
perfect...thx
Tom B.
.
Can you provide a csv file?
Tools and Scripts for Autodesk 3dsMax
sure...
sure...
Tom B.