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
To ensure the user has the freedom to chose if the filenames contain a frame number or not we will need to remove the default behavior of the capture single frame. It should only write frame numbers when the user enables the Raw frame numbers checkbox
Current result : filename.####.extension
Proposed : filename.extension
We can enable a frame number token for the filename to ensure the user can specify the frame number the wanted fashion, for example: filename_.extension
The text was updated successfully, but these errors were encountered:
This might be more complicated then you think. The only way to avoid maya writing a frame number is by using complete_filename. The downside of that is that we also need to explicitly provide the file's name with the extension, which depends on the format/compression used.
Could you elaborate on how you were thinking of implementing this feature?
It should only write frame numbers when the user enables the Raw frame numbers checkbox
This sounds wrong. Because what if you wanted the non-raw frame numbers?
We can enable a frame number token for the filename to ensure the user can specify the frame number the wanted fashion, for example: filename_.extension
This is interesting, but this does mean we need to call playblast in such a way where we can explicitly name each individual file. As far as I could tell there's no way to do so?
I have come to the same conclusion as you have after trying to write explicitly a filename.
No way to let Maya write out a file name without the frame number
Writing out frame numbers without raw frame number should still be available for the user
This is interesting, but this does mean we need to call playblast in such a way where we can explicitly name each individual file. As far as I could tell there's no way to do so?
One option might be to add a checkbox to force explicit filenames when using image formats, we already have the extensions from the compression list.
To ensure the user has the freedom to chose if the filenames contain a frame number or not we will need to remove the default behavior of the capture single frame. It should only write frame numbers when the user enables the Raw frame numbers checkbox
Current result : filename.####.extension
Proposed : filename.extension
We can enable a frame number token for the filename to ensure the user can specify the frame number the wanted fashion, for example: filename_.extension
The text was updated successfully, but these errors were encountered: