Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2015-07-10 16:55:06 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2015-07-10 17:15:59 +0300
commite7a48113a96f958c19ed630d8490930637480c81 (patch)
tree9c9d0102f15b528c31b072e8a72ac8a1da385cb4 /release/scripts/freestyle
parent25638a96561a262864b3a036ee57adb290665b07 (diff)
Freestyle: Missing __all__ symbols added in D963.
Diffstat (limited to 'release/scripts/freestyle')
-rw-r--r--release/scripts/freestyle/modules/freestyle/utils.py3
1 files changed, 3 insertions, 0 deletions
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",