admin管理员组文章数量:1131255
So maya has a convenient command for selecting the currently selected edge's loop (select > convert selection > to edge loop) but there is not the equivalent for faces.
I know you can do shift + double click, but this is very cumbersome for me, especially when I have to select multiple face loops that are none adjacent, often I make a mistake and have start from the top. What I would like to do is:
- select individual faces
- execute a command that select each faces loop (select > convert selection > to edge loop)
I thought of writing a simple macro in AutoHotkey (a external scripting language) that would:
- convert all the selected edges to faces (select > convert selection > to edges)
- select all their edge loops (select > convert selection > to edge loop)
- convert the edge loops back to faces (select > convert selection > to faces)
but when you convert a face selection to edges (select > convert selection > to edges) it will always select the faces border (its 4 edges), and so select > convert selection > to edge loop, does will give me an edge lop on both directions (both horizontally and vertically)
I am thinking there is a much better way to do things here, is there a mell/python command for selecting a faces loop? I tried chatGPT and it gave me code that were using two none existent commands.
本文标签: mayamelpython solution for selecting face loopsStack Overflow
版权声明:本文标题:maya - melpython solution for selecting face loops? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736760643a1951526.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论