Author: akv
Date: 2010-01-28 23:07:17 +0100 (Thu, 28 Jan 2010)
New Revision: 3116
Modified:
branches/rawstudio-ng-color/plugins/lensfun/lensfun.c
Log:
Matched K2 limits for Lensfun plugin with limits in rs-setttings - been partly
broken since 3060.
Modified: branches/rawstudio-ng-color/plugins/lensfun/lensfun.c
===================================================================
--- branches/rawstudio-ng-color/plugins/lensfun/lensfun.c 2010-01-28
21:08:14 UTC (rev 3115)
+++ branches/rawstudio-ng-color/plugins/lensfun/lensfun.c 2010-01-28
22:07:17 UTC (rev 3116)
@@ -161,7 +161,7 @@
g_object_class_install_property(object_class,
PROP_VIGNETTING_K2, g_param_spec_float(
"vignetting_k2", "vignetting_k2", "vignetting_k2",
- -1, 2, 0.0, G_PARAM_READWRITE)
+ -1.5, 1.5, 0.0, G_PARAM_READWRITE)
);
g_object_class_install_property(object_class,
PROP_VIGNETTING_K3, g_param_spec_float(
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit