Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton 2019-11-08 11:45:39 +11:00
commit 8d8c4562cc
3 changed files with 3 additions and 3 deletions

@ -202,7 +202,7 @@ void BKE_keyconfig_keymap_filter_item(wmKeyMap *keymap,
/**
* Filter & optionally remove key-map items,
* intended for versioning, but may be used in other situatuons too.
* intended for versioning, but may be used in other situations too.
*/
void BKE_keyconfig_pref_filter_items(struct UserDef *userdef,
const struct wmKeyConfigFilterItemParams *params,

@ -910,7 +910,7 @@ static bool delaunay_check(CDTVert *v1, CDTVert *v2, CDTVert *v3, CDTVert *p, co
{
double x1, y1, x2, y2, den, cenx, ceny, rad, pc, a, b, w, z, q, s;
/* Find center and radius of circumcircle of v1,v2,v3.
/* Find center and radius of circum-circle of v1,v2,v3.
* Transform coords so v3 is at origin to help reduce floating point error
* when coordinates are far from (0,0) but close together.
*/

@ -202,7 +202,7 @@ typedef enum {
/**
* Container to avoid passing around these variables to many functions.
* Also so we can have one place to assing these variables.
* Also so we can have one place to assign these variables.
*/
typedef struct TreeViewContext {
/* Scene level. */