cpenv / tk-cpenv

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

Allow version-less modules in environments #27

Open fabiangeisler opened 1 year ago

fabiangeisler commented 1 year ago

It would be nice to keep some modules always at the "latest" version. For example the Maya scanner plugin which scans Maya scenes for malware content. At the moment I would need to update this module for all environments individually.

Proposed changes

Adding an extra entry to each module drop down called "latest", which in turn would save the module as version-less in the environment .

Notes

Removing the version from a module in an environment requires string, already resolved to the latest version in the GUI. But saving the environment adds the version again.

danbradham commented 1 year ago

Yeah this would be a great feature to have. Agree with your proposed change entirely.

RicardoMusch commented 1 year ago

Yes would be grand, I modify the env manually to to add modules that I might not have yet published. UI Support would be good :)