Fix: missing newlines loading 3D text from older blend files

Resolve regression in [0] which removed checks for `\r` without
versioning blend files.

[0]: c742a4b62b
This commit is contained in:
Campbell Barton
2025-09-04 17:08:48 +10:00
parent a590e4fa6b
commit 16246d06d5
2 changed files with 10 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION
#define BLENDER_FILE_SUBVERSION 72
#define BLENDER_FILE_SUBVERSION 73
/* Minimum Blender version that supports reading file written with the current
* version. Older Blender versions will test this and cancel loading the file, showing a warning to