0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

python maya luncher

Posted at
lunch_maya2019.bat
set target_dir=%userprofile%\documents\maya\2019
if not exist %target_dir% mkdir %target_dir%%target_dir%\scripts\userSetup.py%USERPROFILE%\Documents\maya\2019\scripts\ /it
robocopy J:\s\tool\tools\pipeTool\tdAsset\pipeline\maya\setup  %target_dir%\scripts\ /it
robocopy J:\s\work\project_tools\shelves  %target_dir%\prefs\shelves\ /it
set MODULE_FOLDER=%userprofile%\documents\maya\2019\modules
if not exist %MODULE_FOLDER% (
    mkdir %MODULE_FOLDER%
)
robocopy J:\s\work\project_tools\modules\mod  %MODULE_FOLDER%\ /it
ueserSetup.py
mel.eval('loadPlugin pgYetiMaya;')
pgYetiMaya.mod
+ yeti any J:/s/work/project_tools/modules/yeti/3.5.0/deploy
PATH +:= bin;plug-ins
MTOA_EXTENSIONS_PATH +:= plug-ins
MTOA_PROCEDURAL_PATH +:= bin
ARNOLD_PLUGIN_PATH +:= bin
RFM_PLUGINS_PATH +:= bin
REDSHIFT_MAYAEXTENSIONSPATH +:= plug-ins
peregrinel_LICENSE=s@localhost
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?