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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/freestyle')
-rw-r--r--release/scripts/freestyle/modules/parameter_editor.py2
-rw-r--r--release/scripts/freestyle/modules/svg_export.py (renamed from release/scripts/freestyle/modules/export_svg.py)0
2 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/freestyle/modules/parameter_editor.py b/release/scripts/freestyle/modules/parameter_editor.py
index 4a2d73fc838..0498213e6f4 100644
--- a/release/scripts/freestyle/modules/parameter_editor.py
+++ b/release/scripts/freestyle/modules/parameter_editor.py
@@ -107,7 +107,7 @@ from _freestyle import (
evaluateCurveMappingF,
)
-from export_svg import (
+from svg_export import (
SVGPathShader,
SVGFillShader,
ShapeZ,
diff --git a/release/scripts/freestyle/modules/export_svg.py b/release/scripts/freestyle/modules/svg_export.py
index 92149b703c1..92149b703c1 100644
--- a/release/scripts/freestyle/modules/export_svg.py
+++ b/release/scripts/freestyle/modules/svg_export.py