Editing weld.rb?
-
I never want to find faces while using weld. i just want to weld to edges. so i really don't need a dialog box to confirm what i want to do. is there any edit that i can make to the plugin. ? I dont know ruby hehe
-
Uncomment ( Add # to the beginning of the line ) the line that starts with
ents[-1].find_faces
...I've done this mod myself. Also some other that speeds up it's processing.
-
@thomthom said:
Uncomment ( Add # to the beginning of the line ) the line that starts with
ents[-1].find_faces
...I've done this mod myself. Also some other that speeds up it's processing.
wow!! and if i don't want the box when we activate the command that asks a question ?? what should i do?
-
Which box?
... "Close Curve"?
I'm no longer sure of the original state of Weld...
-
-
Comment these lines:
-
Thanks Thomas
Advertisement