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:
Diffstat (limited to 'release/scripts/freestyle/styles/blueprint_circles.py')
-rw-r--r--release/scripts/freestyle/styles/blueprint_circles.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/freestyle/styles/blueprint_circles.py b/release/scripts/freestyle/styles/blueprint_circles.py
index 254649d85b4..aade164698a 100644
--- a/release/scripts/freestyle/styles/blueprint_circles.py
+++ b/release/scripts/freestyle/styles/blueprint_circles.py
@@ -21,7 +21,6 @@
# Date : 04/08/2005
# Purpose : Produces a blueprint using circular contour strokes
-from freestyle import Operators
from freestyle.chainingiterators import ChainPredicateIterator
from freestyle.predicates import (
AndUP1D,
@@ -39,6 +38,8 @@ from freestyle.shaders import (
pyBluePrintCirclesShader,
pyPerlinNoise1DShader,
)
+from freestyle.types import Operators
+
upred = AndUP1D(QuantitativeInvisibilityUP1D(0), ContourUP1D())
bpred = SameShapeIdBP1D()