maya cmds pymel 选择 uv area(uv 面积) 为0 的面
Posted ibingshan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maya cmds pymel 选择 uv area(uv 面积) 为0 的面相关的知识,希望对你有一定的参考价值。
maya cmds pymel 选择 uv area(uv 面积) 为0 的面
cmds.selectType( pf=True )
cmds.polySelectConstraint( m=3, t=8, ta=True, tab=(0, 0.000010) ) # to get face with texture area between 0-0.000010
cmds.polySelectConstraint( m = 0, ta = False) # turn off the 2D area constraint
cmds.polySelectConstraint() 是很强大的命令,官方帮助文档有很多它的使用例子,需要注意的是一些模式开启后,记得在最后关闭
以上是关于maya cmds pymel 选择 uv area(uv 面积) 为0 的面的主要内容,如果未能解决你的问题,请参考以下文章
Python For Maya_Artist Friendly Programming 学习笔记(第一章)