Revert "Freestyle: rename module to export_svg"

This reverts commit db249b787f.
This commit is contained in:
Campbell Barton
2014-10-19 19:09:49 +02:00
parent b495395ee5
commit 2103cf9355
3 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ from _freestyle import (
evaluateCurveMappingF,
)
from export_svg import (
from svg_export import (
SVGPathShader,
SVGFillShader,
ShapeZ,

View File

@@ -1,6 +1,6 @@
import bpy
from export_svg import svg_export_header, svg_export_animation
from svg_export import svg_export_header, svg_export_animation
def register():
bpy.app.handlers.render_init.append(svg_export_header)