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:
authorPablo Dobarro <pablodp606@gmail.com>2019-09-12 04:54:12 +0300
committerPablo Dobarro <pablodp606@gmail.com>2019-09-12 04:55:53 +0300
commit70a934770521b538b98b8a3e27739ae6a643ebfa (patch)
tree34933a99bcc22e3b74ada14a447b71b484ccc94d /source/blender/makesdna/DNA_brush_types.h
parent1e375ab5a104a71c45c1bf85ea34ab886c61e93d (diff)
Fix T69737: Crash using the Elastic Deform brush and Compressibility
Also renamed "compressibility" to "volume preservation" Reviewed By: brecht Maniphest Tasks: T69737 Differential Revision: https://developer.blender.org/D5757
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 450788dc81d..957f5b75974 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -322,7 +322,7 @@ typedef struct Brush {
char _pad1[4];
int elastic_deform_type;
- float elastic_deform_compressibility;
+ float elastic_deform_volume_preservation;
/* overlay */
int texture_overlay_alpha;