|
|
@@ -1,5 +1,7 @@
|
|
|
+# Copyright (C) 2009-2016, Panagiotis Christopoulos Charitos and contributors.
|
|
|
+# All rights reserved.
|
|
|
# Code licensed under the BSD License.
|
|
|
-# http://www.anki3d.org/LICENSE Panagiotis Christopoulos Charitos and contributors
|
|
|
+# http://www.anki3d.org/LICENSE
|
|
|
# keep methods in alphabetical order
|
|
|
|
|
|
# blender imports
|
|
|
@@ -9,8 +11,8 @@ from bpy.types import Operator
|
|
|
from bpy.props import StringProperty
|
|
|
|
|
|
# local imports
|
|
|
-from ..lib import preferences as PREF
|
|
|
from ..lib import environment as ENV
|
|
|
+from ..lib import preferences as PREF
|
|
|
|
|
|
bl_info = {"author": "A. A. Kalugin Jr."}
|
|
|
|