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>2014-06-24 12:11:29 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-06-24 12:25:02 +0400
commitdd96be356d82390ce051f004e1f5390e44602ffc (patch)
treef0823e3171d67639d2af0964a730c17923ee8425 /release
parent4f0e42489f9d8bb0bc8de005e811cef630458bf5 (diff)
Freestyle: Fix for a couple of missing names in freestyle.chainingiterators.__all__.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/freestyle/modules/freestyle/chainingiterators.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/freestyle/modules/freestyle/chainingiterators.py b/release/scripts/freestyle/modules/freestyle/chainingiterators.py
index 080919f6bc3..5cd0dfeff59 100644
--- a/release/scripts/freestyle/modules/freestyle/chainingiterators.py
+++ b/release/scripts/freestyle/modules/freestyle/chainingiterators.py
@@ -24,6 +24,8 @@ chaining iterators in Python
"""
__all__ = (
+ "ChainPredicateIterator",
+ "ChainSilhouetteIterator",
"pyChainSilhouetteIterator",
"pyChainSilhouetteGenericIterator",
"pyExternalContourChainingIterator",