[Bf-blender-cvs] [8ab3cf1] master: Fix for a missing submodule in the top-level 'freestyle' module package. Reported by flokkievids, thanks!

Tamito Kajiyama noreply at git.blender.org
Tue Jan 28 15:38:14 CET 2014


Commit: 8ab3cf1db009f10279eb87af0d0c6f3b1cf10ad8
Author: Tamito Kajiyama
Date:   Thu Dec 5 22:26:37 2013 +0000
https://developer.blender.org/rB8ab3cf1db009f10279eb87af0d0c6f3b1cf10ad8

Fix for a missing submodule in the top-level 'freestyle' module package.
Reported by flokkievids, thanks!

===================================================================

M	release/scripts/freestyle/modules/freestyle/__init__.py

===================================================================

diff --git a/release/scripts/freestyle/modules/freestyle/__init__.py b/release/scripts/freestyle/modules/freestyle/__init__.py
index 284b96e..1fe5a2f 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




More information about the Bf-blender-cvs mailing list