From e7a48113a96f958c19ed630d8490930637480c81 Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Fri, 10 Jul 2015 22:55:06 +0900 Subject: Freestyle: Missing __all__ symbols added in D963. --- release/scripts/freestyle/modules/freestyle/utils.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release/scripts') diff --git a/release/scripts/freestyle/modules/freestyle/utils.py b/release/scripts/freestyle/modules/freestyle/utils.py index ac6ea5b441e..d3eba187f70 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", -- cgit v1.2.3