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>2019-09-04 10:16:09 +0300
committerYimingWu <xp8110@outlook.com>2019-09-04 10:16:09 +0300
commite80480ad415fe43e08a82d6e1e91a2dc0bc432d7 (patch)
treed10b66f53c862b7f070c5f2eb5ffd08ab954a742 /source/blender/makesdna
parentd4561c2468a77147a41898004c9aeb0ff7955c36 (diff)
LANPR: qi_begin/end => level_start/end
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_lanpr_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_lanpr_types.h b/source/blender/makesdna/DNA_lanpr_types.h
index 08ec1a12464..2ba468ba56c 100644
--- a/source/blender/makesdna/DNA_lanpr_types.h
+++ b/source/blender/makesdna/DNA_lanpr_types.h
@@ -101,8 +101,8 @@ typedef struct LANPR_LineLayer {
int flags;
int _pad1;
- int qi_begin;
- int qi_end;
+ int level_start;
+ int level_end;
/** To be displayed on the list */
char name[64];