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",

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to