|
1 | 1 | # Multiple Camera Render 4.2.0 Release Notes
|
2 | 2 |
|
3 |
| -> [!IMPORTANT] |
4 |
| -> This release changes the way extension works. |
5 |
| -
|
6 | 3 | * **Compatibility** with Blender 4.2+ series extensions (see: [Blender Manual Page](https://docs.blender.org/manual/en/latest/editors/preferences/addons.html))
|
7 | 4 |
|
8 | 5 | * **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:
|
|
17 | 14 |
|
18 | 15 | Now there is a possibility to see what the addon would actually do, without rendering, both for sequential image rendering and animation.
|
19 | 16 |
|
20 |
| -  |
| 17 | +  |
21 | 18 |
|
22 | 19 | 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.
|
23 | 20 |
|
|
29 | 26 |
|
30 | 27 | Tested Blender versions at this moment are: `4.5`, `4.4`, `4.3`, `4.2`
|
31 | 28 |
|
32 |
| -> [!NOTE] |
33 |
| -> See [tests/README.md](../../tests/README.md) file for more details. |
| 29 | + See [tests/README.md](https://github.com/ivan-perevala/multiple_camera_render/blob/main/tests/README.md) file for more details. |
34 | 30 |
|
35 | 31 | * **Background mode compatibility**. Useful for automation. This functionality might be used from command line:
|
36 | 32 | ```powershell
|
|
45 | 41 |
|
46 | 42 | <p align="center">
|
47 | 43 | <tr>
|
48 |
| - <img src="../images/ui_old.png" alt="New"/> |
49 |
| - <img src="../images/ui_new.png" alt="Old"/> |
| 44 | + <img src="https://raw.githubusercontent.com/ivan-perevala/multiple_camera_render/main/.github/images/ui_v300.png" alt="New"/> |
| 45 | + <img src="https://raw.githubusercontent.com/ivan-perevala/multiple_camera_render/main/.github/images/ui_v420.png" alt="Old"/> |
50 | 46 | </tr>
|
51 | 47 | </p>
|
52 | 48 |
|
|
56 | 52 |
|
57 | 53 | - Added option for preview mode camera update time step:
|
58 | 54 |
|
59 |
| -  |
| 55 | +  |
60 | 56 |
|
61 | 57 | - Logging options (available if [Blender Development Extras](https://docs.blender.org/manual/en/4.4/editors/preferences/interface.html?utm_source=blender-4.4.0#bpy-types-preferencesview-show-developer-ui) enabled):
|
62 | 58 |
|
63 |
| -  |
| 59 | +  |
64 | 60 |
|
0 commit comments