diff --git a/release/scripts/freestyle/modules/svg_export.py b/release/scripts/freestyle/modules/export_svg.py similarity index 100% rename from release/scripts/freestyle/modules/svg_export.py rename to release/scripts/freestyle/modules/export_svg.py diff --git a/release/scripts/freestyle/modules/parameter_editor.py b/release/scripts/freestyle/modules/parameter_editor.py index 0498213e6f4..4a2d73fc838 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 svg_export import ( +from export_svg import ( SVGPathShader, SVGFillShader, ShapeZ, diff --git a/release/scripts/startup/freestyle_builtins.py b/release/scripts/startup/freestyle_builtins.py index 10be9d99eec..31e3f6a0df6 100644 --- a/release/scripts/startup/freestyle_builtins.py +++ b/release/scripts/startup/freestyle_builtins.py @@ -1,6 +1,6 @@ import bpy -from svg_export import svg_export_header, svg_export_animation +from export_svg import svg_export_header, svg_export_animation def register(): bpy.app.handlers.render_init.append(svg_export_header)