blender/release/scripts/freestyle/style_modules
Tamito Kajiyama b35a893249 Freestyle Python API improvements - part 4.
Major API updates were made as in part 3 to address code review comments.
This revision focuses on Python wrappers of C++ iterators.

* Most getter/setter methods were reimplemented as attributes using PyGetSetDef.

* The naming of methods and attributes was fixed to follow the naming conventions
of the Blender Python API (i.e., lower case + underscores for methods and attributes,
and CamelCase for classes).  The only irregular naming change is the following, to
better indicate the functionality:

- ChainingIterator: getVertex --> next_vertex

* In addition, some code clean-up was done in both C++ and Python.  Also duplicated
definitions of predicate classes were removed.
2013-02-16 14:21:40 +00:00
..
anisotropic_diffusion.py Freestyle Python API improvements - part 1. 2013-01-27 20:17:49 +00:00
apriori_and_causal_density.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
apriori_density.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
backbone_stretcher.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
blueprint_circles.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
blueprint_ellipses.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
blueprint_squares.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
cartoon.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
ChainingIterators.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
contour.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
curvature2d.py Freestyle Python API improvements - part 1. 2013-01-27 20:17:49 +00:00
external_contour_sketchy.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
external_contour_smooth.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
external_contour.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
extra-lines.sml Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
freestyle_init.py Merged changes in the trunk up to revision 28247. 2010-04-18 02:03:19 +00:00
Functions0D.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
Functions1D.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
haloing.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
ignore_small_occlusions.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
invisible_lines.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
japanese_bigbrush.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
logical_operators.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
long_anisotropically_dense.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
multiple_parameterization.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
nature.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
near_lines.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
occluded_by_specific_object.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
parameter_editor.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
polygonalize.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
PredicatesB1D.py Freestyle Python API improvements - part 3. 2013-02-14 23:48:34 +00:00
PredicatesU0D.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
PredicatesU1D.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
qi0_not_external_contour.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
qi0.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
qi1.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
qi2.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
sequentialsplit_sketchy.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
shaders.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00
sketchy_multiple_parameterization.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
sketchy_topology_broken.py Freestyle Python API improvements - part 1. 2013-01-27 20:17:49 +00:00
sketchy_topology_preserved.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
split_at_highest_2d_curvatures.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
split_at_tvertices.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
stroke_texture.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
suggestive.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
thickness_fof_depth_discontinuity.py Freestyle Python API improvements - part 1. 2013-01-27 20:17:49 +00:00
tipremover.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
tvertex_remover.py Further fix for svn:executable. 2012-12-11 23:05:04 +00:00
uniformpruning_zsort.py Freestyle Python API improvements - part 4. 2013-02-16 14:21:40 +00:00