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
Showing
- sun_position/__init__.py 3 additions, 1 deletionsun_position/__init__.py
- sun_position/properties.py 27 additions, 2 deletionssun_position/properties.py
- sun_position/sun_calc.py 110 additions, 0 deletionssun_position/sun_calc.py
- sun_position/ui_sun.py 9 additions, 0 deletionssun_position/ui_sun.py
Please register or sign in to comment