Go to file
Joshua Leung 3df93d063e Fix: Joining armatures loses drivers
Currently, when joining two armatures, the drivers of the armatures being merged
in are lost. This commit introduces a new AnimData API function for merging
animation data into another AnimData block.

NOTE:
* For now, this only copies the drivers over. As a result, manual effort will
  still be needed to go through and fix the drivers.

  I am working on automating that process, but it's more important that the
  drivers don't have to be created from scratch for now (since this is needed
  for the Goosberry rigging work).
2015-01-22 02:09:16 +13:00
build_files Moved the cloth solver code into a new subfolder/library inside Blender 2015-01-20 09:30:00 +01:00
doc Documentation: fixed documented types to match actual types 2015-01-18 11:08:33 +01:00
extern SDL wrangler: Support loading SDL2 libraries of different names 2015-01-14 00:26:43 +05:00
intern Fix limit check before accessing array in opennl 2015-01-21 17:19:39 +05:00
release Removed generic debug1..4 values from the cloth data. 2015-01-21 10:07:11 +01:00
scons@625d446ae8 Fixed border extension for the sunbeams node. 2014-09-23 11:42:11 +02:00
source Fix: Joining armatures loses drivers 2015-01-22 02:09:16 +13:00
tests Fix Python CTest's, ignore 'addons_contrib' 2015-01-21 12:56:30 +11:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Revert "ignore conflict files" 2014-08-08 06:00:49 +10:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt Select appropriate folder for MinGW-w64 gcc 4.9 2015-01-16 15:04:02 +02:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Force phony targets to build (even if file exists) 2014-12-20 02:15:14 +01:00
SConstruct Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00