Simple Blender add-on adding a resolution property to cameras. https://extensions.blender.org/add-ons/per-camera-resolution/
Go to file
Damien Picard 3686ff81be Add translations for Simplified Chinese
Thanks to deathblood for the translation!

Ref #2
2024-11-13 12:36:02 +01: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 bake render border operator poll method when cam is panoramic 2024-09-04 14:15:42 +02:00
blender_manifest.toml Add translations for Simplified Chinese 2024-11-13 12:36:02 +01: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 Add translations for Simplified Chinese 2024-11-13 12:36:02 +01: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.