Home Technical Talk
The BRAWL² Tournament Challenge has been announced!

It starts May 12, and ends Sept 12. Let's see what you got!

https://polycount.com/discussion/237047/the-brawl²-tournament

[Maya]Proper Bridge Tool

polycounter lvl 17
Offline / Send Message
onionhead_o polycounter lvl 17
[update]
the "Warning: History will be on for the command since a selected item has history." has been fixed.

been playing around with some basic Mel-scripting and came up with a script that does Edge bridging properly without open edges.

and I would like to share it with Maya Users. Should work with any number of edges selected. Please feel free to post any bugs here.
polyBridgeEdge -ch 1 -divisions 0 -twist 0 -taper 1 -curveType 0 -smoothingAngle 30;
polySelectConstraint -pp 1;
polySewEdge -ch 1 -t 0 -tx 1 -ws 1 ;
delete -ch;
select -clear;

Just paste this into Script editor and drag to the shelf. Or just simply highlight this code and drag it right onto your shelf.

Replies

Sign In or Register to comment.