Hi,
Our studio just purchased Qube. I have some experience on writing python scripts to create tools for houdini, maya... but never did something like this before. So I want to know if I can achieve this:
1. I want use Qube to manage maya to export point cloud files.
we are a houdini based studio, but for some reason we have to do a project's animation in maya. So we want to export pc seqs from maya and rebuild the animatied models in houdini and render. I wroted a small python script to store point info in .obj files, basicly it open up the maya scene file using maya.standalone module, then get all objects and write out point infos to a .obj file per frame.
So now I want to know is their a easy way for me to make qube manage this process for me? Do I need to implement a new job type or can I just use some simplecmd?
I hope someone can give me some suggestions, rough plan would be even better, cause I dont have a clue for now, thanks!