Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-04-17 21:58:48 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-04-17 21:58:48 +0400
commitbf97c0aa6f74775ccdd534636daa724967a85c91 (patch)
treec865119be70ce7a687e91f6ab5ab8fdd571bfafa /io_curve_svg
parent284c3e58c5fd6fc97f838f632c23f7ef69561eda (diff)
SVG importer:
Added missed copyright entry in add-on info block -- svg-arc to blender beziers calculation was made by JM Soler. JM, sorry for this :)
Diffstat (limited to 'io_curve_svg')
-rw-r--r--io_curve_svg/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index a0e5a70c..cf5ad416 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -20,7 +20,7 @@
bl_info = {
"name": "Scalable Vector Graphics (SVG) 1.1 format",
- "author": "Sergey Sharybin",
+ "author": "JM Soler, Sergey Sharybin",
"blender": (2, 5, 7),
"api": 36079,
"location": "File > Import > Scalable Vector Graphics (.svg)",