Simple Blender add-on adding a resolution property to cameras. https://extensions.blender.org/add-ons/per-camera-resolution/
Go to file
Damien Picard 6e25b6da3a Fix #1: Camera view not updating in real time using custom preset
When applying a preset, force update of the camera object so its
resolution is updated in the viewport. Otherwise the update had to be
triggered by e. g. changing the selection.
2024-08-10 12:14:12 +02:00
presets/per_camera_resolution Add format presets, copy those from the Format properties 2024-05-09 21:48:50 +02:00
__init__.py Fix #1: Camera view not updating in real time using custom preset 2024-08-10 12:14:12 +02:00
blender_manifest.toml Fix #1: Camera view not updating in real time using custom preset 2024-08-10 12:14:12 +02:00
LICENSE.md Add license file 2024-05-09 16:41:26 +02:00
README.md Readme: add info about instability issues 2024-05-29 18:37:15 +02:00
translations.py Update translation 2024-06-05 00:10:40 +02:00

Per-Camera Resolution

Every camera should have its resolution!

Usage

Instead of having a globally-defined scene resolution, this add-on allows you to set a resolution for each camera. Whenever you switch cameras, either manually or through timeline markers, the scene resolution will get updated to the cameras.

You can find the camera resolution settings in the Object Data properties, under the Camera panel.

Rendering

Animating the resolution is not supported by default in Blender, and regular animation rendering will only use the resolution at render start.
This add-on provides a new Render Animated Resolution operator which works around this limitation. Note however that starting a render this way will lock the interface until the render is complete, or until Blender is killed.

Baking render borders

In addition to providing direct controls for each cameras resolution, this add-on allows you to create a new camera by setting a render border inside the camera view in the 3D viewport (Ctrl + B), and clicking Bake Render Border in the Custom Resolution panel.
A new camera is created, which uses the exact area defined by the border. This allows you to select multiple cropped areas in a camera.

Known issues

This add-on uses a workaround to animate the camera resolution, which can sometimes cause stability issues. If you encounter such issues, try disabling the add-on.

Author

This add-on is developed by Damien Picard.

License

This add-on is licensed under the GPL license; either version 2 of the License, or (at your option) any later version.