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:
authorIRIE Shinsuke <irieshinsuke@yahoo.co.jp>2014-04-18 03:48:03 +0400
committerIRIE Shinsuke <irieshinsuke@yahoo.co.jp>2014-04-18 03:48:03 +0400
commit4ed16bc3e69dcdbc9e4e2cd522f380274dd939f7 (patch)
treee7a58f31c76f62a3de30b3b4561902bc12188eaf /release
parentd46e1b54f48dd476252e655b1f4ffda9873482c7 (diff)
Freestyle: Fix ImportError in anisotropic_diffusion.py
Diffstat (limited to 'release')
-rw-r--r--release/scripts/freestyle/styles/anisotropic_diffusion.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/freestyle/styles/anisotropic_diffusion.py b/release/scripts/freestyle/styles/anisotropic_diffusion.py
index f241f72fefe..b17e5c2a38c 100644
--- a/release/scripts/freestyle/styles/anisotropic_diffusion.py
+++ b/release/scripts/freestyle/styles/anisotropic_diffusion.py
@@ -26,7 +26,6 @@ from freestyle.predicates import (
AndUP1D,
ExternalContourUP1D,
NotUP1D,
- Operators,
QuantitativeInvisibilityUP1D,
TrueBP1D,
TrueUP1D,