UV: Add forwards compatibility conversion for brush size

The prior change missed that `UvSculpt` brushes have their own isolated
`size` value stored at the `ToolSetting` level and not stored as either
brush assets or on the `UnifiedPaintSettings` struct

Similar to #139813

Pull Request: https://projects.blender.org/blender/blender/pulls/144837
This commit is contained in:
Sean Kim
2025-09-03 00:23:22 +02:00
committed by Sean Kim
parent 9d95f02e83
commit 709286ecc9
4 changed files with 12 additions and 6 deletions

View File

@@ -27,7 +27,7 @@
/* Blender file format version. */
#define BLENDER_FILE_VERSION BLENDER_VERSION
#define BLENDER_FILE_SUBVERSION 70
#define BLENDER_FILE_SUBVERSION 71
/* 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