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