Go to file
Jack cb143e7981 Add shelf and button to open Tinyblast Options window and update README 2024-09-18 11:17:23 -04:00
ui Add shelf and button to open Tinyblast Options window and update README 2024-09-18 11:17:23 -04:00
.gitignore Remove ffmpeg from repo 2024-09-18 10:33:00 -04:00
LICENSE Grab README and LICENSE from main branch 2024-09-18 10:04:54 -04:00
README.md Add shelf and button to open Tinyblast Options window and update README 2024-09-18 11:17:23 -04:00
tinyblast.py Add shelf and button to open Tinyblast Options window and update README 2024-09-18 11:17:23 -04:00

README.md

Tinyblast Plugin v2.0.0-beta

Tinyblast is a custom playblast tool for Maya, designed to offer more flexible control over the output format, codec, and playblast settings than the default Maya playblast options.

New in v2.0.0-beta

  • Removed the button from the Playblast Options window.
  • Created a new custom window that contains options to choose the file format and codec.
  • Added playblast options such as:
    • Quality slider
    • Resolution scalar
    • Frame padding

Known Limitations

  • Windows Only: This release is optimized for Mayas .avi file output on Windows. Future versions may extend support to other platforms and formats.
  • Uncompressed AVI Temporary File: Tinyblast relies on Mayas built-in playblast function, which still generates an uncompressed .avi file before converting it to the other format. This .avi file is temporary and will be deleted by Maya after a few minutes.

Known Issues

  • The .mov format currently does not work with the DNxHD, DNxHR, or ProRes codecs.

Installation

  1. Download and install Tinyblast.
  2. Load the Plugin in Maya:
    • Navigate to Windows > Settings/Preferences > Plug-in Manager.
    • If Tinyblast.py is not listed, click Browse and locate the Tinyblast.py file.
    • Check the Loaded box to enable the plugin.
    • (Optional) Check Auto-load to automatically load the plugin every time Maya starts.
  3. Access the Playblast Options window in Maya.

How to Use

The plugin creates a custom shelf called Tinyblast in Maya with a button that opens the Tinyblast Options window where you can choose settings and create a playblast. Use Tinyblast as you would the regular Maya playblast.

Future Plans

  • Further improvements to format and codec compatibility.
  • Adding more formats and codecs if needed.
  • Refining the UI for easier access and use.

Requirements

  • Maya (tested on Maya 2025, but should work with any version that supports the same OpenMaya plugin version).
  • FFmpeg bundled with the plugin.