Esempio n. 1
0
def show():
    delinearWeights = DelinearWeightsWidget(ui.mayaWindow())
    delinearWeights.show()
Esempio n. 2
0
def show():
    tweakVertexWeights = TweakVertexWeightsWidget(ui.mayaWindow())
    tweakVertexWeights.show()
Esempio n. 3
0
def show():
    softSelectionToWeights = SoftSelectionToWeightsWidget(ui.mayaWindow())
    softSelectionToWeights.show()