From 3051e2f4ae8fd3e72a43dd1e5d40893d0efec500 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Feb 2019 10:46:48 +1100 Subject: DNA: rename Lamp -> Light - BKE_lamp -> BKE_light - Main.lamp -> light --- source/blender/makesdna/DNA_ipo_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_ipo_types.h') diff --git a/source/blender/makesdna/DNA_ipo_types.h b/source/blender/makesdna/DNA_ipo_types.h index 2cfd612d6cc..2940171f5e1 100644 --- a/source/blender/makesdna/DNA_ipo_types.h +++ b/source/blender/makesdna/DNA_ipo_types.h @@ -325,7 +325,7 @@ typedef struct Ipo { #define WO_STARDIST 15 #define WO_STARSIZE 16 -/* ********** Lamp (ID_LA) ********** */ +/* ********** Light (ID_LA) ********** */ #define LA_TOTIPO 21 #define LA_TOTNAM 10 -- cgit v1.2.3