You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@joshdicarlo Playblasting in mayabatch (without a GUI) is very limited because as far as I am aware not all of its GUI & OpenGL capabilities are initialized. Can you confirm this issue does not occur with a call to cmds.playblast()?
Maya capture uses things like Maya's modelEditor commands to set e.g. visibilities or settings but I believe in Maya batch no actual model editors get initialized. But I might be wrong.
It would be great if you could set up a reproducable example that uses maya.cmds.playblast to confirm the issue is with Maya capture.
Sure, I'll let you know if I confirm that. There was a time when playblasting didn't work at all in batch, but saw some recent posts around about it now being functional.
When running maya in batch mode (mayapy.exe + maya.standalone), maya will only produce lit, smoothShaded, textured playblasts.
viewport_options - no matter how explicit, seem to be completely ignored in batch mode.
See issue 91 for some code snippets representing what I'm running in maya batch.
Simplified example of batch script (again haven't tested these trimmed versions, but they are stripped down directly from more featured versions):
And the code that would be used to trigger it:
The text was updated successfully, but these errors were encountered: