What quick way of selecting all curves made from project line to a mesh?

Hi,
In V8 , making a projected line to mesh a degree2 makes it look like it does in V5, a thin line, WITHOUT hundreds of ants of the same colour going along it, (paused)
thanks Gijs.
however having to select every line using ctrl shift click, and then selecting the option that shows I have the line and not a segement of it, (thanks Wim) is going to take ages. there are small ones long ones, ones on layers turned off and so on. not a problem in V5 as they looked ok.

so how can I select them all and then make degree2 ? quickly ?

(issue to be solved I hope.)

Cheers

Steve

Maybe any of these

SelCrv

Sellayer

SelColor

SelSmall

will help you?

Hi,
I have loads of drawn curves, as well.

in fact the project is winging its way to Mcneel via pcloud.
message suffix Steve1

needs a sort out, as I changed direction a few times.

I try and keep sections to layers with such in the name.

so perhaps seek out those layers and select objects, but if I have drawn curves deg3 on them as well I dont want to spoil those.

Steve

@Steve1 I made this pythonscript that converts lines / polylines / polycurves to minimum degree 2:

hope this helps as a (hopefully temporary) workaround.

convert_curves_to_degree2plus.py (1.2 KB)

See also this page on how to use the python script.