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