tornavis/source/blender
Philipp Oeser 5e2bad1589 Fix #117674: stereoscopy rendering with overwrite disabled broken
This would still overwrite (even though frames existed).

Mistake in 6b9a500a3a.

char "filepath" was already in use/shadowed, instead use "filepath_view" to
correctly glue path/suffix together (as done already a bit below for the
R_TOUCH case).

Pull Request: https://projects.blender.org/blender/blender/pulls/117696
2024-02-01 09:50:48 +01:00
..
animrig Cleanup: Use std::string for some RNA function return values 2024-01-31 17:08:09 +01:00
asset_system Cleanup: Move remaining asset editors code to C++ namespace 2024-01-26 18:43:13 -05:00
blendthumb Cleanup: apply clang-tidy modernize-deprecated-headers 2024-01-08 11:32:49 +11:00
blenfont Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
blenkernel Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
blenlib Cleanup: Replace most used of SWAP macro with std::swap 2024-01-31 21:12:16 -05:00
blenloader Cleanup: Replace most used of SWAP macro with std::swap 2024-01-31 21:12:16 -05:00
blentranslation Core: make BKE_appdir functions thread safe, using optional<string> 2024-01-23 18:38:15 +01:00
bmesh Cleanup: Make format 2024-01-31 22:01:30 -05:00
compositor Compositor: Allow early abort of OIDN denoiser 2024-01-31 17:12:09 +01:00
datatoc Cleanup: Replace MIN/MAX macros with C++ functions 2024-01-22 15:58:18 +01:00
depsgraph Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
draw Draw: Remove Unused Refine Shaders 2024-02-01 07:48:30 +01:00
editors Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
freestyle Revert "Fix building with Python 3.12" 2024-01-31 09:24:40 +11:00
functions Cleanup: simplify naming of get_default_hash 2024-01-26 11:45:56 +01:00
geometry Geometry Nodes: Improve extrude node vertex group performance 2024-01-29 21:57:55 -05:00
gpencil_modifiers_legacy Cleanup: Make format 2024-01-31 22:01:30 -05:00
gpu Cleanup: Replace most used of SWAP macro with std::swap 2024-01-31 21:12:16 -05:00
ikplugin Cleanup: Replace MIN/MAX macros with C++ functions 2024-01-22 15:58:18 +01:00
imbuf Cleanup: Make format 2024-01-31 22:01:30 -05:00
io Cleanup: Make format 2024-01-31 22:01:30 -05:00
makesdna Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
makesrna Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
modifiers Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
nodes Geometry Nodes: support baking data block references 2024-02-01 09:21:55 +01:00
python Cleanup: Move BLF headers to C++ 2024-01-31 14:04:56 -05:00
render Fix #117674: stereoscopy rendering with overwrite disabled broken 2024-02-01 09:50:48 +01:00
sequencer Cleanup: Make format 2024-01-31 22:01:30 -05:00
shader_fx Cleanup: Move `BKE_lib_query` header to Cpp era. 2024-01-18 12:21:19 +01:00
simulation Cleanup: Replace some CLAMP macros with C++ functions 2024-01-23 21:10:33 +01:00
windowmanager Cleanup: Replace most used of SWAP macro with std::swap 2024-01-31 21:12:16 -05:00
CMakeLists.txt Core: rename Session UUID to Session UID 2024-01-22 13:47:13 +01:00