Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.

Differential Revision: https://developer.blender.org/D3719
This commit is contained in:
2018-09-24 18:46:51 +02:00
parent 9682e43bf9
commit 342e73f90f
77 changed files with 116 additions and 116 deletions

View File

@@ -72,7 +72,7 @@ typedef struct SubdivToCCGSettings {
/* Resolution at which regular ptex (created for quad polygon) are being
* evaluated. This defines how many vertices final mesh will have: every
* regular ptex has resolution^2 vertices. Special (irregular, or ptex
* crated for a corner of non-quad polygon) will have resolution of
* created for a corner of non-quad polygon) will have resolution of
* `resolution - 1`.
*/
int resolution;