[Bf-blender-cvs] [0f1c959] master: Revert "Cleanup: unused import"

Campbell Barton noreply at git.blender.org
Sun Oct 19 19:13:58 CEST 2014


Commit: 0f1c959b05c8dd086d96da79771c7757570450ac
Author: Campbell Barton
Date:   Sun Oct 19 19:09:26 2014 +0200
Branches: master
https://developer.blender.org/rB0f1c959b05c8dd086d96da79771c7757570450ac

Revert "Cleanup: unused import"

This reverts commit fc7752b53c793a6985525d4c099108a97cd7867e.

===================================================================

M	release/scripts/freestyle/modules/export_svg.py

===================================================================

diff --git a/release/scripts/freestyle/modules/export_svg.py b/release/scripts/freestyle/modules/export_svg.py
index 777fc73..18e650d 100644
--- a/release/scripts/freestyle/modules/export_svg.py
+++ b/release/scripts/freestyle/modules/export_svg.py
@@ -26,8 +26,8 @@ from bpy.path import abspath
 from bpy.app.handlers import persistent
 from bpy_extras.object_utils import world_to_camera_view
 
-from freestyle.types import StrokeShader, BinaryPredicate1D, Interface0DIterator
-from freestyle.utils import get_dashed_pattern
+from freestyle.types import StrokeShader, ChainingIterator, BinaryPredicate1D, Interface0DIterator, AdjacencyIterator
+from freestyle.utils import getCurrentScene, get_dashed_pattern, get_test_stroke
 from freestyle.functions import GetShapeF1D, CurveMaterialF0D
 
 from itertools import dropwhile, repeat




More information about the Bf-blender-cvs mailing list