mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 16:06:27 +00:00
Light: Ran Black Formatting
This commit is contained in:
@@ -208,7 +208,6 @@ class PrepareRadianceScene(bpy.types.Operator):
|
|||||||
print(f"Camera position: {camera_position}")
|
print(f"Camera position: {camera_position}")
|
||||||
print(f"Camera direction: {camera_direction}")
|
print(f"Camera direction: {camera_direction}")
|
||||||
|
|
||||||
|
|
||||||
# Build datetime for Radiance gensky
|
# Build datetime for Radiance gensky
|
||||||
# Note: sun_pos_props and sun_props are synchronized by update_sun_path()
|
# Note: sun_pos_props and sun_props are synchronized by update_sun_path()
|
||||||
dt = datetime(sun_pos_props.year, sun_props.month, sun_props.day, sun_props.hour, sun_props.minute)
|
dt = datetime(sun_pos_props.year, sun_props.month, sun_props.day, sun_props.hour, sun_props.minute)
|
||||||
|
|||||||
Reference in New Issue
Block a user