[CMDS][MTOA] Unable to render texture on farm through cmds.arnoldRenderToTexture
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm currently trying to bake texture on farm using the command cmds.arnoldRenderToTexture
My script do work perfectly in an interractive Maya Session, and seems to execture if i run it through mayaPy, as it prints outputs, and actually create according files for new baked textures, however the files are empty (not even an alpha), when the same command in interractive session does have actually color alpha etc.
I ve tried to check the mtoa.so plugin was loaded, I also tried to force an evalution post MayaInitialized Callback through openMaya.
I've also tested to use the same script through maya executable in -batch and normal mode, by specifying a -script argument pointing to a mel script executing the python export. And there is still nothing.
Am I missing something there? like a plugin to initialize, or to force startup of some mtoa module.?
Thanks in advance for your help, have a nice day!