What is a playblast?
A playblast is a fast, low-fidelity preview render of an animated 3D scene, generated straight from the DCC application's viewport rather than through a production renderer, and used primarily to review animation timing and staging at full frame rate. The term originated inside Autodesk Maya, where "Playblast" is the specific menu command that captures the active viewport to a movie file, and has spread across the industry as a generic label for any similar preview.
Playblasts exist because production rendering is slow. A path-traced frame can take minutes to hours; even a real-time engine render can require substantial staging. An animator reviewing a walk cycle does not need photoreal fidelity; they need to see the motion at the intended playback rate to judge whether the timing reads correctly. Playblasts trade shading fidelity for frame rate. The result looks flat and untextured, or matches whatever the viewport happens to be displaying, but plays back at the target 24, 30, or 60 frames per second so an animator can judge the performance.
The term appears throughout modern pipelines in more or less the same role even in tools that don't call the feature "playblast." Blender calls it "OpenGL render," 3ds Max calls it "viewport preview," MotionBuilder calls it "grab viewport." All refer to the same idea: capture the viewport, faster than a real render, good enough to judge motion.
How a playblast is made
The process is short and predictable.
Configure the viewport. The animator sets the viewport to the display mode that best reveals what they need to review, whether that is a wireframe for silhouette work, a flat-shaded look for gesture, a smoothed skinning preview for deformation, or a lit rough render for staging.
Set frame range and rate. The playblast captures the scene's timeline at the target playback frame rate. The animator can capture the full shot or a subset.
Capture the viewport. Maya (or the equivalent DCC) writes each frame of the viewport to disk, usually as a movie file or an image sequence. Modern GPUs make this fast enough to run in near real time.
Review. The output plays back in the animator's review software (RV, DJV, Nuke's Frame Cycler, or a browser-based dailies tool). Notes are captured and taken back into the scene for the next iteration.
What playblasts are used for
The role of playblasts is narrower and better-defined than a full render.
Animation review. The primary use case: an animator confirms that their block-out or polished animation reads at speed. Timing that looked right during scrubbing sometimes fails at 24 fps.
Dailies. Playblasts of in-progress shots are shown at dailies review to keep supervisors and directors in the loop before final renders are available.
Communication with non-technical stakeholders. A playblast is much cheaper to produce than a rendered version, which lets a lead share progress or ask for feedback without burning render farm time.
Reference for downstream departments. FX, cloth, and simulation departments can use animation playblasts to plan work before final animation is locked.
Playblast versus real render
The distinction is essentially between what the viewport can show and what a production renderer will produce.
| Aspect | Playblast | Production render |
|---|
| Fidelity | Viewport preview; often unlit or basic shading | Photoreal, matching final |
| Speed | Near real time | Minutes to hours per frame |
| Cost | Negligible | Render farm time |
| Purpose | Animation review, dailies, communication | Delivered pixels |
A well-run production uses playblasts throughout the animation process and reserves full renders for lighting, look-development, and finaling.
See also
Skeletal animation — The animation content type playblasts most often review.
Previs — Related discipline that produces its own low-fidelity previews.
VFX — Downstream discipline that consumes playblast reference from animation.
Real-time rendering — Underlying technique that makes playblast capture fast.
3D production visualization — Broader family of preview and review practices in production.
FBX — Interchange format that carries the animation data being previewed.
Additional resources