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:
authorAntonioya <blendergit@gmail.com>2019-05-29 20:59:54 +0300
committerAntonioya <blendergit@gmail.com>2019-05-29 20:59:54 +0300
commit6ef39cbdf03846510a97be4874a9faac9c06e777 (patch)
tree57899392734c229fe08c99ce9d463ae2d3ce5319 /source/blender/makesdna/DNA_gpencil_types.h
parent7fae3e375a6c3804dc986371d488675d0d4869cd (diff)
GPencil: Rename viewmatrix field to parent_obmat
The name of the field was not clear about the use.
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 007be021def..c0d3c1ab3d5 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -251,7 +251,7 @@ typedef enum eGPDstroke_Caps {
/* Runtime temp data for bGPDframe */
typedef struct bGPDframe_Runtime {
/** Parent matrix for drawing. */
- float viewmatrix[4][4];
+ float parent_obmat[4][4];
} bGPDframe_Runtime;
/* Grease-Pencil Annotations - 'Frame'