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>2013-12-06 02:26:37 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-01-28 18:33:59 +0400
commit8ab3cf1db009f10279eb87af0d0c6f3b1cf10ad8 (patch)
treeda9484cd479f662d3c63cdadfc225a2fb5d0c918 /release/scripts/freestyle
parent54e90167704072f0105eb279e7431caa6c4d8e20 (diff)
Fix for a missing submodule in the top-level 'freestyle' module package.
Reported by flokkievids, thanks!
Diffstat (limited to 'release/scripts/freestyle')
-rw-r--r--release/scripts/freestyle/modules/freestyle/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/freestyle/modules/freestyle/__init__.py b/release/scripts/freestyle/modules/freestyle/__init__.py
index 284b96ee875..1fe5a2f520b 100644
--- a/release/scripts/freestyle/modules/freestyle/__init__.py
+++ b/release/scripts/freestyle/modules/freestyle/__init__.py
@@ -18,4 +18,4 @@
# module members
from _freestyle import Operators
-from . import chainingiterators, functions, predicates, types, utils
+from . import chainingiterators, functions, predicates, shaders, types, utils