Skip to content

Commit bd72476

Browse files
committed
Image references now pointing to online resources, not relative repo paths
1 parent 9c71f4e commit bd72476

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: GPL-3.0-or-later -->
1212

1313
Extension for [Blender](https://www.blender.org/) for sequential rendering from multiple cameras.
1414

15-
![Camera Order Example](./release/images/camera_order.gif)
15+
![Camera Order Example](https://raw.githubusercontent.com/ivan-perevala/multiple_camera_render/main/.github/images/camera_order.gif)
1616

1717
There are many possible uses for this addon - it all depends on your imagination. In general, the idea is that in a scene with multiple cameras, once rendering from one camera is finished, rendering from the next one begins. This applies to both image and animation rendering. Since rendering is usually a lengthy process, the addon also includes the option to preview its functionality in advance.
1818

release/notes/v4.2.0.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Multiple Camera Render 4.2.0 Release Notes
22

3-
> [!IMPORTANT]
4-
> This release changes the way extension works.
5-
63
* **Compatibility** with Blender 4.2+ series extensions (see: [Blender Manual Page](https://docs.blender.org/manual/en/latest/editors/preferences/addons.html))
74

85
* **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,7 +14,7 @@
1714

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

20-
![Camera Order Example](../images/camera_order.gif)
17+
![Camera Order Example](https://raw.githubusercontent.com/ivan-perevala/multiple_camera_render/main/.github/images/camera_order.gif)
2118

2219
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.
2320

@@ -29,8 +26,7 @@
2926

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

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.
3430

3531
* **Background mode compatibility**. Useful for automation. This functionality might be used from command line:
3632
```powershell
@@ -45,8 +41,8 @@
4541

4642
<p align="center">
4743
<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"/>
5046
</tr>
5147
</p>
5248

@@ -56,9 +52,9 @@
5652

5753
- Added option for preview mode camera update time step:
5854

59-
![Preview Timestep Option](../images/pref_general.png)
55+
![Preview Timestep Option](https://raw.githubusercontent.com/ivan-perevala/multiple_camera_render/main/.github/images/pref_general_v420.png)
6056

6157
- 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):
6258

63-
![Reports Options](../images/reports.png)
59+
![Reports Options](https://raw.githubusercontent.com/ivan-perevala/multiple_camera_render/main/.github/images/reports_v420.png)
6460

0 commit comments

Comments
 (0)