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:
Diffstat (limited to 'source/blender/makesdna/DNA_freestyle_types.h')
-rw-r--r--source/blender/makesdna/DNA_freestyle_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_freestyle_types.h b/source/blender/makesdna/DNA_freestyle_types.h
index 6a8609fe57f..731bc590117 100644
--- a/source/blender/makesdna/DNA_freestyle_types.h
+++ b/source/blender/makesdna/DNA_freestyle_types.h
@@ -116,11 +116,11 @@ typedef struct FreestyleLineSet {
int selection;
/** Quantitative invisibility. */
short qi;
- short pad1;
+ char _pad1[2];
int qi_start, qi_end;
/** Feature edge types. */
int edge_types, exclude_edge_types;
- int pad2;
+ char _pad2[4];
/** Group of target objects. */
struct Collection *group;
@@ -132,7 +132,7 @@ typedef struct FreestyleModuleConfig {
struct Text *script;
short is_displayed;
- short pad[3];
+ char _pad[6];
} FreestyleModuleConfig;
typedef struct FreestyleConfig {