blender/source
Joshua Leung a67562e73c Bugfix [#28267] keyframed values for shapekeys of copied objects are
linked

Shapekey actions weren't getting copied when their owner data was.

This was due to the IMO totally convoluted way in which the duplicate
action flags have been set up:
- the function to copy animdata takes a param to specify whether
actions are copied or not, but this is never touched (i.e. this always
just gets FALSE passed in)
- instead, we jump around in hoops later figuring out whether the
userpref wants copying to occur, then fixing up the links

IIRC, part of this may be due to a desire/need to not duplicate
actions when dealing with NodeTree copies for multi-threaded
rendering, but at the expense of complicating everything else.
2011-08-16 01:02:26 +00:00
..
blender Bugfix [#28267] keyframed values for shapekeys of copied objects are 2011-08-16 01:02:26 +00:00
blenderplayer svn merge -r39286:39298 https://svn.blender.org/svnroot/bf-blender/trunk/blender, ensure some edits in trunk dont get merged back into pepper 2011-08-11 09:28:07 +00:00
creator Updating CMake to install the correct ffmpeg libs. 2011-08-07 19:32:22 +00:00
darwin set svn end of lines to native 2011-05-09 08:15:38 +00:00
gameengine 3D Audio GSoC: 2011-08-15 21:50:09 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests use static sets rather then tuples, python optimizes this case. 2011-08-08 05:21:37 +00:00
CMakeLists.txt Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00