Sun Position: add Show Surface and Show Analemmas options
commit29a67357a059594489e4929ff61a28dc81e859b0
authorEduardo Schilling <elschilling>
Sat, 7 Jan 2023 16:33:26 +0000 (7 17:33 +0100)
committerDamien Picard <dam.pic@free.fr>
Sun, 8 Jan 2023 13:37:38 +0000 (8 14:37 +0100)
treee416a47a9f81e24e48b86f1ce493228216562e05
parent7a41cf88cfc2967e814d1d32606fe3bbb168fb4e
Sun Position: add Show Surface and Show Analemmas options

Sometimes during the design it's difficult to rapidly visualize the
Sun trajectory for a given location in the viewport.

This patch adds the possibility to visualize the sun path surface and
analemmas for each hour in the viewport.

Currently there is an option to create a collection with objects to
draw analemmas and diurnal ready for render but these new options
options give fast viewport feedback, something like the Show North
option.

Reviewed By: pioverfour

Differential Revision: https://developer.blender.org/D16936
sun_position/__init__.py
sun_position/properties.py
sun_position/sun_calc.py
sun_position/ui_sun.py