From 168d3fd528c419b1f877362ef9ffecfc8c790a8a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Feb 2019 12:34:56 +1100 Subject: Cleanup: file rename lamp -> light --- source/blender/editors/object/object_add.c | 6 +++--- source/blender/editors/object/object_relations.c | 4 ++-- source/blender/editors/object/object_select.c | 2 +- source/blender/editors/object/object_transform.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/editors/object') diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c index 61853f05f46..b95aa6c787a 100644 --- a/source/blender/editors/object/object_add.c +++ b/source/blender/editors/object/object_add.c @@ -32,7 +32,7 @@ #include "DNA_camera_types.h" #include "DNA_collection_types.h" #include "DNA_curve_types.h" -#include "DNA_lamp_types.h" +#include "DNA_light_types.h" #include "DNA_key_types.h" #include "DNA_material_types.h" #include "DNA_mesh_types.h" @@ -67,7 +67,7 @@ #include "BKE_font.h" #include "BKE_gpencil.h" #include "BKE_key.h" -#include "BKE_lamp.h" +#include "BKE_light.h" #include "BKE_lattice.h" #include "BKE_layer.h" #include "BKE_library.h" @@ -114,7 +114,7 @@ #include "object_intern.h" -/* this is an exact copy of the define in rna_lamp.c +/* this is an exact copy of the define in rna_light.c * kept here because of linking order. * Icons are only defined here */ const EnumPropertyItem rna_enum_light_type_items[] = { diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c index de17b3ca281..4d6864d2023 100644 --- a/source/blender/editors/object/object_relations.c +++ b/source/blender/editors/object/object_relations.c @@ -33,7 +33,7 @@ #include "DNA_mesh_types.h" #include "DNA_collection_types.h" #include "DNA_constraint_types.h" -#include "DNA_lamp_types.h" +#include "DNA_light_types.h" #include "DNA_lattice_types.h" #include "DNA_material_types.h" #include "DNA_meta_types.h" @@ -67,7 +67,7 @@ #include "BKE_gpencil.h" #include "BKE_fcurve.h" #include "BKE_idprop.h" -#include "BKE_lamp.h" +#include "BKE_light.h" #include "BKE_lattice.h" #include "BKE_layer.h" #include "BKE_library.h" diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c index f06343abcae..96dc18b41f0 100644 --- a/source/blender/editors/object/object_select.c +++ b/source/blender/editors/object/object_select.c @@ -33,7 +33,7 @@ #include "DNA_modifier_types.h" #include "DNA_scene_types.h" #include "DNA_armature_types.h" -#include "DNA_lamp_types.h" +#include "DNA_light_types.h" #include "DNA_workspace_types.h" #include "DNA_gpencil_types.h" diff --git a/source/blender/editors/object/object_transform.c b/source/blender/editors/object/object_transform.c index ebc6f35e43e..ea51fdb5c86 100644 --- a/source/blender/editors/object/object_transform.c +++ b/source/blender/editors/object/object_transform.c @@ -29,7 +29,7 @@ #include "DNA_armature_types.h" #include "DNA_mesh_types.h" #include "DNA_meta_types.h" -#include "DNA_lamp_types.h" +#include "DNA_light_types.h" #include "DNA_object_types.h" #include "DNA_scene_types.h" #include "DNA_gpencil_types.h" -- cgit v1.2.3