tornavis/source/blender/modifiers
Campbell Barton 81b6d308a7 [#23673] Modifier construction gives correct result in viewport but incorrect in render.
When there are 2+ consecutive deform modifiers, the second modifier was getting incorrect normals, this only showed up for the displace modifier since its the only deform modifier that uses vertex normals.

It would have been easy to fix this by always calculating normals on deform modifiers, but slow.

To fix this I added a function to check if a deform modifier needs normals, so the normal calculation function only runs if there are 2 modifiers in a row and the second uses normals.
2010-09-30 10:51:36 +00:00
..
intern [#23673] Modifier construction gives correct result in viewport but incorrect in render. 2010-09-30 10:51:36 +00:00
CMakeLists.txt build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
MOD_modifiertypes.h Update address in license block. 2010-08-10 21:22:26 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
SConscript Finally change SConscript tabs to spaces. 2010-08-29 20:52:05 +00:00