-
v2.0.0-beta.1 Pre-Release
released this
2024-09-18 20:29:40 -04:00 | 3 commits to dev since this releaseTinyblast Plugin v2.0.0-beta.1 Release Notes
New Features:
-
Custom Playblast Options Window:
- The Playblast Options window has been replaced with a custom window that provides control over:
- File format selection (e.g.,
.mp4
,.avi
,.mkv
,.mov
,.webm
). - Codec selection based on the chosen container.
- A quality slider for adjusting the output quality.
- Resolution scalar to adjust resolution dynamically.
- Frame padding options to add leading zeros to frame numbers.
- File format selection (e.g.,
- The Playblast Options window has been replaced with a custom window that provides control over:
-
Tinyblast Shelf Button:
- Added a Tinyblast shelf in Maya with a button that opens the Tinyblast Options window for easier access.
Known Issues:
- .mov Format Limitations:
- The
.mov
container currently does not support DNxHD, DNxHR, or ProRes codecs. Please avoid using these codecs with.mov
until this issue is resolved.
- The
Usage:
- Tinyblast can now be easily accessed via the Tinyblast shelf button in Maya.
- Alternatively, if you prefer the script editor, you can manually open the Tinyblast Options window with the following command:
import maya.cmds as cmds cmds.tinyblastOptions()
Downloads
-