Moved the Operators class from the 'freestyle' module to the 'freestyle.types' submodule.

This commit is contained in:
Tamito Kajiyama
2013-12-30 23:43:47 +09:00
parent e847328585
commit 0b22827033
42 changed files with 81 additions and 56 deletions

View File

@@ -24,8 +24,6 @@
# object and trims them in order to produce
# a haloing effect around the target shape
from freestyle import Operators
from freestyle.types import Id
from freestyle.chainingiterators import ChainSilhouetteIterator
from freestyle.predicates import (
AndUP1D,
@@ -41,6 +39,8 @@ from freestyle.shaders import (
TipRemoverShader,
pyTVertexRemoverShader,
)
from freestyle.types import Id, Operators
# id corresponds to the id of the target object
# (accessed by SHIFT+click)