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
The maya.cmds.playblast saving behavior does not seem very reliable. For example I'd assume in the following code to have the second one failing because the file already exists, but it does not error out.
Problem
The
maya.cmds.playblast
saving behavior does not seem very reliable. For example I'd assume in the following code to have the second one failing because the file already exists, but it does not error out.Though only this one actually works:
Now the second fails. The problem there is that we don't know upfront what the resulting file extension will be, also see: #51.
These problems are just as much present in
capture
at the moment.Any ideas?
The text was updated successfully, but these errors were encountered: