Skip to content

Instantly share code, notes, and snippets.

@yamadaaaaaaa
Created January 18, 2022 07:21
Show Gist options
  • Select an option

  • Save yamadaaaaaaa/7ed14ba73aa4fd9b1883e981541e7639 to your computer and use it in GitHub Desktop.

Select an option

Save yamadaaaaaaa/7ed14ba73aa4fd9b1883e981541e7639 to your computer and use it in GitHub Desktop.
maya_tips_filePathEditor.py
import maya.cmds as cmds
import maya.mel as mel
# window open
mel.eval('filePathEditorWin;')
# window close
cmds.deleteUI('FilePathEditor')
cmds.filePathEditor(~~~)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment