blender/source
Brecht Van Lommel c8cf9415de Fix #35149: solidify modifier + vertex parent not working after going in and out
of editmode on the child object.

Problem was that the object custom data mask was not taken into account when
rebuilding the derivedmesh in some cases, which is needed for the derivedmesh
to contain the mapping back to the original vertices. Now this data mask is
used for any derivedmesh build that will be cached.

Also problematic was that the datamask for the active object was applied to
all objects in the scene, which caused the parent object to be recalculated
when it didn't need to be. Now this datamask is only used for the active object.
2013-05-01 14:34:12 +00:00
..
blender Fix #35149: solidify modifier + vertex parent not working after going in and out 2013-05-01 14:34:12 +00:00
blenderplayer Yet another Stupid Stub Fix™! 2013-04-22 17:51:08 +00:00
creator Fix for --debug-ffmpeg not giving enough information 2013-04-29 16:03:21 +00:00
gameengine More image painting fixes: 2013-04-30 06:07:42 +00:00
icons Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
tests freestyle lineset tag attribute was defined but not used, also some code cleanup. 2013-04-07 01:38:03 +00:00
CMakeLists.txt
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00