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:
authorCampbell Barton <ideasman42@gmail.com>2020-08-06 02:38:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-08-06 02:38:25 +0300
commit85ddba475baec0737367069a019e0d2a98dacbd7 (patch)
tree83252ce67f7fb5445894ed4bc16d6909b9f9fff6 /source/blender/makesdna/DNA_brush_types.h
parent675700d94892832b264f8b37d3d907c527a83cf5 (diff)
Cleanup: no need for plural for term 'collision'
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 72f205685b9..7b3e9dabe9f 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -740,7 +740,7 @@ typedef enum eBrushFlags2 {
BRUSH_USE_CONNECTED_ONLY = (1 << 3),
BRUSH_CLOTH_PIN_SIMULATION_BOUNDARY = (1 << 4),
BRUSH_POSE_USE_LOCK_ROTATION = (1 << 5),
- BRUSH_CLOTH_USE_COLLISIONS = (1 << 6),
+ BRUSH_CLOTH_USE_COLLISION = (1 << 6),
} eBrushFlags2;
typedef enum {