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

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

View File

@@ -21,12 +21,12 @@
# Date : 26/07/2010
# Purpose : Interactive manipulation of stylization parameters
from freestyle import Operators
from freestyle.types import (
BinaryPredicate1D,
Interface0DIterator,
Nature,
Noise,
Operators,
StrokeAttribute,
UnaryPredicate0D,
UnaryPredicate1D,