75f55a9e8eb60b8c61b30a4697a8fdf067b02e9f
... if only a single view is enabled Logic for touching placeholder files in `RE_RenderAnim` uses `BKE_scene_multiview_filepath_get` (no matter if only a single view is enabled), but logic in `BKE_image_render_write` falls back to using the "regular" filepath (once gotten from `BKE_image_path_from_imformat`) if there are less than two views. That would also break the behavior of "Skip Overwrite". Digging in git history is a bit hard, so not exactly sure why this was added, but this PR changes behavior so that `BKE_scene_multiview_filepath_get` is always used (even for a single (non-empty) view. Done by implementing `RE_ResultIsMultiView` Pull Request: https://projects.blender.org/blender/blender/pulls/138507
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
