Merge branch 'blender-v2.83-release'
This commit is contained in:
@@ -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",
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user