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:
authorYimingWu <xp8110@outlook.com>2020-10-31 10:25:58 +0300
committerYimingWu <xp8110@outlook.com>2020-10-31 10:25:58 +0300
commit603dfdcc9d550589ff4cabe4df32015c8d864ebf (patch)
treeac271096eefbeec145c3b1818a66388a5e49471d /source/blender/makesdna/DNA_material_types.h
parentc4304b3e0f4bc2d1aa1b1dab7c92dd778e6fd0b5 (diff)
parent517ff40b124bc9d1324ccf7561a59ac51bf86602 (diff)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
Diffstat (limited to 'source/blender/makesdna/DNA_material_types.h')
-rw-r--r--source/blender/makesdna/DNA_material_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h
index e9cf979e032..20dfb697510 100644
--- a/source/blender/makesdna/DNA_material_types.h
+++ b/source/blender/makesdna/DNA_material_types.h
@@ -99,7 +99,8 @@ typedef struct MaterialGPencilStyle {
float mix_stroke_factor;
/** Mode used to align Dots and Boxes with stroke drawing path and object rotation */
int alignment_mode;
- char _pad[4];
+ /** Rotation for texture for Dots and Squares. */
+ float alignment_rotation;
} MaterialGPencilStyle;
/* MaterialGPencilStyle->flag */