-
Notifications
You must be signed in to change notification settings - Fork 37
Quick Start
00 - Introduction
01 - Quick Start
02 - Add Plugin
03 - New Project
04 - Development Introduction
05 - Development Configuration
Video: Open Source Pipeline Talk
DESKTOP APP
-
Python 3
CHECK if installed correctly: Open console, type "python" and execute -
PySide
(needed for arDesktop)
INCLUDED (lib/extern)
- Download Plex to your pipeline path
- Download ZIP
or -
git clone https://github.com/alexanderrichtertd/plex.git plex
(using the console with git installed)
-
Copy the project template folder to your project path
-
Set your configurations:
Set software versions, paths and the main project path.
- data/project/default/project.yml (name, path, resolution, ...)
- data/project/default/ddc/maya.yml (software version ...)
execute software: exe/windows/maya.bat (Maya | Nuke | Houdini | arDesktop)
Tip: Add arDesktop to your OS startup and create shortcuts of the software executable.
project template: plex/project
- COPY and rename this folder to your project directory
- ADD this path to data/project/default/project.yml path
"Windows cannot find 'pythonw'" or Maya/Nuke/... doesn't start.
Make sure that Python is installed correctly.
"Add python.exe to Path" has to be checked during the installation.
Alternative: Add "C:\Python27;" to System Properties/Environment Variables/System Variables/Path
Your path "is not recognized as an internal or external command ..."
The issue is with having spaces in your path (e.g. "C:\Google Drive\Plex").
Usually quotes ("path") around the path solve this issue. Seems sometimes not be the case. The easiest solution is to move Plex to a location without spaces ... I know it is silly. Will add other solutions when I found them.
scripts
scripts/plugins
- arUtil
- arDesktop
- arSave/arLoad
- arNotice
- arConfig
in development
- arSmartLoader
- arQualityChecker