You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help users with pre-existing profiles (or projects) to get going with Allzpark.
Motivation
Allzpark requires that each profile is a Rez package. If you've already got profiles setup in some other way, like through ftrack or Shotgun, there should be some way of converting these into Rez packages, such that you can start adding requirements and environment variables to them.
Implementation
A simple command-line operation should do the trick.
allzpark --import https://mystudio.ftrack.com/some_project
# some_project/package.py created
Alternatively, or additionally, some visual means of doing this via the GUI.
The text was updated successfully, but these errors were encountered:
Goal
Help users with pre-existing profiles (or projects) to get going with Allzpark.
Motivation
Allzpark requires that each profile is a Rez package. If you've already got profiles setup in some other way, like through ftrack or Shotgun, there should be some way of converting these into Rez packages, such that you can start adding requirements and environment variables to them.
Implementation
A simple command-line operation should do the trick.
allzpark --import https://mystudio.ftrack.com/some_project # some_project/package.py created
Alternatively, or additionally, some visual means of doing this via the GUI.
The text was updated successfully, but these errors were encountered: