Freestyle: rename module to export_svg

Convention for existing export modules
This commit is contained in:
Campbell Barton 2014-10-18 17:02:38 +02:00
parent 490f2aeb82
commit db249b787f
3 changed files with 2 additions and 2 deletions

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

@ -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)