blender/source
Tamito Kajiyama edfd989e86 Fix T40315: Boolean modifier with Freestyle edges.
The helper function `make_freestyle_edge_mark_hash()` was referring to the
original mesh to determine Freestyle edge marks for individual derived mesh edges.
This is no longer necessary now that derived meshes deliver CD_FREESTYLE_EDGE
and CD_FREESTYLE_FACE layers of their own.  The reference of the original mesh
was also inappropriate since the edges coming from one of the operands of a boolean
modifier don't have proper CD_ORIGINDEX values but ORIGINDEX_NONE's.

Many thanks to Sergey Sharybin for patch contributions and discussions.
2014-06-01 16:24:18 +09:00
..
blender Fix T40315: Boolean modifier with Freestyle edges. 2014-06-01 16:24:18 +09:00
blenderplayer Fix T39711: cycles particle motion blur affected by viewport draw method. 2014-05-21 15:51:37 +02:00
creator CMake/SCons: finish removing MSVC2012 references 2014-05-15 16:16:25 +10:00
gameengine Followup to rB1973b17fce65, partially bring back GLSL lamp's previous behavior. 2014-05-30 08:22:44 +09:00
icons
tests Code cleanup: spelling/indentation 2014-05-08 04:53:05 +10:00
CMakeLists.txt
SConscript