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