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:
authorSebastian Parborg <darkdefende@gmail.com>2021-03-17 16:28:12 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-03-18 14:41:44 +0300
commitdf280637952d35cfaa74e31f03a0d825b22eddf4 (patch)
tree21d215dc1a5dbf2752257de6b378b71aee9434c7 /source/blender/makesdna/DNA_gpencil_modifier_types.h
parentd7fb38ddd4afdb44a97a3ac9d5d3a73509f83a90 (diff)
Cleanup, LineArt: Rename LineartLine -> LineartEdge
Also cleanup various other "line" variable names
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h
index a9262bf7ca4..7dded1a6546 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_types.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h
@@ -832,7 +832,7 @@ typedef enum eLineartGpencilTransparencyFlags {
typedef struct LineartGpencilModifierData {
GpencilModifierData modifier;
- short line_types; /* line type enable flags, bits in eLineartEdgeFlag */
+ short edge_types; /* line type enable flags, bits in eLineartEdgeFlag */
char source_type; /* Object or Collection, from eLineartGpencilModifierSource */