Draw softened lines?
-
Is there a plugin that draws softened lines? I'm testing a tool that requires some stitching and just want to speed up workflow. [sic : lazy bastard]
-
Not that I know of... BUT you could easily recast the example
linetool.rb, asslinetool.rb.
Remembering to call theclass'SLineTool' instead of 'LineTool' wherever it occurs in the code, and redo the creation part thus...def create_geometry(p1, p2, view) line=view.model.entities.add_line(p1,p2) line.soft=true line.smooth=true end
-
I did that and placed slinetool.rb in the plugins folders. Typed load 'slinetool.rb' into ruby console once SU started. It worked but there was vanishing lines when picking points. I think the cursor was white?
When I activated another tool I couldn't reactivate slinetool? Even ruby console said true after tying load command?
It was nice while it lasted

-
PM me your ballsed up code and I try to fix it...
Advertisement