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 /release
parent675700d94892832b264f8b37d3d907c527a83cf5 (diff)
Cleanup: no need for plural for term 'collision'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_paint_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index 8afd47f5da6..ee62a1115e3 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -667,7 +667,7 @@ def brush_settings(layout, context, brush, popover=False):
layout.prop(brush, "cloth_damping")
layout.prop(brush, "cloth_constraint_softbody_strength")
layout.separator()
- layout.prop(brush, "use_cloth_collisions")
+ layout.prop(brush, "use_cloth_collision")
layout.separator()
elif sculpt_tool == 'SCRAPE':