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-18 16:21:18 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-03-18 16:21:18 +0300
commitf75d690ee4dc3404bb7de5c205eb34b811c45a9a (patch)
treee4ddc17e7085e46859ae6abd5e34c758974dac54
parent6f7e632a6ff432c2b248588ae12263957ea43239 (diff)
LineArt: Add missing dna variable rename
Forgot to add this in: "Cleanup, LineArt: Rename LineartLine -> LineartEdge" df280637952d35cfaa74e31f03a0d825b22eddf4
-rw-r--r--source/blender/makesdna/intern/dna_rename_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/dna_rename_defs.h b/source/blender/makesdna/intern/dna_rename_defs.h
index 2a4160bdfb1..34413730eb3 100644
--- a/source/blender/makesdna/intern/dna_rename_defs.h
+++ b/source/blender/makesdna/intern/dna_rename_defs.h
@@ -129,3 +129,4 @@ DNA_STRUCT_RENAME_ELEM(RigidBodyWorld, steps_per_second, substeps_per_frame)
/* Write with a different name, old Blender versions crash loading files with non-NULL
* global_areas. See D9442. */
DNA_STRUCT_RENAME_ELEM(wmWindow, global_area_map, global_areas)
+DNA_STRUCT_RENAME_ELEM(LineartGpencilModifierData, line_types, edge_types)