Page MenuHome

Typo in cloth filter type options
Closed, ResolvedPublicBUG

Description

System Information
Operating system: Darwin-19.6.0-x86_64-i386-64bit 64 Bits

Blender Version
Broken: version: 2.91.0 Alpha, branch: master, commit date: 2020-08-08 04:08, hash: rBa1d57e3f05f1

Short description of error
A small typo in English was found in this file:

source/blender/editors/sculpt_paint/sculpt_cloth.c

at the block:

'''
static EnumPropertyItem prop_cloth_filter_type[] = {

{CLOTH_FILTER_GRAVITY, "GRAVITY", 0, "Gravity", "Applies gravity to the simulation"},
{CLOTH_FILTER_INFLATE, "INFLATE", 0, "Inflate", "Inflates the cloth"},
{CLOTH_FILTER_EXPAND, "EXPAND", 0, "Expand", "Expands the cloth's dimensions"},
{CLOTH_FILTER_PINCH,
 "PINCH",
 0,
 "Pinch",
 "Pinches the cloth to the point were the cursor was when the filter started"},
{0, NULL, 0, NULL, NULL},

};
'''

'were', I think, should be 'where'

Event Timeline

Hans Goudey (HooglyBoogly) changed the task status from Needs Triage to Confirmed.Aug 16 2020, 2:40 PM
Hans Goudey (HooglyBoogly) triaged this task as Low priority.
Hans Goudey (HooglyBoogly) changed the subtype of this task from "Report" to "Bug".

Thanks for the report, I'll commit a fix in a minute.

Hans Goudey (HooglyBoogly) renamed this task from Typo in English to Typo in cloth filter type options.Aug 16 2020, 2:49 PM