From 587d408f611757684015270448e87e16e1d8a140 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 Jul 2009 16:39:16 +0000 Subject: patch from William Cleaned up force fields panel, as well as the other fixes (sculpt, lamps) --- source/blender/editors/screen/screen_ops.c | 2 +- source/blender/makesrna/intern/rna_lamp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c index 05f5d847159..5cf1ffb9915 100644 --- a/source/blender/editors/screen/screen_ops.c +++ b/source/blender/editors/screen/screen_ops.c @@ -1980,7 +1980,7 @@ void SCREEN_OT_region_foursplit(wmOperatorType *ot) ot->idname= "SCREEN_OT_region_foursplit"; /* api callbacks */ - ot->invoke= WM_operator_confirm; +// ot->invoke= WM_operator_confirm; ot->exec= region_foursplit_exec; ot->poll= ED_operator_areaactive; ot->flag= OPTYPE_REGISTER; diff --git a/source/blender/makesrna/intern/rna_lamp.c b/source/blender/makesrna/intern/rna_lamp.c index 61d4a3a8ac6..b83036be8fb 100644 --- a/source/blender/makesrna/intern/rna_lamp.c +++ b/source/blender/makesrna/intern/rna_lamp.c @@ -283,7 +283,7 @@ static void rna_def_lamp(BlenderRNA *brna) {LA_LOCAL, "POINT", ICON_LAMP_POINT, "Point", "Omnidirectional point light source."}, {LA_SUN, "SUN", ICON_LAMP_SUN, "Sun", "Constant direction parallel ray light source."}, {LA_SPOT, "SPOT", ICON_LAMP_SPOT, "Spot", "Directional cone light source."}, - {LA_HEMI, "HEMI", ICON_LAMP_HEMI, "Hemi", "180 degree constant light source."}, + {LA_HEMI, "HEMI", ICON_LAMP_HEMI, "Hemisphere", "180 degree constant light source."}, {LA_AREA, "AREA", ICON_LAMP_AREA, "Area", "Directional area light source."}, {0, NULL, 0, NULL, NULL}}; -- cgit v1.2.3