Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Gilbert <ascotan@gmail.com>2006-01-03 19:27:34 +0300
committerJoseph Gilbert <ascotan@gmail.com>2006-01-03 19:27:34 +0300
commit5233f735892eb97426612d602c8373325019558e (patch)
tree0d17f5f71445963ae2a0c40b898f72dc81c1ba14 /source/blender/python/api2_2x/Lamp.c
parent700ff0193b538a4f97dc33a803ddde4f635a76d0 (diff)
*warnings fixes
- fixes a number of warnings in bpy project
Diffstat (limited to 'source/blender/python/api2_2x/Lamp.c')
-rw-r--r--source/blender/python/api2_2x/Lamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/Lamp.c b/source/blender/python/api2_2x/Lamp.c
index e0e4fed1e81..f60e68697ee 100644
--- a/source/blender/python/api2_2x/Lamp.c
+++ b/source/blender/python/api2_2x/Lamp.c
@@ -121,8 +121,8 @@
/* Raytracing settings */
#define EXPP_LAMP_RAYSAMPLES_MIN 1
#define EXPP_LAMP_RAYSAMPLES_MAX 16
-#define EXPP_LAMP_AREASIZE_MIN 0.01
-#define EXPP_LAMP_AREASIZE_MAX 100.0
+#define EXPP_LAMP_AREASIZE_MIN 0.01f
+#define EXPP_LAMP_AREASIZE_MAX 100.0f
/* Lamp_setComponent() keys for which color to get/set */
#define EXPP_LAMP_COMP_R 0x00