This plugin enhances Blender's native playblast, providing convenient features that allow one-click animation preview, temporary modification of video properties, and easy addition of custom information to videos.
Due to some limitations of the Blender Python API, this plugin requires FFmpeg to be installed on your computer for video processing and compositing.
If you are using Windows, we recommend using UniGetUI to quickly install FFmpeg.
3D Viewport ‣ N-panel ‣ Tool ‣ Anim Reviewer
Ensure there is an active camera in the scene, go to the Anim Reviewer panel and click "Run Anim Review" to start playblast.
If your overlay information needs line breaks, you can use \N to represent line breaks. Although you can't see the effect in the Viewport (Blender text drawing doesn't support line breaks), it will work in the actual video.
If you have additional video format or video metadata requirements, or other feature requests, feel free to submit Issues and Pull Requests!
This extension requests the following permission:
Save playblast videos in specified output folder
Very useful add-on to create quick playblast!! Renders and save perfectly the output file, but when it tries to launch an external player throws this error:
...utils.py", line 138, in play_video subprocess.Popen(cmd, shell=True, creationflags=subprocess.CREATE_NEW_CONSOLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'subprocess' has no attribute 'CREATE_NEW_CONSOLE'
Blender version 5.0.1
Thanks for your review.
You can upgrade to 1.0.1 to check if this problem has fixed.
AMAZING!!!!!