Go to file
Tamito Kajiyama 6bc5d5258f Stroke geometry modifiers
Added a set of stroke geometry modifiers to the Geometry tab of line styles
in the Parameter Editor mode.  Now the following stroke geometry modifiers are
available, each with a set of animateable parameters:
- Sampling: changes the resolution of stroke backbone polylines.
- Bezier Curve: replace stroke backbone with a Bezier approximation of the
  stroke backbone.
- Sinus Displacement: add sinus displacement to stroke backbone.
- Spatial Noise: add spatial noise to stroke backbone.
- Perlin Noise 1D: add one-dimensional Perlin noise to stroke backbone.
- Perlin Noise 2D: add two-dimensional Perlin noise to stroke backbone.
- Backbone Stretcher: stretch the beginning and the end of strokes.
- Tip Remover: remove a piece of stroke at the beginning and the end of strokes.

To branch users: When you have a .blend file with Freestyle options specified,
you may want to add a Sampling modifier with the 'sampling' value set to 5.
This value specifies a resolution of polylines for line drawing in Freestyle.
If no sampling modifier is specified, your line drawing will result in coarse
polylines.  Before geometry modifiers were introduced, this initial sampling
was automatically done.  Now the initial sampling is a tunable parameter that
can be omitted, allowing better control on polyline resolution.
2011-08-19 14:05:11 +00:00
build_files Merged changes in the trunk up to revision 39368. 2011-08-13 23:29:16 +00:00
doc Restored the Python API documentation of the Freestyle module. 2011-08-15 00:34:26 +00:00
extern cmake: cleanup include paths, some duplicates and going up some unneeded dirs. 2011-07-17 09:11:13 +00:00
intern Commiting patch from jensverwiebe for NDOF support on OSX 2011-08-11 15:59:19 +00:00
release Stroke geometry modifiers 2011-08-19 14:05:11 +00:00
source Stroke geometry modifiers 2011-08-19 14:05:11 +00:00
CMakeLists.txt fix for building ndof with cmake on osx 2011-08-07 15:06:35 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile patch [#28031] Minor typo in Blenlib 2011-07-20 06:05:47 +00:00
SConstruct Commiting patch from jensverwiebe for NDOF support on OSX 2011-08-11 15:59:19 +00:00