From ae054af14f995ef84e6368c25b49a306993b701b Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Tue, 23 Apr 2019 13:15:30 +0300 Subject: Cleanup: rename the curveInX etc bbone DNA fields to curve_in_x etc. --- source/blender/makesdna/intern/dna_rename_defs.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/blender/makesdna/intern') diff --git a/source/blender/makesdna/intern/dna_rename_defs.h b/source/blender/makesdna/intern/dna_rename_defs.h index 7b4362e35e9..b9e0853b1ab 100644 --- a/source/blender/makesdna/intern/dna_rename_defs.h +++ b/source/blender/makesdna/intern/dna_rename_defs.h @@ -60,6 +60,10 @@ DNA_STRUCT_RENAME_ELEM(BPoint, alfa, tilt) DNA_STRUCT_RENAME_ELEM(BezTriple, alfa, tilt) DNA_STRUCT_RENAME_ELEM(Bone, scaleIn, scale_in_x) DNA_STRUCT_RENAME_ELEM(Bone, scaleOut, scale_out_x) +DNA_STRUCT_RENAME_ELEM(Bone, curveInX, curve_in_x) +DNA_STRUCT_RENAME_ELEM(Bone, curveInY, curve_in_y) +DNA_STRUCT_RENAME_ELEM(Bone, curveOutX, curve_out_x) +DNA_STRUCT_RENAME_ELEM(Bone, curveOutY, curve_out_y) DNA_STRUCT_RENAME_ELEM(Camera, YF_dofdist, dof_distance) DNA_STRUCT_RENAME_ELEM(Camera, clipend, clip_end) DNA_STRUCT_RENAME_ELEM(Camera, clipsta, clip_start) @@ -75,6 +79,10 @@ DNA_STRUCT_RENAME_ELEM(View3D, far, clip_end) DNA_STRUCT_RENAME_ELEM(View3D, near, clip_start) DNA_STRUCT_RENAME_ELEM(bPoseChannel, scaleIn, scale_in_x) DNA_STRUCT_RENAME_ELEM(bPoseChannel, scaleOut, scale_out_x) +DNA_STRUCT_RENAME_ELEM(bPoseChannel, curveInX, curve_in_x) +DNA_STRUCT_RENAME_ELEM(bPoseChannel, curveInY, curve_in_y) +DNA_STRUCT_RENAME_ELEM(bPoseChannel, curveOutX, curve_out_x) +DNA_STRUCT_RENAME_ELEM(bPoseChannel, curveOutY, curve_out_y) DNA_STRUCT_RENAME_ELEM(bTheme, tact, space_action) DNA_STRUCT_RENAME_ELEM(bTheme, tbuts, space_properties) DNA_STRUCT_RENAME_ELEM(bTheme, tclip, space_clip) -- cgit v1.2.3