LineArt: Add missing dna variable rename

Forgot to add this in: "Cleanup, LineArt: Rename LineartLine -> LineartEdge"
df28063795
This commit is contained in:
Sebastian Parborg 2021-03-18 14:21:18 +01:00
parent 6f7e632a6f
commit f75d690ee4
1 changed files with 1 additions and 0 deletions

View File

@ -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)