Tools
usdtweak includes several utility tools accessible from the menu bar and dedicated panels.
Storm Playblast
The playblast tool renders an image sequence of your stage using the Hydra Storm renderer. Access it from Tools > Storm playblast.
Configuration
The playblast dialog provides the following options:
- Stage camera -- Select which camera to render from. Only stage cameras (UsdGeomCamera prims defined in your stage) are available.
- Output directory -- The directory where rendered frames will be saved.
- Filename prefix -- The base filename for the image sequence.
- Sequence mode -- Render a range of frames or a single frame.
- Start / End -- The frame range to render (when in sequence mode).
- Width -- The output image width in pixels. Height is determined by the camera's aspect ratio.
Usage
- Open a stage with at least one camera prim.
- Go to Tools > Storm playblast.
- Configure the output settings.
- Click OK to start rendering.
The playblast renders frames using UsdAppUtilsFrameRecorder, which creates a headless Storm render for each frame.
Limitations
The current playblast implementation has some limitations:
- Only stage cameras can be used (not the viewport's internal perspective camera).
- Renderer options (like material loading) cannot be customized from the dialog.
- There is no progress bar during rendering.
Launcher Bar
The Launcher Bar lets you create custom shortcuts to external tools. Enable it from Windows > Launcher bar.
Adding launchers
- Go to Edit > Preferences.
- In the launcher section, add a new entry with:
- Name -- The label that appears on the button in the Launcher Bar.
- Command line -- The command to execute when the button is clicked.
- Close preferences. The new launcher appears in the Launcher Bar.
Removing launchers
Open Edit > Preferences and remove the launcher entry you no longer need.