Fence primitive

3 votes

A scripted plugin, developed from Jon Seagull's famous :-) Blinds.

Video URL: 
AttachmentSize
fence05.ms8.76 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Robertus's picture

Great!

Really good script. It should be cool if we can add some chamfers to edges.

lantlant's picture

although it is not my script,

although it is not my script, but a small update:)

....
        if matid == true do (
            for i in 1 to mesh.numfaces do
            (
                setfacematid mesh i mid[i]
            )
        )
    meshop.optimize mesh 4.0 1.0 0.1 0.0                 --small update :)
       )

    tool create
    (
        -- Need to declare ST as local
        local ST
        local my_euler = eulerangles 0 0 0
        local gdx
        local gdy

...

harumscarum's picture

thank you

great script with lots of ajustments! any chance to update it to create more than one fence segment?

lantlant's picture

Awesome script! :) thank you

Awesome script! :)
thank you very much!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.