Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2022-05-15 10:36:42 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-05-15 10:36:42 +0300
commita46f34d9b33b258126556e71a749e34cf2637abc (patch)
tree80c2658062555f84a0e4907c0cbd4b67ce8031d2 /source/blender/makesdna
parent139a4b6a844f6c6ae4c5bbd3c7799c91def7de35 (diff)
parentf9751889df35c81501c60abd1af98252d80ea3fc (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index bfe967fcde5..1be27e0354c 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1255,8 +1255,7 @@ typedef struct UnifiedPaintSettings {
* In case of anchored brushes contains the anchored radius */
float pixel_radius;
float initial_pixel_radius;
-
- char _pad[4];
+ float start_pixel_radius;
/* drawing pressure */
float size_pressure_value;