Sun Position: remove show_daylight_savings preference
commitd84b20b2328438eddf82707fcb509a0ea9bfbcd8
authorDamien Picard <dam.pic@free.fr>
Fri, 14 Apr 2023 18:04:59 +0000 (14 20:04 +0200)
committerDamien Picard <dam.pic@free.fr>
Fri, 14 Apr 2023 18:26:11 +0000 (14 20:26 +0200)
treed836e255b9e61c7d646051bfcb59a95f4cd04d5a
parent9ddf3218d5ed7c2ae3b9a503e0ff9d10335a0978
Sun Position: remove show_daylight_savings preference

This option, like others previously removed, may lead to faulty
behavior. Since the scene depends on user preferences, a given file
may not give the same result on one installation as on another. One
possible solution would be take the value into account even if the
checkbox is hidden, but it could lead to a confusing one-hour
discrepancy in the UI.

The best is to remove the option altogether, so that the checkbox is
always shown. It does not take too much space.

Also bump minimum Blender version to 3.2 as the gpu API has changed
since 3.1 and the add-on is no longer compatible with it.
sun_position/__init__.py
sun_position/properties.py
sun_position/translations.py
sun_position/ui_sun.py