2016년 1월 10일 일요일

osx 안에 script 폴더 경로 알아보기.

import maya.cmds as cmds

path = cmds.internalVar(usd=1)

print path



// 폴더로 이동... 단축키 command + shift + g
// 참고로 마야 단축키가 작동 안 할때 먼저 확인해 볼 것은 한글인지 영문인지 볼것.
// 한글이면 기본적인 단축키가 작동하지 않음. (copy, paste)

라벨: ,

2015년 11월 10일 화요일

마야 멀티?

스크립트 편집기로 간단하게 만들어봄
터미널도 같이 복제됨. 맥라이프 귀찮.

tell application "Terminal"
do script "open -n /Applications/Autodesk/maya2014/Maya.app"

end tell


라벨: ,