Skip to content

Instantly share code, notes, and snippets.

@teionn
Last active August 2, 2018 15:23
Show Gist options
  • Save teionn/20b419adc45a292d432f63d5233dd186 to your computer and use it in GitHub Desktop.
Save teionn/20b419adc45a292d432f63d5233dd186 to your computer and use it in GitHub Desktop.
import pymel.core as pm
import maya.mel
testWim=pm.window()
pm.columnLayout(adjustableColumn=True)
pm.button(l="align",c="maya.mel.eval('alignUV maxV;')")
pm.showWindow(testWim)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment