Go to file
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
build_files Make C4013 throw a warning 2010-10-19 05:42:31 +00:00
doc == docs == 2010-10-13 14:44:22 +00:00
extern enable warning for unused args with gcc: -Wunused-parameter 2010-10-15 02:24:48 +00:00
intern Fix [#20277] Bug with Continuous Grab on Windows 2010-10-19 09:38:56 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release * Enable compile and link flags to build info also on Windows and in SCons. 2010-10-19 05:00:36 +00:00
source improved fix for [#24267] Hook fails after Solidify 2010-10-21 01:08:12 +00:00
CMakeLists.txt Make C4013 throw a warning 2010-10-19 05:42:31 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Fix SCons for [#23833]. Ensure that empty dirs will exist too. 2010-09-15 14:50:14 +00:00