cpenv / tk-cpenv

Shotgun Toolkit Application that adds support for cpenv modules.
Other
20 stars 6 forks source link

Store module requirements in CustomProjectEntity #3

Closed danbradham closed 4 years ago

danbradham commented 4 years ago

Create a new CustomProjectEntity named Environment to store module requirements per engine.

Environment Fields:

project (Entity)
engine (Text) - Name of engine this Environment applies to
requires (Text) - Space separated list of requirements

Example:

project: {'id': <project_id>}
engine: 'tk-maya'
requirements: 'studio_maya-0.1.0 mtoa-4.0.3 studiolibrary-2.7.1'