Light: Ran Black Formatting

This commit is contained in:
Chirag Singh
2025-11-07 22:44:59 +05:30
parent dcd87260e7
commit f6e23c0462
2 changed files with 2 additions and 3 deletions
@@ -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)