Ornatrix alembic generation on deadline not working

 
 
 
Posted by:abahena
Data created:31 October 2018

hi,

Im trying to cache a simple hair with no simulation on deadline without success.

I get this errors with three different commands :

 

cm = 'OxAlembicExport -ft '+str(start)+' -tt '+str(end)+' -r 1 "'+filePath+'" "'+ox+'"'
print cm
mel.eval(cm)
2018-10-31 12:03:14: 0: STDOUT: Error: line 1: Cannot find procedure "OxAlembicExport".
2018-10-31 12:03:14: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2018-10-31 12:03:14: 0: STDOUT: Error: file: C:/Users/muster/AppData/Local/Thinkbox/Deadline10/slave/lobster-32/jobsData/5bd9fc3c2c10bb6650aa54b2/OXtoABC.mel line 1: RuntimeError: file \\abadal\Work\current\Lobster_\Production\MAYA\scripts\OXtoABC.py line 95: Error occurred during execution of MEL script
2018-10-31 12:03:14: 0: STDOUT: line 1: line 1: Cannot find procedure "OxAlembicExport".

 


cmds.file(filePath,typ="Ornatrix Alembic",force=True, options="renderVersion=1;useWorldCoordinates=1;fromTime="+str(start)+";toTime="+str(end)+";step=1;format=0;upDirection=2;exportVelocities=1;velocityIntervalCenter=0;velocityIntervalLength=0.5" ,pr=True, es=True )

2018-10-31 12:07:36: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2018-10-31 12:07:36: 0: STDOUT: Error: file: C:/Users/muster/AppData/Local/Thinkbox/Deadline10/slave/lobster-35/jobsData/5bd9fd422c10bb544c307cb9/OXtoABC.mel line 1: RuntimeError: file \\abadal\Work\current\Lobster_\Production\MAYA\scripts\OXtoABC.py line 92: Invalid file type specified: Ornatrix Alembic
2018-10-31 12:07:36: 0: STDOUT: mel: READY FOR INPUT


pm.mel.OxAlembicExport( filePath, ox,ft=start,tt=end, r=1)

2018-10-31 12:10:11: 0: WARNING: Strict error checking on, ignoring the following unrecognized error or warning. If it is fatal, please email support@thinkboxsoftware.com with the error message.
2018-10-31 12:10:11: 0: STDOUT: Error: file: C:/Users/muster/AppData/Local/Thinkbox/Deadline10/slave/lobster-04/jobsData/5bd9fdde2c10bb6d840edff3/OXtoABC.mel line 1: MelUnknownProcedureError: file C:\Program Files\Autodesk\Maya2018\Python\lib\site-packages\pymel\core\language.py line 985: Error during execution of MEL script: line 1: Cannot find procedure "OxAlembicExport".
2018-10-31 12:10:11: 0: STDOUT: mel: READY FOR INPUT

 

Hello,

Before executing "OxAlembicExport" command make sure that Ornatrix is loaded from the plugin manager. You can do it through a MEL or PyMEL script.

Marsel Khadiyev (Software Developer, EPHERE Inc.)