maya, python, naming obj by material's name

前端 未结 0 596
别那么骄傲
别那么骄傲 2021-01-13 21:27

i want to name my objects in scene with name of theirs materials if i try this, it works fine:

import maya.cmds as cmds
allMat = cmds.ls(mat=True)
for mat in          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题