python 取消隐藏玛雅人关节

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 取消隐藏玛雅人关节相关的知识,希望对你有一定的参考价值。

for node in pm.selected():
   if node.nodeType() in ["joint"]:
       if node.drawStyle.get() is 0:
           node.drawStyle.set(2)
       else:
           node.drawStyle.set(0)

以上是关于python 取消隐藏玛雅人关节的主要内容,如果未能解决你的问题,请参考以下文章

python 玛雅动画热键

python 画面外にふっとんだ玛雅のウィンドウを救出する

UI 窗口关闭时执行命令 |玛雅/蟒蛇

acwing 3385. 玛雅人的密码

九度OJ 1482:玛雅人的密码

清华机试-玛雅人的密码(广搜)