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:
authorBastien Montagne <bastien@blender.org>2020-04-20 16:27:27 +0300
committerBastien Montagne <bastien@blender.org>2020-04-20 16:27:27 +0300
commitdcb45992bff2e4ca27a1860b9a34411f23db49a1 (patch)
treea99a7a4454a7af81d1bda3e701dcaee4efc6bef1 /release/scripts
parentb78f2675d7e573685f6c78e42ca4462d90238e37 (diff)
parentaa2544793dc2a68e6607352059b70136bde6281a (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/modules/bl_i18n_utils/utils_spell_check.py12
-rw-r--r--release/scripts/startup/bl_operators/wm.py2
2 files changed, 13 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
index f57f5dc3903..738554e8f2c 100644
--- a/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
+++ b/release/scripts/modules/bl_i18n_utils/utils_spell_check.py
@@ -64,6 +64,7 @@ class SpellChecker:
"pong", # ping pong
"scalable",
"shadeless",
+ "shouldn", # shouldn't
"smoothen",
"spacings",
"teleport", "teleporting",
@@ -78,6 +79,7 @@ class SpellChecker:
"autoexecution",
"autogenerated",
"autolock",
+ "automasking",
"autoname",
"autopack",
"autosave",
@@ -593,6 +595,7 @@ class SpellChecker:
# Algorithm/library names
"ashikhmin", # Ashikhmin-Shirley
+ "arsloe", # Texel-Marsen-Arsloe
"beckmann",
"blackman", # Blackman-Harris
"blosc",
@@ -606,16 +609,21 @@ class SpellChecker:
"hosek",
"kutta",
"lennard",
+ "marsen", # Texel-Marsen-Arsloe
"mikktspace",
"minkowski",
"minnaert",
+ "moskowitz", # Pierson-Moskowitz
"musgrave",
"nayar",
"netravali",
"ogawa",
"oren",
+ "peucker", # Ramer-Douglas-Peucker
+ "pierson", # Pierson-Moskowitz
"preetham",
"prewitt",
+ "ramer", # Ramer-Douglas-Peucker
"runge",
"sobol",
"verlet",
@@ -665,6 +673,7 @@ class SpellChecker:
"ies",
"ior",
"itu",
+ "jonswap",
"lhs",
"lmb", "mmb", "rmb",
"kb",
@@ -686,10 +695,13 @@ class SpellChecker:
"ssao",
"ssr",
"svn",
+ "tma",
"ui",
"unix",
"vbo", "vbos",
+ "vr",
"wxyz",
+ "xr",
"ycc", "ycca",
"yrgb",
"yuv", "yuva",
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 99785fe0c4b..f900b0ee3df 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1161,7 +1161,7 @@ rna_max = FloatProperty(
rna_use_soft_limits = BoolProperty(
name="Use Soft Limits",
- description="Limits the Property Value slider to a range, values outside the range must be inputed numerically",
+ description="Limits the Property Value slider to a range, values outside the range must be inputted numerically",
)
rna_is_overridable_library = BoolProperty(