Go to file
Tamito Kajiyama 716803c0a0 Fix for Sinus Displacement and 2D Offset stroke geometry modifiers.
These modifiers were not working properly when they were applied to strokes
whose backbone was already modified by other geometry shaders.  This problem
was due to the use of Normal2DF0D that compute 2D vertex normals based on
the underlying FEdges up on which initial stroke geometry is defined.  Now vertex
normals are computed on the basis of modified stroke vertices.

A helper function 'stroke_normal' for computing normals of stroke vertices was
added to the 'freestyle.utils' API module.
2014-04-11 15:16:46 +09:00
build_files Enable openmp in MinGW-w64 2014-04-07 19:01:19 +03:00
doc Code cleanup: style 2014-04-03 09:24:09 +11:00
extern ...and linking, sorry for that! 2014-04-10 22:00:54 +03:00
intern Fix numpad emulation in non-US keyboards 2014-04-10 20:31:00 +10:00
release Fix for Sinus Displacement and 2D Offset stroke geometry modifiers. 2014-04-11 15:16:46 +09:00
scons@59512aadd1 Revert changes to submodules 2014-03-10 15:17:22 +06:00
source Drawing: use const for wire color 2014-04-11 15:41:20 +10:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore .gitignore: Adding CMakeLists.txt.user for QtCreator users. 2014-01-26 17:52:14 -08:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Enable openmp in MinGW-w64 2014-04-07 19:01:19 +03:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Found another place where nproc can be used 2014-03-02 10:29:40 +01:00
SConstruct Scons/cycles: fix header distribution for geom 2014-04-04 13:07:32 +02:00