[Bf-extensions-cvs] [f5ea6e39] master: Sun Position: rename north.py to draw.py

Damien Picard noreply at git.blender.org
Sun Jan 8 02:53:07 CET 2023


Commit: f5ea6e39823ced46a9afebf189051308e979baa7
Author: Damien Picard
Date:   Sat Jan 7 20:18:34 2023 +0100
Branches: master
https://developer.blender.org/rBAf5ea6e39823ced46a9afebf189051308e979baa7

Sun Position: rename north.py to draw.py

===================================================================

R100	sun_position/north.py	sun_position/draw.py
M	sun_position/properties.py

===================================================================

diff --git a/sun_position/north.py b/sun_position/draw.py
similarity index 100%
rename from sun_position/north.py
rename to sun_position/draw.py
diff --git a/sun_position/properties.py b/sun_position/properties.py
index af2734a4..5d8254e4 100644
--- a/sun_position/properties.py
+++ b/sun_position/properties.py
@@ -6,7 +6,7 @@ from bpy.props import (StringProperty, EnumProperty, IntProperty,
                        FloatProperty, BoolProperty, PointerProperty)
 
 from .sun_calc import sun_update, parse_coordinates
-from .north import north_update
+from .draw import north_update
 
 from math import pi
 from datetime import datetime



More information about the Bf-extensions-cvs mailing list