Extensions
  • Home
  • Add-ons
  • Themes
  • Approval Queue
  • About
  • Upload Extension
  • Sign in
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    DEVELOPMENT

    • Developers Blog

      Latest development updates, by Blender developers.

    • Documentation

      Guidelines, release notes and development docs.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

All Add-ons

Add-on Multiple Camera Render
Multiple Camera Render

Sequential rendering from multiple cameras.
Add-on by ivan-perevala
About What's New Permissions Reviews Version History

Version History

4.3.0 Blender 4.2  and newer
  • 120.9 KB
  • 176
  • June 17th, 2025

Changelog

Multiple Camera Render 4.3.0 Release Notes

  • Created documentation on ReadTheDocs platform. It should provide more clear information about how to use the addon, how to submit issues and about libraries used by this project. Project metadata also has been updated to display documentation as a website.

  • Fixed conflicting situations with other add-ons that are using bpy.app.handlers. Now there is proper information about which addons and python modules may cause issues in user preferences:

    Conflicting Add-ons

    For convenience also added button which would inform users about that. It would open user preferences so user can decide what to do:

    Conflict Warning

    If this warning ignored, Multiple Camera Render would temporarily remove third-party addon functions from handlers and bring them back when finishes its job. This may lead to unexpected behavior of other extensions, but only for execution time of Multiple Camera Render operators.

    This is covered by tests as well, because as you can see from issue report this situations may lead to wasting too much of render time (almost 14 hours in issue report).

  • Minor fixes for scene properties:

    • None of them are supposed to be animated as far as they are evaluated only at initialization of multiple camera rendering, so that fixed now.
    • Added missing description for Cameras Usage property.
Compatibility
Blender 4.2  and newer
Downloads
176
Size
120.9 KB
Permissions
This version requests the following:
  • Files Writing execution log files inside extension directory
License
GNU General Public License v3.0 or later
Status
Approved
v4.3.0 120.9 KB
4.2.1 Blender 4.2  and newer
  • 117.2 KB
  • 500
  • May 25th, 2025

Changelog

Multiple Camera Render 4.2.1 Release Notes

  • Updated libraries due to requirements of Blender Extensions Platform:

    • bhqmain - Initialization framework for Blender extensions.

    • bhqrprt - Python package designed to streamline the process of logging for Blender extension development.

    • bhqui - UI components for Blender extensions.

      All of them are available on PyPI now, and are license-compatible with the Blender Extensions Platform requirements.

  • Added spell check automation workflow using codespell. Fixed spells.

  • Updated tests. For CI/CD platforms, added --background-only option. This would skip all tests which are not in background mode. Also test dataset was updated to Cycles, as far as it does not require display to be run on.

  • Added GitHub actions to automate tests as much as possible. Basically, tests which do not require UI would be run for each new commit.

Compatibility
Blender 4.2  and newer
Downloads
500
Size
117.2 KB
Permissions
This version requests the following:
  • Files Writing execution log files inside extension directory
License
GNU General Public License v3.0 or later
Status
Approved
v4.2.1 117.2 KB
4.2.0 Blender 4.2  and newer
  • 101.8 KB
  • 12
  • May 22nd, 2025

Changelog

Multiple Camera Render 4.2.0 Release Notes

This is the initial release for the Blender 4.2+ series. The addon has had previous releases, so these are the release notes for those who are already familiar with it:

  • Compatibility with Blender 4.2+ series extensions (see: Blender Manual Page)

  • Complete rewrite of addon internal logic. Previous versions used manipulations with frame ranges, which worked just fine for static scenes but was not suitable for any animations. This update works just how it supposed to be:

    • For sequential rendering current frame would be rendered multiple times from different cameras.
    • Animations would be rendered in existing frame range multiple times, also from multiple cameras sequentionally.

    This was done in a bit more complicated way - by combination of application handlers and modal operator. Also implemented Clockwise iterator algorithm which uses numpy array instead of list for faster camera sequence iteration.

    Those changes should not change existing workflows, but opens a lot of new ways of using the addon.

  • Preview Mode

    Now there is a possibility to see what the addon would actually do, without rendering, both for sequential image rendering and animation.

    The addon would not interrupt user input, so you can navigate through the scene, and see output file path evaluation. If you need to stop preview, press Esc button or cancel animation playback.

  • Functional tests. A completely automated way to test Multiple Camera Render functionality on newer Blender versions. What is tested:

    • Render and animation from multiple cameras.
    • Preview of camera order, for animation as well.

    All tests are running for UI and background modes. To run them you need to create Python virtual environment with pytest installed and run pytest command from project root directory. Also make sure that Blender is available on system PATH and addon is installed.

    Tested Blender versions at this moment are: 4.5, 4.4, 4.3, 4.2

  • Background mode compatibility. Usefull for automation. This functionality might be used from command line:

    blender ring.blend --background --python-expr "import bpy; bpy.ops.mcr.render('INVOKE_DEFAULT', animation=True)"
    
  • User Interface updated.

    • All the functionality has been moved from ToolBar > Camera Render to Topbar > Render.
    • Added progress bar in right corner of status bar, indicating rendering progress.
    • Updated user preferences:
      • Added option for preview mode camera update time step.
      • Logging options (available Development Extras enabled).
Compatibility
Blender 4.2  and newer
Downloads
12
Size
101.8 KB
Permissions
This version requests the following:
  • Files Writing execution log files inside extension directory
License
GNU General Public License v3.0 or later
Status
Awaiting Review
v4.2.0 101.8 KB
  • About
  • Privacy Policy
  • Terms of Service
Download
  • Latest Blender
  • Blender LTS
  • Blender Benchmark
  • Previous Versions
  • Experimental Builds
  • Source Code
  • Release Notes
  • Requirements
Organization
  • People
  • Jobs
About
  • Blender Foundation
  • Blender Institute
  • Blender Studio
  • License
  • Logo & Trademark
  • Credits
  • Privacy Policy
Articles
  • News
  • Press Releases
  • User Stories
Get Involved
  • Dashboard
  • Development
  • Documentation
  • Education
Blender Studio
  • Films
  • Training
Support
  • Manual
  • Community
  • FAQ
Developers
  • Get Started
  • Projects
  • Docs
  • Blog
  • Forum
  • YouTube
  • Python API
Blender Conference
Follow Blender
Support Blender
  • Donate
  • One-time Donation
Artistic freedom starts with Blender The Free and Open Source 3D Creation Suite