This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Campbell Barton 16b04834b3 improved fix for [#24267] Hook fails after Solidify
Rather then have the modifier calculate ORIGINDEX weather its needed or not (incorrect if it wasn't the first modifier on the stack),
create ORIGINDEX layer initially if any of the modifiers use it.
This way hook also works after Mirror and Screw modifiers which have the ORIGINDEX layer copied implicitly with DM_copy_vert_data().

This wasn't possible to check for before because this flag was always enabled so it would be passed to DM_set_only_copy().
Now just add the flag whenever calling DM_set_only_copy().
2010-10-21 01:08:12 +00:00
..
2010-10-20 12:33:00 +00:00
2010-10-19 01:57:15 +00:00
2010-10-20 00:42:19 +00:00
2010-10-16 14:32:17 +00:00
2010-10-20 12:11:09 +00:00
2010-10-18 06:52:10 +00:00
2010-08-10 21:22:26 +00:00