Initial Grease Pencil 3.0 stage #106848

Merged
Falk David merged 224 commits from filedescriptor/blender:grease-pencil-v3 into main 2023-05-30 11:14:22 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e563b48441 - Show all commits

View File

@ -252,7 +252,7 @@ typedef struct GreasePencilLayer {
*/
float tint_color[4];
/**
* Layer transfrom.
* Layer transform.

typo transform

typo `transform`
* \note rotation is in euler format.
*/
float location[3], rotation[3], scale[3];