Saturday, August 4, 2012

마야의 환경변수 얻어내기

Setting and getting environment variables within Maya
환경변수는 getenv 로 얻어내면 된다.
환경변수는 putenv 로 넣어줄 수 있다.

MAYA_PLUG_IN_PATH 는 Plug-in Manager 를 열면 알 수 있다.
(메뉴 > Window > Settings / Preferences > Plug-in Manager)

인용 : The Plug-in Manager uses the MAYA_PLUG_IN_PATH environment variable to locate available plug-ins to load. (마야 Help > Developer Resources > API Guide > Maya API introduction > Loading a Plug-in)

출처 : User Guide > Environment Variables > Setting and getting environment variables within Maya
키워드 : MAYA_SCRIPT_PATH, MAYA_PLUG_IN_PATH, MAYA_APP_DIR, MAYA_SHELF_PATH
참고링크 : Maya.env 의 위치

No comments:

Post a Comment