Hi all,
I’m a Blender newbie and I need help getting started to create a simple script for a scientific display…
I need to create many thin lines (or tubes) that start and end as specific coordinates, and have a specific color. I have the start coordinates (x1,y1,z1) and stop coordinates (x2,y2,z2) for each line, as well as each line’s designated color (r,g,b) stored in a text file. So essentially, I need a simple script to call up these values, and generate the lines (tubes).
Something like the following…
Line (x1,y1,z1; x2,y2,z2; color r,g,b)
The problem is, I have no Python experience, so specific code would be appreciated. Thanks!
Dave