Title: | OxAlembicExport - mel export issues |
Category: | Crash/Critical |
Status: | Open |
Posted By: | andyw ( Andrew Wilkoff ) |
Date Created: | 28 September 2018 |
Title: | OxAlembicExport - mel export issues |
Category: | Crash/Critical |
Status: | Open |
Posted By: | andyw ( Andrew Wilkoff ) |
Date Created: | 28 September 2018 |
Description: |
I am trying to automate the export of our fur to ornatrix abc so we can use them with Vray Proxy objects. I am constructing the command based off of the documentation (a few different ways, both in py and mel) mel option 1 OxAlembicExport("\\disks\TMP\TMP_0000\img\anim.odd\ornatrix\test.abc","-ft", 1001, "-tt", 1002, "-s", 1, "-r",{"FurBallShape1"}); get this error
mel option 2 OxAlembicExport "\\disks\TMP\TMP_0000\img\anim.odd\ornatrix\test.abc" -ft 1001 -tt 1002 -s 1 -r {"FurBallShape1"}; get the same error
python (since its a command) maya.cmds.OxAlembicExport('\\disks\TMP\TMP_0000\img\anim.odd\ornatrix\test.abc',furShapes, ft= 1001, tt=1002, s=1, r=True) python error Am i doing something wrong? |
Steps to Reproduce: |