[Bf-blender-cvs] [e7a4811] master: Freestyle: Missing __all__ symbols added in D963.

Tamito Kajiyama noreply at git.blender.org
Fri Jul 10 16:16:37 CEST 2015


Commit: e7a48113a96f958c19ed630d8490930637480c81
Author: Tamito Kajiyama
Date:   Fri Jul 10 22:55:06 2015 +0900
Branches: master
https://developer.blender.org/rBe7a48113a96f958c19ed630d8490930637480c81

Freestyle: Missing __all__ symbols added in D963.

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

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

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

diff --git a/release/scripts/freestyle/modules/freestyle/utils.py b/release/scripts/freestyle/modules/freestyle/utils.py
index ac6ea5b..d3eba18 100644
--- a/release/scripts/freestyle/modules/freestyle/utils.py
+++ b/release/scripts/freestyle/modules/freestyle/utils.py
@@ -22,9 +22,12 @@ writing.
 """
 
 __all__ = (
+    "angle_x_normal",
     "bound",
+    "bounding_box",
     "BoundingBox",
     "ContextFunctions",
+    "curvature_from_stroke_vertex",
     "find_matching_vertex",
     "get_chain_length",
     "get_object_name",




More information about the Bf-blender-cvs mailing list