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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user