Exemple #1
0
 def getConstructionHistory(self):
     return cmds.constructionHistory(q=True, tgl=True)
Exemple #2
0
 def getConstructionHistory(self):
     return cmds.constructionHistory(q=True, tgl=True)
Exemple #3
0
 def setConstructionHistory(self, state):
     cmds.constructionHistory(tgl=state)
Exemple #4
0
 def setConstructionHistory(self, state):
     cmds.constructionHistory(tgl=state)