From 0b228270338234cc46985b13aea839d48d483dba Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Mon, 30 Dec 2013 23:43:47 +0900 Subject: Moved the Operators class from the 'freestyle' module to the 'freestyle.types' submodule. --- release/scripts/freestyle/styles/sketchy_topology_broken.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/scripts/freestyle/styles/sketchy_topology_broken.py') diff --git a/release/scripts/freestyle/styles/sketchy_topology_broken.py b/release/scripts/freestyle/styles/sketchy_topology_broken.py index 9b450f62f1d..671bc2b1592 100644 --- a/release/scripts/freestyle/styles/sketchy_topology_broken.py +++ b/release/scripts/freestyle/styles/sketchy_topology_broken.py @@ -23,7 +23,6 @@ # independantly from the 3D topology of objects, # and, second, so as to chain several times the same ViewEdge. -from freestyle import Operators from freestyle.chainingiterators import pySketchyChainingIterator from freestyle.predicates import ( QuantitativeInvisibilityUP1D, @@ -38,6 +37,8 @@ from freestyle.shaders import ( TextureAssignerShader, pyBackboneStretcherNoCuspShader ) +from freestyle.types import Operators + Operators.select(QuantitativeInvisibilityUP1D(0)) ## Chain 3 times each ViewEdge indpendantly from the -- cgit v1.2.3