显示GMH模型
显示GMH模型

import maya.cmds as mc

modList = mc.ls(sl=1)

modShapeList = mc.listRelatives(modList,f=1,shapes=1)

for i in modShapeList:
    
    mc.setAttr("%s.overrideShading"%i,1)
    
    #mc.setAttr("%s.overrideColor"%i,0)

相关文章:

  • 2021-10-05
  • 2021-07-21
  • 2021-08-25
  • 2021-10-18
  • 2021-12-14
  • 2022-01-08
  • 2021-04-16
猜你喜欢
  • 2022-12-23
  • 2021-11-25
  • 2021-05-02
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
相关资源
相似解决方案