Skip to content

Commit f2d6911

Browse files
committed
Add pyblish-bumpybox and alembic exporter to PYTHONPATH.
1 parent 35fe3f6 commit f2d6911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

environment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ def download_file(url, path):
7272
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "studio-library"),
7373
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "maya-capture"),
7474
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "maya-capture-gui"),
75+
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "maya-alembic-export"),
7576
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "ftrack-hooks"),
7677
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "filelink"),
78+
os.path.join(os.environ["CONDA_GIT_REPOSITORY"], "pyblish-bumpybox"),
7779
os.path.join(os.path.dirname(__file__), "environment", "PYTHONPATH"),
7880
]
7981

0 commit comments

Comments
 (0)