Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

plugin_feature

justinonstine edited this page Jul 16, 2015 · 1 revision

Plugin support

You may now upload custom plugins for Maya and/or other software that may be required for jobs to run correctly. This has been exposed via the config.yml file in your client area. You can specify the files like so:

config.yml:

upload_files:  
   -  /home/user/plugins/MyMayaPlugin.so  
   -  /usr/autodesk/maya2014/vray/neat_plugin.so

Just before your job starts, these files will be copied to an identical location on the cloud instance. The idea is, if it works on your machine it should work on ours!

Clone this wiki locally