Go to file
Jack 22b6c1e598 Updated README 2024-09-18 11:00:16 -04:00
ui Save to file off by default 2024-09-16 19:28:13 -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 Updated README 2024-09-18 11:00:16 -04:00
tinyblast.py Save settings between Tinyblast Options sessions 2024-09-16 22:53:55 -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

Currently, there is no menu button to open Tinyblast. You will need to run the following command in Maya's script editor:

import maya.cmds as cmds
cmds.tinyblastOptions()

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.