Freestyle Python API improvements - part 7.

Fix for PyGetSetDef and proper handling of keyword arguments were done in
UnaryPredicate0D, UnaryPredicate1D, BinaryPredicate1D, and StrokeShader classes.
Style modules were updated accordingly.  Additional code clean-up was also made.
This commit is contained in:
2013-02-23 01:12:23 +00:00
parent 0fb83d78fa
commit 68b0a8e390
51 changed files with 654 additions and 615 deletions

View File

@@ -38,7 +38,7 @@ Operators.select(QuantitativeInvisibilityUP1D(0))
Operators.bidirectionalChain(pySketchyChainSilhouetteIterator(3,0))
shaders_list = [
SamplingShader(2),
SpatialNoiseShader(15, 120, 2, 1, 1),
SpatialNoiseShader(15, 120, 2, True, True),
IncreasingThicknessShader(5, 30),
SmoothingShader(100, 0.05, 0, 0.2, 0, 0, 0, 1),
IncreasingColorShader(0,0.2,0,1,0.2,0.7,0.2,1),