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/japanese_bigbrush.py')
-rw-r--r--release/scripts/freestyle/styles/japanese_bigbrush.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/freestyle/styles/japanese_bigbrush.py b/release/scripts/freestyle/styles/japanese_bigbrush.py
index 71aeb960287..80afeff48d0 100644
--- a/release/scripts/freestyle/styles/japanese_bigbrush.py
+++ b/release/scripts/freestyle/styles/japanese_bigbrush.py
@@ -21,8 +21,6 @@
# Date : 04/08/2005
# Purpose : Simulates a big brush fr oriental painting
-from freestyle import Operators
-from freestyle.types import IntegrationType
from freestyle.chainingiterators import ChainSilhouetteIterator
from freestyle.functions import pyInverseCurvature2DAngleF0D
from freestyle.predicates import (
@@ -44,6 +42,8 @@ from freestyle.shaders import (
pyNonLinearVaryingThicknessShader,
pySamplingShader,
)
+from freestyle.types import IntegrationType, Operators
+
Operators.select(QuantitativeInvisibilityUP1D(0))
Operators.bidirectional_chain(ChainSilhouetteIterator(), NotUP1D(QuantitativeInvisibilityUP1D(0)))