Paint: Add pressure mapping curves for size, jitter, and strength
This commit adds support for users to customize individual pressure mapping curves for size, strength, and position jitter on a per-brush basis to improve expression when using drawing tablets. This feature is already implemented in Grease Pencil, and this PR adds the same functionality to Texture/Image paint, Vertex/Weight paint, and Sculpt modes. The UI and functionality are the same as those in Grease Pencil. Co-authored-by: Sean Kim <SeanCTKim@protonmail.com> Pull Request: https://projects.blender.org/blender/blender/pulls/144428
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
/* Blender file format version. */
|
||||
#define BLENDER_FILE_VERSION BLENDER_VERSION
|
||||
#define BLENDER_FILE_SUBVERSION 71
|
||||
#define BLENDER_FILE_SUBVERSION 72
|
||||
|
||||
/* 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