0

I am working with an imported set of straight lines that came from a shapefile. I want to convert all the lines(except surface) to tubes at once.

I find trans one line to one cube. When I select all the object and execute the opration,only one line be converted.

I know the python Scripting can help,but the code may be difficulty. I want to use the blender software to do it.

data can not execute opration in multiple line

wtyork
  • 13
  • 3

1 Answers1

0

you can do it by

  1. select all your objects

  2. choose object -> convert to curve

you can see if an object is converted to curve in the outline. It has this symbol in front: enter image description here

  1. Now select all curve objects (don't select other objects)

  2. click here: enter image description here

ALT-Click in Depth:

enter image description here

enter value (or drag with mouse)

enter image description here

Chris
  • 59,454
  • 6
  • 30
  • 84