Skip to content

Commit

Permalink
Implement pyblish#7
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jan 17, 2017
1 parent d159f5c commit 71d07a2
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/maya.bat
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if Not exist %WORKDIR% (
mkdir %WORKDIR%\images
rem etc..

copy %PYBLISH%\etc\maya\workspace.mel %WORKDIR% >NUL
copy %PYBLISH_MINDBENDER%\res\workspace.mel %WORKDIR% >NUL
)

:: userSetup.py files
Expand Down
3 changes: 3 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Example

This directory represents a shared network location.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//Maya 2016 Project Definition

workspace -fr "shaders" "renderData/shaders";
workspace -fr "alembicCache" "cache/alembic";
workspace -fr "mayaAscii" "scenes";
workspace -fr "mayaBinary" "scenes";
workspace -fr "renderData" "renderData";
workspace -fr "fileCache" "cache/nCache";
workspace -fr "scene" "scenes";
workspace -fr "sourceImages" "sourceimages";
3 changes: 3 additions & 0 deletions res/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Resources

Native files for various applications, including thumbnails, icons and data files.
10 changes: 10 additions & 0 deletions res/workspace.mel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//Maya 2016 Project Definition

workspace -fr "shaders" "renderData/shaders";
workspace -fr "alembicCache" "cache/alembic";
workspace -fr "mayaAscii" "scenes";
workspace -fr "mayaBinary" "scenes";
workspace -fr "renderData" "renderData";
workspace -fr "fileCache" "cache/nCache";
workspace -fr "scene" "scenes";
workspace -fr "sourceImages" "sourceimages";

0 comments on commit 71d07a2

Please sign in to comment.