Go to file
Tamito Kajiyama e7a4d45435 Added to the Parameter Editor mode new stroke geometry modifier `Blueprint'
that produces a blueprint using circular, elliptic, and square contour strokes.
Related changes and bug fixes were made as follows:

* The randomness in radius and center has been transformed into optional
parameters of the pyBluePrintCirclesShader and pyBluePrintEllipsesShader.
Also a new optional parameter to control the randomness of backbone
stretching has been added to the pyBluePrintSquaresShader.

* A bug in the pyBluePrintSquaresShader that invisible stroke vertices at
corners of rectangular contour strokes were not properly drawn.  The problem
was due to the changes of the / operator between Python 2.x to 3.x.  Even
when the two operands of the division operator are integers, Python 3.x
gives a floating-point number when the quotient is not an integer.  The fix
was just to replace the / operator by the // operator for integer division.

* An unpleasant discontinuity in circular and elliptical contour strokes
was fixed.

* The length parameter of the Backbone Stretcher geometry modifier has been
renamed to `backbone_length' in line with the parameter of the same name in
the pyBluePrintSquaresShader.
2011-11-11 20:35:03 +00:00
build_files Merged changes in the trunk up to revision 41638. 2011-11-08 06:30:02 +00:00
doc Merged changes in the trunk up to revision 41638. 2011-11-08 06:30:02 +00:00
extern cmake & pep8 tidy up, also some style edits. 2011-11-08 01:32:34 +00:00
intern Merged changes in the trunk up to revision 41638. 2011-11-08 06:30:02 +00:00
release Added to the Parameter Editor mode new stroke geometry modifier `Blueprint' 2011-11-11 20:35:03 +00:00
source Added to the Parameter Editor mode new stroke geometry modifier `Blueprint' 2011-11-11 20:35:03 +00:00
CMakeLists.txt CMake: Boost and OpenImageIO building support (unused still). 2011-11-07 15:44:09 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile remove po/ since the workflow for translations uses branches which isnt that useful to have within blenders source dir. 2011-11-05 14:26:18 +00:00
SConstruct Modifier compilation tweaks (Blender conference commit) 2011-10-29 23:56:07 +00:00